ipphone wrote:
新手請問大大,我的 ...(恕刪)
add chain=input in-interface=ether2-master-local-lan1 src-address=192.168.88.0/24 comment="From our LAN1" action=accept
這條Rule是無效的.
in-interface 與src-address 與src-address-list同個rule您只能使用一種定義;
相對out-interface 與dst-address 與dst-address-list也是相同.
況且您的ether2-master-local-lan1不就是區網192.168.88.0/24嗎?
所以in-interface=ether2-master-local-lan1 或src-address=192.168.88.0/24
您只需留其中一個就好,留兩個反而會無法工作.