|
||||||||
Doh! - a bad static route (I'm an idiot again) was causing the entry, but maybe this will help someone else with de-bugging. It's interesting that it showed up in the log the way it did. ________________________________ From: Keith Redfield [mailto:kredfield at airsurfwireless dot com] Sent: Sat 1/22/2005 10:04 PM To: m0n0wall at lists dot m0n0 dot ch Subject: [m0n0wall] M0n0 1.11 Firewall problem 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 |