Click to See Complete Forum and Search --> : IP config


joeyftesmer
04-27-2002, 03:41 PM
Hey folks, how do I configure my IP address/gateway/dns server IPs? I am using Trustix linux v1.5

Please don't say pump cause it ain't workin' for me.

roadtrip
04-27-2002, 09:45 PM
I don't use Trustix but can you use linuxconf?

su to root and type: linuxconf

Radar
04-27-2002, 09:53 PM
ifconfig sets the ip address
route sets gateways
/etc/resolv.conf is where you put your dns servers

=========resolv.conf.example============

search your.isp.net
nameserver ip.addr.one
nameserver ip.addr.two

check the manpages for the first two commands.

[ 27 April 2002: Message edited by: Radar ]