Displaying 1 result from an estimated 1 matches for "ipsec2local".
2005 Jan 05
1
hosts and interfaces
...redc  local:192.168.1.3       tcp     80      -
DNAT            wave    local:192.168.1.3       tcp     80      - 
203.96.213.73
The rules here don''t react the way I expected them to when combined with 
a tunnel
when I am vpn''ed in and try to contact 192.168.1.25, messages show 
ipsec2local:ACCEPT blah blah blah src:192.168.192.34 dst:192.168.1.3
I can fix the desired behaviour by doing this:
rules:
DNAT            wiredc:!192.168.192.34  local:192.168.1.3       tcp 
80      -
my question:
can I in rules do this
DNAT            wiredc:!ipsec  local:192.168.1.3       tcp     80...