Odp: Ap Client w Kamikaze
to są konfiguracje jak zmienie adres na standardowy ale na nim mi internet nie chodzi
#### VLAN configuration
config switch eth0
option vlan0 "1 2 3 4 5*"
option vlan1 "0 5"
#### Loopback configuration
config interface loopback
option ifname "lo"
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
#### LAN configuration
config interface lan
option type bridge
option ifname "eth0.0"
option proto static
option ipaddr '192.168.1.1'
option netmask 255.255.255.0
option dns '192.168.1.1'
option gateway '192.168.1.1'
- /etc/config/network 1/42 2%
config wifi-device wl0
option type broadcom
option channel '9'
option disabled '0'
# REMOVE THIS LINE TO ENABLE WIFI:
config wifi-iface
option device wl0
option network 'lan'
option mode 'sta'
option ssid 'ADE.MRC'
option encryption none
option hidden '1'
option isolate '0'
option bgscan '0'
option wds '0'
~
~
~
~
~
- /etc/config/wireless 1/18 5%
config dhcp
option interface lan
option start 100
option limit 150
option leasetime '720m'
option ignore '1'
config dhcp
option interface wan
option ignore '1'
~
~
~
~
~
~
~
~
~
~
~
- /etc/config/dhcp 1/12 8%