Scott Ullrich wrote:

This hopefully is fixed now.  Run a update_file.sh /etc/inc/filter.inc
from a shell then run /etc/rc.filter_configure and please report back
how the line looks now in rules.debug.

Thanks!

On 10/24/05, Kevin Wolf <[EMAIL PROTECTED]> wrote:
Bill Marquette wrote:

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]




As far as I can tell, that's what this:
http://img363.imageshack.us/img363/1113/untitled6zf.jpg does.  I filled
in the info as I saw it in 0.86.4, the only difference is it looks like
in 0.89.2 one of the port fields moved down.  My 0.86.4 entry looks like
this: http://img401.imageshack.us/img401/2757/untitled9dm.jpg

Here's the output on the 0.86.4 I just setup, and verified is working
correctly with my game:
# cat /tmp/rules.debug | grep 700
nat on xl1 from 192.168.1.200/32 port 7700 to any  -> (xl1) port 7700
rdr on xl1 proto udp from any to 68.7.144.105 port 7700 -> 192.168.1.200
port 7700
pass in quick on $wan proto udp from any to {  192.168.1.200 } port =
7700 keep state  label "USER_RULE: NAT "

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Doesn't look exactly the same as 0.86.4 now, and it's not the same as before either. Now it shows:

nat on xl1 from 192.168.1.200/32 port 7700 to any port 7700  -> (xl1)

Still doesn't seem to work.



Thanks for trying to fix this :)
Kevin W.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to