• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

NIC?!!!(Linux n00b)

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
OK, it shows 'tulip' and 'Used By 1, (autoclean)'

That sound good?

Weird thing is is the card itself isn't showing up in the hardware profiles, :(
 
What tcp/ip settings do you want for it? Just do `ifconfig eth0 <ip-address> netmask <netmask> up` in a terminal where you are su'd to root, then do `route add default gw <ip-address> netmask 0.0.0.0 metric 1` in the same manner to set your gateway.
 
XWRed1 said:
What tcp/ip settings do you want for it? Just do `ifconfig eth0 <ip-address> netmask <netmask> up` in a terminal where you are su'd to root, then do `route add default gw <ip-address> netmask 0.0.0.0 metric 1` in the same manner to set your gateway.

Actually its a Gateway as in Gateway 2000 Computer Corp., :eek:
 
But you have no idea of what ip addresses or any other things involving tcp/ip you're going to use?
 
Assuming that the router will hand out IP addresses via DHCP (which it should) then you need to type in 'dhcpcd eth0'. That should fetch you an IP address.

-DarkArctic
 
It stands for your netmask. The netmask tells the computer how many bits of the ip are used for the network address. The computer assumes that the other bits are used to represent hosts on that network.
 
Back