Dnia wtorek, 16 marca 2010 o 21:50:05 Alberto Mijares napisaĆ(a): > ifconfig_sis0="up" > wlans_ath0="wlan0" > create_args_wlan0="wlanmode ap" > ifconfig_wlan0="ssid nombre channel X mode 11g up" > cloned_interfaces="bridge0" > ifconfig_bridge0="addm wlan0 addm sis0 inet A.B.C.D netmask W.X.Y.Z up" > > However, when I run /etc/rc.d/netif restart, an error says: > ifconfig: create: bad value > the create command fails and everything related to the AP initialization. > When I run the command in the CLI it works fine > # ifconfig wlan0 create wlandev ath0 wlanmode ap > What could be wrong? Try putting channel and mode definition in create_args_wlan0 not in ifconfig_wlan0.
Maciek _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"