RE: ipfilter - port forward question

2003-08-14 Thread liquid
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Darryl Hoar Sent: August 8, 2003 2:38 PM To: 'Mike Maltese' Cc: [EMAIL PROTECTED] Subject: RE: ipfilter - port forward question Well, it does in fact use udp. Here is what I have

RE: ipfilter - port forward question

2003-08-14 Thread Darryl Hoar
PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: ipfilter - port forward question map ep0 192.168.1.0/24 - 0/32 rdr epo 24.225.33.0/32 port 31240 - 192.168.1.35 port 31240 tcp Try rdr ep0 0/0 port 31240 - 192.168.1.35 port 31240 tcp in your nat rules and try something like pass in quick on ed0 all

Re: ipfilter - port forward question

2003-08-14 Thread Mike Maltese
map ep0 192.168.1.0/24 - 0/32 rdr epo 24.225.33.0/32 port 31240 - 192.168.1.35 port 31240 tcp Try rdr ep0 0/0 port 31240 - 192.168.1.35 port 31240 tcp in your nat rules and try something like pass in quick on ed0 all keep state/pass out quick on ed0 all keep state in your ipf rules. There's