|
||||||||
Hi, I'm having a problem getting some traffic across a m0n0<->m0n0 VPN. I have an explicit rule permitting traffic from the LAN interface to the host below, UDPprotocol as the first rule in the LAN set. But the logs show the below: X 21:38:17.794753 LAN 10.0.1.252, port 8817 192.168.99.252, port 8817 UDP With the "Block" X I looked at the config.xml and the rule appears to be correct there: <rule> <type>pass</type> <interface>lan</interface> <protocol>udp</protocol> <source> <address>10.0.1.252</address> </source> <destination> <address>192.168.99.252</address> </destination> <log/> <descr>Mobility Domain</descr> </rule> It's the first LAN rule, I'e re-booted both sides. At a loss... THX -Keith |