Results 1 to 8 of 8

Thread: please help !!!!

  1. #1
    Junior Member registered user
    Join Date
    May 2003
    Posts
    13

    please help !!!!

    hello .....

    need help with my internet connection, it connects but browser doesnt display any pages on request .....

    someone tell me what and how to configure

    thanks

    mahdi

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    mahdi- A suggestion if I may, you'll do better to use a descriptive subject line instead of 'help!'.

    Anyway...........you provide us with no information about how you connect. Dail-up? - is your modem working? cable, ADSL- what about your home LAN? Router? A desktop as a gateway?

    Open a term and do this:

    ifconfig -a

    What does it tell you? Here's mine:

    Code:
    $ ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:60:B0:05:AD:AB
              inet addr:192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:9781 errors:0 dropped:0 overruns:0 frame:0
              TX packets:7636 errors:94 dropped:0 overruns:0 carrier:94
              collisions:0 txqueuelen:100
              RX bytes:11123532 (10.6 MiB)  TX bytes:772021 (753.9 KiB)
              Interrupt:11 Base address:0xf800 Memory:d4000-dc000
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:32 errors:0 dropped:0 overruns:0 frame:0
              TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:2056 (2.0 KiB)  TX bytes:2056 (2.0 KiB)
    Do you have an i.p. address?
    If so can you ping by i.p. address?
    Code:
    $ ping 204.71.200.69
    PING 204.71.200.69 (204.71.200.69): 56 data bytes
    64 bytes from 204.71.200.69: icmp_seq=0 ttl=242 time=56.1 ms
    64 bytes from 204.71.200.69: icmp_seq=1 ttl=242 time=62.3 ms
    64 bytes from 204.71.200.69: icmp_seq=2 ttl=242 time=54.8 ms
    64 bytes from 204.71.200.69: icmp_seq=3 ttl=242 time=54.8 ms
    64 bytes from 204.71.200.69: icmp_seq=4 ttl=242 time=61.1 ms
    
    --- 204.71.200.69 ping statistics ---
    5 packets transmitted, 5 packets received, 0% packet loss
    round-trip min/avg/max = 54.8/57.8/62.3 ms
    If that works.....

    Code:
    $ ping www.yahoo.com
    PING www.yahoo.akadns.net (216.109.125.73): 56 data bytes
    64 bytes from 216.109.125.73: icmp_seq=0 ttl=51 time=79.7 ms
    64 bytes from 216.109.125.73: icmp_seq=1 ttl=51 time=53.9 ms
    64 bytes from 216.109.125.73: icmp_seq=2 ttl=51 time=51.3 ms
    64 bytes from 216.109.125.73: icmp_seq=3 ttl=51 time=53.5 ms
    
    --- www.yahoo.akadns.net ping statistics ---
    4 packets transmitted, 4 packets received, 0% packet loss
    round-trip min/avg/max = 51.3/59.6/79.7 ms
    Trouble shooting network problems is still the same in Linux my friend.

  3. #3
    Junior Member registered user
    Join Date
    May 2003
    Posts
    13
    hello
    thanks for replying ...

    well i have a modem that connects to the internet perfectly with Kppp but the issue is that when trying to reach a site , it just ' cant resolve it " and doesnt show it ..

    One post said that I have to configure the browser so that it 'has my user name and pass' in some way .... but I dont know how to configure it .... I tried preferences in Mozilla but couldnt find a place for username /passwd ......

    so basically what I'm asking is how to configure things so that my internet works ??


    Thanks alot

    Mahdi

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Connects to the internet perfectly eh? mahdi- read my above post, do ifconfig -a, do some pings- let us know what happens. AFAIK there is no place to enter a username in a browser but you may need to enter your ISP's DNS (domain name server) in /etc/resolv.conf. Here's mine:

    search clspco.adelphia.net
    nameserver 24.53.86.14
    nameserver 24.53.86.13

    I am unaware of the wimpdoze equivalent to /etc/resolv.conf.

  5. #5
    Junior Member registered user
    Join Date
    May 2003
    Posts
    13
    Hi,

    here is what I did .... what you asked for ....


    eth0 Link encap:Ethernet HWaddr 00:20:78:E0:E6:24
    inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:100
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Interrupt:5 Base address:0xc800

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:20 errors:0 dropped:0 overruns:0 frame:0
    TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1304 (1.2 KiB) TX bytes:1304 (1.2 KiB)




    ping 204.71.200.69 (204.71.200.69) : 56 bytes returned

    ping www.yahoo.com doesnt return anything at all.



    The /etc/resolve.conf file contains this :

    nameserver 192.168.0.254



    hope you can identify the problem ....

    thanks

    Mahdi

  6. #6
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Since your i.p. address is 192.168.0.1 I presume you are on a LAN correct?

    I would find out what your DNS ip addresses are and enter them in /etc/resolv.conf

  7. #7
    Junior Member registered user
    Join Date
    May 2003
    Posts
    13
    hi,

    well im not really on LAN, as I said im on modem . Pratically speaking my ISP is my university , in windows I dial it up with username and pass and nothing more ...

    So like that , what will be the DNS IP addresses ? they are supposed to be automaticly detected somehow ...

    Mahdi

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    mahdi- You have an ip right? You can ping by ip right? But you cannot ping by domain name right? Doesn't that tell you something? Linux doesn't know where your domain name servers are. DNS When you established your account at school did they provide you with anything necessary to connect to the internet?

    Based on your ip alone you are on a LAN- just because you use a modem to connect is entirely irrelevant.

    LAN=Local Area Network-my home, your school
    WAN=Wide Area Network-the internet
    (it's not quite as simple as that but you get the idea).

    Now of course nothing is absolute and certainly I have been mistaken before but I think that's what you need to do. What happens in windwos when you do this:

    ipconfig

    Maybe it's

    ipconfig /all
    ipconfig /release_all
    ipconfig /renew_all

    The exact syntax varies with your version of windows.

    I don't know- there's a way to find out. Have you looked around in windows? Control center>Network???
    Control Center>Internet Options>Connections
    Have you used the search function in windows?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


HPE BL460c G9 ProLiant Blade | 2x Xeon E5-2620V3 | NO RAM | P244BR | 2xHDD Tray picture

HPE BL460c G9 ProLiant Blade | 2x Xeon E5-2620V3 | NO RAM | P244BR | 2xHDD Tray

$179.00



DELL PEM640 POWEREDGE M640 BLADE SERVER picture

DELL PEM640 POWEREDGE M640 BLADE SERVER

$539.95



HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives picture

HP ProLiant BL460c G9 (Gen9) 2x E5-2670V3 12 Core 3.1GHz No Ram or No Drives

$59.98



Cisco UCS B200 M4 Blade Server, 2x2660 V3, 40GbE, No Ram No HDD picture

Cisco UCS B200 M4 Blade Server, 2x2660 V3, 40GbE, No Ram No HDD

$35.95



Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS picture

Dell PowerEdge M620 0F9HJC Blade Server 2*E5-2670 2.60GHz 192GB RAM 2*300GB SAS

$103.99



Dell PowerEdge VRTX Rack Chassis 25-Bay 14.4TB HDD 2x M640 Blade 512GB RAM 2-Bay picture

Dell PowerEdge VRTX Rack Chassis 25-Bay 14.4TB HDD 2x M640 Blade 512GB RAM 2-Bay

$1979.99



DELL M630 BLADE SERVER x2 XEON E5-2660V3 @ 2.6GH H730 PERC HDD CADDIES 16GB FC picture

DELL M630 BLADE SERVER x2 XEON E5-2660V3 @ 2.6GH H730 PERC HDD CADDIES 16GB FC

$50.00



Dell PowerEdge M640 Blade Server picture

Dell PowerEdge M640 Blade Server

$539.95



Dell PowerEdge M620 Blade Server picture

Dell PowerEdge M620 Blade Server

$39.99



DELL PowerEdge M630 Blade 2x E5-2680v4 2.4GHz =28 Cores 128GB H330 2x10Gb X520 picture

DELL PowerEdge M630 Blade 2x E5-2680v4 2.4GHz =28 Cores 128GB H330 2x10Gb X520

$294.00