Koozali.org: home of the SME Server

network card config

Edward

network card config
« on: April 03, 2003, 12:12:42 AM »
hello i have two identical cards. both realtek RTL8139 cards. i have read on a previous post that having two cards the same doesnt work properly.

my internal network is working excellently but the problem i am having is the external to the internet. i connect using my router which has a gateway IP and the client is promted for an IP.
i have set it up to use an IP within my IP range like i do on windows and intputted the Gateway IP.
this doesnt work!!!!!!
should i get another NIC?

Edward

Jim Little

Re: network card config
« Reply #1 on: April 03, 2003, 06:13:26 PM »
It is true that it is more difficult to get two identical cards working under Linux but it is not impossible.  You should log in as root and use the ifconfig command to determine if the cards have been configured properly.  "ifconfig -a" will list all interfaces, whether they are up or not.  Do a net search on the /etc/modules.conf file to see how to configure the eth0 and eth1 interfaces for identical cards if the system has not set them up properly.

Telling which card is internal is also tricky when both are the same but it sounds like you have that one figured out as the SME box is assigning DHCP leases, right?

Secondly, your description of how you are connecting to the internet is a bit vague.  Are you saying that you connect through a router with a fixed IP which acts as your gateway?  You should then enter that as the gateway IP address in your SME config.  How is your SME box getting its IP address?  The ping command is the best tool to use to test your connectivity throughout your lan.

HTH,

Jim