Can access LAN from WLAN

Hi,

I am not able to ping from WLAN to LAN, but I can ping from LAN to WLAN.
I added LAN and WLAN to same firewall zone.

Network config:


config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan5'

config interface 'lan'
        option device 'br-lan'
        option proto 'static'
        option ipaddr '192.168.110.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

Wireless config:

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option ssid 'WiFi'
        option encryption 'psk2'
        option key 'password'

Firewall config:

config zone
        option name 'lan'
        option input 'ACCEPT'
        option output 'ACCEPT'
        option forward 'ACCEPT'
        list network 'lan'

what are you pinging ?
topic says can access, you wrote can't ping, which one is it ?

that's the default, you changed something that was already working.

WLAN = wifi, or something else ?

is this related to your thread from 14h ago ?

Both. I am pinging between Andorid phone and Windows PC. I also tried to connect to SMB on PC. I can connect to Luci from phone.

Yes WLAN means Wifi.

It is not related to thread from yesterday. There I accidentally put gateway as broadcast address.

Windows allows ping only in trusted network zones.

.. and SMB is probably firewalled.

2 Likes

Yes, its f firewall. I haven't changed it, so don't know why it stopped working.

Not on droid, but usually if you can arping it should be good.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.