> On 23/02/14 13:09, Markos wrote: >>>>> >>>>> Any suggestions of what I should check?
Check that you have a DHCP client installed supported by the "dhcp" method in /etc/network/interfaces. List in man interfaces : dhclient, pump, udhcpc, dhcpcd. Usually dhclient (currently provided by package isc-dhcp-client) is installed by default. Try to run that DHCP client on eth1 manually and see what happens. Try to configure eth1 statically and ping the address of the router to check connectivity. Run ifconfig eth1, ethtool eth1 to display the status of eth1. Scott Ferguson a écrit : > You don't need the 2nd network card unless you want to duplicate the > routing functionality build into your modem/hub/router. Usually a router needs two network interfaces. > Just connect the modem to that computer with the USB cable. How will it be different from a second ethernet card, and better ? > The modem should then be seen as /dev/eth1 No, no. Network interfaces don't appear in /dev. They are not character nor block devices. > # The primary network interface > allow-hotplug eth0 > iface eth0 inet static > address 192.168.0.6 > netmask 255.255.255.0 > gateway 192.168.1.1 No, no, NO ! The gateway is not connected to eth0 and its address is not in eth0's subnet so there is no reason to add it in eth0's stanza. First it will fail, and second the default route will be automatically added to eth1 by the DHCP client. > allow-hotplug eth1 > iface eth1 inet dhcp -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5309e1bc.2000...@plouf.fr.eu.org