On Sat, 2003-11-15 at 20:15, Joel Konkle-Parker wrote: > Can someone tell me how to configure my settings so that iwconfig will be > configured correctly on boot? I've heard that people are putting their seetings > into /etc/conf.d/net, but I don't know the syntax... > > Thanks in advance.
# /etc/conf.d/net: # Global config file for net.* rc-scripts iface_eth0="192.168.0.223 broadcast 192.168.0.255 netmask 255.255.255.0" iface_eth1="dhcp" dhcpcd_eth1="-t 20" gateway="eth0/192.168.0.1" this is how mine looks like, I have eth0 which is an ethernet and eth1 is wifi Cisco 350 Hope this works for you, oviously do rc-update add pcmcia default else it won't work by -- [EMAIL PROTECTED] mailing list
