Ian Monroe wrote:
/etc/conf.d/network is where you would setup a static network
connection. I don't see what could go wrong if you have the correct
network settings.
/etc/conf.d/net
------------------------------------------------------------
# /etc/conf.d/net:
# This is basically the ifconfig argument without the ifconfig $iface
iface_eth0="192.168.1.50 netmask 255.255.255.0"
# For setting the default gateway
gateway="eth0/192.168.1.1"
------------------------------------------------------------
That's all you need...just make it like that with the correct
ip/mask/gateway and it should work perfectly. If you are manually
setting the static ip at the command-line with ifconfig, then that will
be lost at reboot.
-----------------------------------------------------------------
To get off this list, send email to [EMAIL PROTECTED]
with Subject: unsubscribe
-----------------------------------------------------------------