|
||||||||
I'm having trouble with NATs. I have a few other NATs.. ie SSH and SSL which work fine, but I created a NAT today which doesn't work. this is the rule: (it's an allow rule) TCP/UDP * * 10.0.0.35 68 I also tried the above rule with only UDP this is the NAT: WAN TCP/UDP 68 10.0.0.35 68 I also tried this with UPD only and here are the log entries with deny [click to select action] <?act=b> 22:49:41.272715 WAN <?if=WAN> 68.XX.XX.XX <?sp=> 10.0.0.35, type unreach/port <?dp=> ICMP <?pr=ICMP> [click to select action] <?act=b> 22:49:41.234960 WAN <?if=WAN> 24.XX.XX.XX, port 67 <?sp=67> 10.0.0.35, port 68 <?dp=68> UDP <?pr=UDP> [click to select action] <?act=b> 10 22:49:40.279696 WAN <?if=WAN> 68.XX.XX.XX <?sp=> 10.0.0.35, type unreach/port <?dp=> ICMP <?pr=ICMP> I mostly get the entries about the port 68 UDP getting denied. Also, I have the rule set to log anything handled by this rule but I never see any "accept" entries related to this rule. any ideas what I'm missing? thanks, tom Also, I ha |