# This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). #dns_domain_eth0="m1k0.com" # config_eth0=( "dhcp" ) #config_eth0=( "192.168.2.32 netmask 255.255.255.0 broadcast 192.168.2.255" ) #routes_eth0=( "default via 192.168.2.1" ) # uzyskanie dynamicznego adresu ip # config_eth1=("dhcp") # program uruchamiajcy interfejs WiFi ##modules_wlan0=("wpa_supplicant") # przykadowa nazwa sterownika dla interfejsu WiFi ##wpa_supplicant_wlan0="-Dwext" # modu sucy do pokazania informacji odnonie interfejsu WiFi ##modules_wlan0=("iwconfig") # essid_wlan0="any" # preferred_aps=( "m1k0" "ConnectionPoint" ) essid_wlan0="m1k0" key_m1k0="99-C0-D0-BB-B9-CA-59-FE-9A-01-E5-8C-B3" config_m1k0=( "192.168.2.30 netmask 255.255.255.0 broadcast 192.168.2.255" ) routes_m1k0=( "default via 192.168.2.1" ) #config_m1k0=( "dhcp" ) # Internet over GPRS config_ppp0=( "ppp" ) link_ppp0="/dev/ttyACM0" pppd_ppp0=( "115200" "crtscts" "modem" # "-detach" "noccp" "defaultroute" "usepeerdns" "noauth" "ipcp-accept-remote" "ipcp-accept-local" "noipdefault" ) phone_number_ppp0=( "*99***1#" ) chat_ppp0=( 'ABORT' 'BUSY' 'ABORT' 'ERROR' 'ABORT' 'NO ANSWER' 'ABORT' 'NO CARRIER' 'ABORT' 'NO DIALTONE' 'ABORT' 'Invalid Login' 'ABORT' 'Login incorrect' 'TIMEOUT' '5' '' 'ATZ' 'OK' 'AT+CGATT=0' 'OK' 'AT+CGDCONT=1,"IP","www.plusgsm.pl"' 'OK' 'ATD*99***1#' 'CONNECT' '' )