fooxp
October 11th, 2004, 03:29
My friend needs to add his IP's to one of his BSD BOX, can someone tell me the command on how to add the IP's what files he needs to edit, and how to add his sub IP's

Thanks

bsdjunkie
October 11th, 2004, 09:12
use ifconfig -a to see what interfaces are on the system.
then you can enable one by:
ifconfig fxp0 192.168.1.1 netmask 255.255.255.0
ifconfig fxp0 up

and of course man ifconfig =)

molotov
October 11th, 2004, 23:10
man rc.conf