Hello,
I have a TP LINK MR 3420, and a laptop.
My laptop is 192.168.1.2 and my TP LINK IP is 192.168.1.1
My laptop has internet access from a modem, and I want to share it to my TP LINK, so TP LINK can install packages online.
I got confused with the manual, here's what I've done
I already set my TP LINK /etc/config/network
config 'interface' 'lan'
option 'ifname' 'eth0'
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'
option 'gateway' '192.168.1.2'
the gateway is my laptop's IP, but It still cant even ping google.com from my TP LINK
what else should I do to make my TP LINK get my internet connection from my laptop?
please help