How to Creat an AP with OpenWRT and TL-MR3040 - techonsteroids

Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

Tuesday, May 23, 2017

How to Creat an AP with OpenWRT and TL-MR3040




vim /etc/config/network
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config 'interface' 'wifi'
        option 'proto'      'static'
        option 'ipaddr'     '192.168.2.1'
        option 'netmask'    '255.255.255.0'


vim /etc/config/wireless
config 'wifi-iface'
        option 'device'     'radio0'
        option 'network'    'wifi'
        option 'mode'       'ap'
        option 'ssid'       'radiomaze1'
        option 'encryption' 'none'


vim /etc/config/dhcp
config 'dhcp' 'wifi'
        option 'interface'  'wifi'
        option 'start'      '100'
        option 'limit'      '150'
        option 'leasetime'  '12h'


/etc/init.d/network restart





1 comment:

  1. 888 Casino: $10,000 | Mapyro
    Welcome 서산 출장안마 to 888 Casino. Our exciting slots 충주 출장안마 & live table games offer you the perfect place to win big! 경상남도 출장샵 Make your first 양산 출장샵 deposit and 강원도 출장마사지 enjoy the full experience

    ReplyDelete

Messaging Morse Code with TL-MR3040 Leds

#Install the  kmod-ledtrig-morse opkg install kmod-ledtrig-morse #list your leds ls -1 /sys/class/leds/ #enable mor...

Post Top Ad

Responsive Ads Here