On 10/24/05, Kevin Wolf <[EMAIL PROTECTED]> wrote: > I can't find my 0.86.4 cd, and it's not on the mirrors :( Does anyone > have a link where I can download it at? > > Here's what cat /tmp/rules.debug | grep 700 looks like from my 0.89.2 setup: > # cat /tmp/rules.debug | grep 700 > nat on xl1 from 192.168.1.200/32 to any port 7700 -> (xl1) port 7700
OK, the above is the important one. What it says is that traffic from 192.168.1.200/32 sourced from any port to any IP address on port 7700 will get NAT'd to your external IP (xl1's IP rather) and will source from port 7700. I have a sneaky suspicion what you really need is: nat on xl1 from 192.168.1.200/32 port 7700 to any -> (xl1) port 7700 which matches based on source port. But I'm not sure unless I can see a working example of this from .86.4 --Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
