Announcement

Collapse
No announcement yet.

home network not working, (no printer,files, scanner over network)

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

    home network not working, (no printer,files, scanner over network)



    (ip 10.1.1.1) /-----pc1---edgy 6.10 (ip 10.1.1.3) real pc (papapc)
    www--------dlink-500g---------------switsh
    \-----pc2---edgy 6.10 (ip 10.1.1.4) real pc (MamaPc)

    www works but network not i believe my adsl i preventing both pc to see each other DHCP set them up upon install
    both pc's have the same config except for the ip addresses and PC-names posted above

    /etc/hosts

    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    127.0.1.1 papapc
    127.0.0.1 localhost

    /etc/network/interfaces

    auto lo
    iface lo inet loopback
    address 127.0.0.1
    netmask 255.0.0.0

    auto eth0
    iface eth0 inet dhcp

    auto eth1
    iface eth1 inet dhcp

    auto eth2
    iface eth2 inet dhcp

    auto ath0
    iface ath0 inet dhcp

    auto wlan0
    iface wlan0 inet dhcp


    /etc/resolv.conf

    domain Zuhause
    nameserver 10.1.1.1

    i have no clue what is missing and how to set it up

    #2
    Re: home network not working, (no printer,files, scanner over network)

    You probably need to set the default gateway on each computer, check out your router's docs for what this should be, it probably is 10.1.1.1

    Comment


      #3
      Re: home network not working, (no printer,files, scanner over network)

      standard gateway is already set to 10.1.1.1

      Comment

      Working...
      X