Hello, I am trying to set mwan3 on my Turris Omnia router.
I get stuck even on prerequisite - I am not able to ping anything, using my second connection - assigned as wan (lan4).
After “ping -c 1 -I lan4 www.google.com”
I got message “ping: connect: Permission denied”.
I think it must be something with firewall?
The lan4 port has its own interface and the interface belongs to WAN firewall zone.
Any idea what could cause this? Thank you.
/etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd33:8c9b:d6c2::/48'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ip6assign '60'
option _turris_mode 'managed'
list ipaddr '192.168.5.1/24'
config interface 'wan'
option ipv6 '1'
option device 'eth2'
option proto 'dhcp'
option metric '10'
config interface 'wan6'
option device '@wan'
option proto 'dhcpv6'
option metric '20'
option reqprefix 'auto'
option reqaddress 'try'
config device 'dev_wan'
option name 'eth2'
config interface 'guest_turris'
option enabled '1'
option proto 'static'
option device 'br-guest-turris'
option ipaddr '10.111.222.1'
option netmask '255.255.255.0'
option ip6assign '64'
config device 'br_guest_turris'
option name 'br-guest-turris'
option type 'bridge'
option bridge_empty '1'
config device 'br_lan'
option name 'br-lan'
option type 'bridge'
list ports 'lan0'
list ports 'lan1'
config interface 'lan_studia'
option device 'lan2'
option proto 'static'
option ipaddr '192.168.6.1'
option netmask '255.255.255.0'
list dns '8.8.8.8'
config interface 'gsm'
option device 'lan4'
option proto 'static'
option netmask '255.255.255.252'
option ipaddr '10.9.116.10'
option gateway '10.9.116.9'
option metric '50'