Art Fore wrote: > ifplugd -bfi eth1 > route add default gw 192.168.11.1 > route del default gw 10.18.32.1 > > What am I doing wrong?
I think you need to create a file like /etc/sysconfig/network/ifcfg-xxxxx with a configuration that suits your wireless NIC. That way it'll get configured automagically by the SUSE init-sequence (in /etc/init.d/network I think). Here's a sample of what I'm using: /etc/sysconfig/network/ifcfg-wlan-id-nn:nn:nn:nn:nn:nn BOOTPROTO='dhcp' BROADCAST='' ETHTOOL_OPTIONS='' IFPLUGD_PRIORITY='10' IPADDR='' MTU='' NAME='AMBIT Microsystem AR5212 802.11abg NIC' NETMASK='' NETWORK='' REMOTE_IPADDR='' STARTMODE='ifplugd' UNIQUE='Kbch.qwn4nf+VyB8' USERCONTROL='yes' WIRELESS_AP='' WIRELESS_AUTH_MODE='psk' WIRELESS_BITRATE='auto' [snip WIRELESS*] WIRELESS_WPA_PSK='passw' _nm_name='bus-pci-0000:04:02.0' /Per Jessen, Zürich -- http://www.spamchek.com/ - your spam is our business. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
