Announcement

Collapse
No announcement yet.

Internet working, LAN not

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Internet working, LAN not

    I recently was monkeying around with some DNS settings on my router (switching to openDNS). Everything seemed fine. My XP box could still connect to the internet, as can my linux box. Something has gone horribly wrong though. My boxes could no longer communicate with each other.

    I've done a little troubleshooting to try and figure out what happened... And the only nugget of helpfulness I can find, is that my XP box can successfully ping my router, while Kubuntu cannot.

    I'll run whatever utilities you give me explicit instructions to run, give you whatever output you need to see. I'd really appreciate if they could communicate again (they can't communicate, so i can't share files between them, becoming a problem).

    Thanks in advance! The forums have always been very helpful in the past.

    Some info off the Kubuntu box:
    ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:0C:6E:6B:BF:22
    inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::20c:6eff:fe6b:bf22/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:121380152 errors:0 dropped:0 overruns:0 frame:0
    TX packets:171573040 errors:0 dropped:0 overruns:53 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:2258487410 (2.1 GB) TX bytes:2700333871 (2.5 GB)
    Interrupt:21 Base address:0x4000

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:37201 errors:0 dropped:0 overruns:0 frame:0
    TX packets:37201 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:13166349 (12.5 MB) TX bytes:13166349 (12.5 MB)

    cat /etc/resolv.conf:
    nameserver 208.67.220.220
    nameserver 151.159.1.1
    nameserver 208.67.220.222


    If there's anything else you need to try and diagnose and fix the problem, let me know please.

    #2
    Re: Internet working, LAN not

    try adding the ip number and names for the computers on your lan in /etc/hosts. I'm sure you are not running a lan at IBM so there will not be that many entries. And I do think windows has a hosts file. They ripped off their TCP/IP stuff from freebsd so I suspect they do.

    Comment

    Working...
    X