Cannot access local LAN/Router
Nils Kassube
kassube at gmx.net
Fri Apr 27 19:28:51 UTC 2007
On Friday 27 April 2007 19:43, Marcus wrote:
> For some reason I cannot access local IPs, e.g. my ADSL router on
> 192.168.2.1. Cannot ping them even. I took the Guarddog firewall off
> and it made no difference, unless there could be somewhere else
> blocking access? I can access the internet.
>
> However, I can access local IPs with a Knoppix CD, or a Puppy Linux CD.
> The problem seems to be my Kubuntu setup.
>
> Running Dapper. Anybody know what config changes might help?
Have a look at your interface setup. The commands ifconfig and route might
give you a hint what is wrong. The relevant output lines of ifconfig
should look like this:
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.2.xxx Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Please check that the inet addr is 192.168.2.xxx with only the xxx being
variable. And the "UP" part is important too.
The output of the route command should look like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.2.1 0.0.0.0 UG 0 0 0 eth0
If you post any differences, we can probably find out what's wrong.
Nils
More information about the kubuntu-users
mailing list