On 12/13/06, Uwe Thiem <[EMAIL PROTECTED]> wrote:
On 13 December 2006 17:38, Felipe Ribeiro wrote:> i tried this, but still doesn't work > > modules=("ifconfig") Why do you insist on ifconfig? /etc/conf.d/net.example clearly indicates that "iproute2" is the default - for good reason. > config_eth0=("192.168.254.2") Try: config_eth0=( "192.168.254.2/24" ) "/24" tells the system to use the first 24 bits of the IP address as the network part and the remaining 8 bits as the host part. Simply a shorter notation than the netmask 255.255.255.0. > routes_eth0=("default via 192.168.254.254") > dns_servers_eth0=("192.168.254.254") Uwe -- Mark Twain: I rather decline two drinks than a German adjective. http://www.SysEx.com.na -- [email protected] mailing list
With iproute2 it worked! Thanks everybody! [ ]s -- Felipe Ribeiro [EMAIL PROTECTED] 83 9979-3161 -- [email protected] mailing list

