LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   network but no Internet? (https://www.linuxquestions.org/questions/linux-networking-3/network-but-no-internet-333200/)

ErikHK 06-13-2005 04:06 PM

network but no Internet?
 
I have dualboot on my computer, Debian and Windows XP, on Windows Internet works perfectly, but on Debian, only local works, I can ping the router and all peers connected to it, what could be the problem?
EDIT: did a apt-get install pump, then:
# pump
and it worked! :)

Sharaz 06-14-2005 08:57 AM

sounds like you did not get a default gateway somehow. to test, i would reboot, and when you come back up, verify your ip

ifconfig

then, verify your default gateway.

route -n

route -n should give 3 lines of output for a single interface machine with no other ipsec connections, etc. mine looks like this:

Code:

[root@demeter ~]# route -n
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.125.0  0.0.0.0        255.255.255.0  U    0      0        0 eth0
169.254.0.0    0.0.0.0        255.255.0.0    U    0      0        0 eth0
0.0.0.0        192.168.125.1  0.0.0.0        UG    0      0        0 eth0

...well, that was a little more than 3 lines, but there should be 3 lines of IP address info. if you only ave 2, the last line will be missing, determining that you have no default gateway.

sounds like tho, that installing the pump package might have fixed your problem.


All times are GMT -5. The time now is 12:17 AM.