Web Hosting Talk







View Full Version : Setting up ethernet card?


nawaz
06-03-2002, 11:11 PM
Please help a newbie with setting up to use an ethernet card.

I am trying to connect with an ethernet card, but Network Everywhere, the company which makes this product, does not have instructions on installing to a linux system.

I am using Redhat 7.2. PLEASE help!

mkaufman
06-04-2002, 06:22 AM
See if kudzu see's it..type "kudzu" as root.

If not, see if it's already installed, type "ifconfig". If you say it say eth0 (if it is the only network card in..if there's already 1 in, it will be eth1) then it's fine and all you have to do is assign it an ip address

jahsh
06-04-2002, 03:44 PM
/sbin/ifconfig eth0 ipaddress subnetmask
/etc/rc.d/init.d/network restart should do the trick
you might try netconf if you are running x-windows.