Results 1 to 2 of 2
How to set network card properties in slackware?
I want to set property shown in following screenshot.
Imageshack - nicw...
- 10-17-2009 #1Linux Newbie
- Join Date
- Aug 2006
- Posts
- 117
set network card properties
How to set network card properties in slackware?
I want to set property shown in following screenshot.
Imageshack - nicw
- 10-17-2009 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
Hi littledrop
I assume you are looking for a GUI type tool but there are two command line interface tools that can be used namely <ifconfig> and <route>. I have used invocations such as <ifconfig eth0 192.168.1.100> to set up a 192.168.1.100 NIC card and also used an invocation such as <route add default gw 192.168.1.1> (braces not required, used to enclose the example only) as my gateway (router IP4 address). Most speed settings etc. will be auto-negotiated, once you get the path.
I do not use Slackware but these tools are available under all distros. Hope this may help in some way. Cheers...
Robert


Reply With Quote
