Le samedi 16 décembre 2006 14:57, Feng Yi a écrit : > Is it possible to set in some config file?
I think (i've not test) thats it's possible for exemple in the /etc/rc.conf with somthing like that: # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES # - prefix an entry in INTERFACES with a ! to disable it # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # lo="lo 127.0.0.1" eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" eth0:1="dhcp" INTERFACES=(lo eth0 eth0:1) With those lines eth0 as a fixed IP, eth0:1 (wich is on the same NIC) got an adress by DHCP. -- slubman (aka Nicolas DOUALOT) mail: [EMAIL PROTECTED] jabber ID: [EMAIL PROTECTED] site: http://www.slubman.info _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
