Correct, thank you!This can't be due to HW offloading. That functionality is used for switching (L2 functionality) while OP is routing between VLANs which is L3 functionality and that one can not be offloaded to L2 hardware.
You must first add the list itself:Why am i facing this issue? this is apply to physical ports as well!!Code: Select all/interface list member add list=LAN interface=10.10.10.1 input does not match any value of list
/interface list add name=LAN
/interface list add name=WAN Okay
I have created the list lan successfully, and proceeding....Why am i facing this issue? this is apply to physical ports as well!!Code: Select all/interface list member add list=LAN interface=10.10.10.1 input does not match any value of list
/interface list member add list=LAN interface=10.10.10.1
input does not match any value of list
172.19.59.254 is my isp port IP address, 172.19.59.253 is my router ether1 port IP address.Your gateway and Ether1 addresses don't match. One is 172.19.59.253 and the other is 172.19.59.254.