Hi,
I'd like to assign fixed IP numbers to computers of a local network.
Using dhcp as in
modules="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext -iwlan0"
config_wlan0="dhcp"
works just fine but depends on dhcp for IP assignment.
The following does not work, i.e. the network is not working
modules="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext -iwlan0"
config_wlan0="192.168.1.2 netmask 255.255.255.0 brd 192.168.1.255"
routes_wlan0="default via 192.168.1.1"
dns_servers_wlan0="192.168.1."
What am I missing. What does the "dhcp" option imply? Are there any
additional
necessary initialization (like an ifup) ?
Many thanks for a hint,
Helmut.