Thanks for your reply Mathias
First a situation update. In my first post, I wrote that I turned on the wifi, well I didn't. It is now on. The only thing different from before is that WLAN is now green on the MR3020. However. I can connect to it only when I am on my home computer.
Now to answer your questions:
For the firewall, I only made change in the first 23 lines. My firewall configuration file look like this :
the content of /tmp/resolv.conf :
the content of /tmp/resolv.conf.auto
Finally when I ping 8.8.8.8, I get this :
First a situation update. In my first post, I wrote that I turned on the wifi, well I didn't. It is now on. The only thing different from before is that WLAN is now green on the MR3020. However. I can connect to it only when I am on my home computer.
Now to answer your questions:
For the firewall, I only made change in the first 23 lines. My firewall configuration file look like this :
config defaults option syn_flood '1' option input 'ACCEPT' option output 'ACCEPT' option forward 'ACCEPT' # Uncomment this line to disable ipv6 rules # option disable_ipv6 1 config zone option name 'lan' option network 'lan' option input 'ACCEPT' option output 'ACCEPT' option forward 'ACCEPT' config zone option name 'wan' option network 'wan' option input 'ACCEPT' option output 'ACCEPT' option forward 'ACCEPT' option masq '1' option mtu_fix '1'
the content of /tmp/resolv.conf :
search lan nameserver 127.0.0.1
the content of /tmp/resolv.conf.auto
# Interface lan nameserver 8.8.8.8 nameserver 192.168.2.1
Finally when I ping 8.8.8.8, I get this :
root@OpenWrt:~# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ^C --- 8.8.8.8 ping statistics --- 20 packets transmitted, 0 packets received, 100% packet loss