Find the answer to your Linux question:
Results 1 to 10 of 10
ubuntu linux latest. adsl router working fine under winxp. the same thing does not work fine in ubunto linux. able to ping under network tools >> devices >> network devices. ...
  1. #1
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    ubunto no internet

    ubuntu linux latest. adsl router working fine under winxp. the same thing does not work fine in ubunto linux.

    able to ping under network tools >> devices >> network devices. but when i open in ff no site is displayed.

    pls help me.

  2. #2
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    what are the results of these commands:
    Code:
    sudo ifconfig
    sudo route
    ping -c 4 www.google.com
    Life is complex, it has a real part and an imaginary part.

  3. #3
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    re: ubuntu no internet

    Code:
    vaag@huser1:~$ sudo ifconfig
    Password:
    eth0      Link encap:Ethernet  HWaddr 00:80:48:38:07:4B
              inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:669 errors:0 dropped:0 overruns:0 frame:0
              TX packets:664 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:531700 (519.2 KiB)  TX bytes:184778 (180.4 KiB)
              Interrupt:21 Base address:0xd800
    
    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:638 errors:0 dropped:0 overruns:0 frame:0
              TX packets:638 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:56760 (55.4 KiB)  TX bytes:56760 (55.4 KiB)
    Code:
    vaag@huser1:~$ sudo route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
    default         mygateway360.my 0.0.0.0         UG    0      0        0 eth0
    vaag@huser1:~$
    Code:
    vaag@huser1:~$ ping -c 4 www.google.com
    PING www.l.google.com (72.14.203.99) 56(84) bytes of data.
    64 bytes from www.google.com (72.14.203.99): icmp_seq=1 ttl=238 time=321 ms
    64 bytes from www.google.com (72.14.203.99): icmp_seq=2 ttl=238 time=321 ms
    64 bytes from www.google.com (72.14.203.99): icmp_seq=3 ttl=238 time=320 ms
    64 bytes from www.google.com (72.14.203.99): icmp_seq=4 ttl=238 time=321 ms
    
    --- www.l.google.com ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 2998ms
    rtt min/avg/max/mdev = 320.713/321.374/321.790/0.417 ms
    vaag@huser1:~$

  4. #4
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Ok, so the drivers are up, it is able to resolve names, it could be just a browser configuration problem in Ubuntu. I am not sure if there is a firewall, but maybe you could try disable it temproarily and see if that works.

    Also in the browser you are using, perhaps try telling it that it has direct connection to internet.
    Life is complex, it has a real part and an imaginary part.

  5. #5
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    ubuntu no internet

    now i am able to access the internet via firefox.

    i am unable to access the internet via any other means.

    viz
    gaim - not connecting.
    bittorrent - not connecting
    XchatIRC - not connecting
    Evolution mail - not connecting.

    any idea how to cure this ?

  6. #6
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6
    What was the problem with firefox before (when you were not able to use the ineternet)?

  7. #7
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    ubuntu no internet

    Quote Originally Posted by Architect
    What was the problem with firefox before (when you were not able to use the ineternet)?
    first i could not access internet. now i can access internet only via firefox. all other applications can not access the internet. (like gaim, bittorrent etc)

  8. #8
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Quote Originally Posted by arai
    first i could not access internet. now i can access internet only via firefox. all other applications can not access the internet. (like gaim, bittorrent etc)
    have you tried disabling the firewall or atleast allowing the ports required by those services access to internet?
    Life is complex, it has a real part and an imaginary part.

  9. #9
    Just Joined!
    Join Date
    Feb 2006
    Posts
    6

    Post ubunto no internet

    i dont have firewall in linux. i have firewall only for windows.

    or atleast allowing the ports required by those services access to internet?
    how shud i do this?

  10. #10
    Linux Guru AlexK's Avatar
    Join Date
    Feb 2005
    Location
    Earth
    Posts
    3,379
    Uh, ubuntu might have a firewall, Since I have only used it briefly, I can't say for sure. Try checking under network settings or system settings.

    As for opening the ports, it again depends on which firewall software you have installed on your system, or the system has installed for you.
    Life is complex, it has a real part and an imaginary part.

Posting Permissions

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