--- Dave <[EMAIL PROTECTED]> wrote:
> Hello,
> I've got an ipfilter firewall. I want to allow irc
> traffic from the irc
> servers to one of my machines. I've got a pass in
> rule for port 6667 in my
> ipf.rules file for the machine in question and ipnat
> is redirecting
> traffic with rdr. However, when i initiate an irc
> connection i keep
> getting remote machine refused the connection. Any
> sites or pointers on
> this?
> Thanks.
> Dave.
>
What do your rules look like?

Here's an example of what should work:

hme1=10.1.2.3  (internal interface of ipf box)
hme2=212.1.2.3  (external interface if ipf box)

ipnat.conf:
rdr hme1 10.1.2.3/32 port 6667 -> irc.server.ip port
6667

map hme2 ip.of.internal.client/32 -> 0/32


ipf.conf:
watch your logs and permit accordingly :)


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Reply via email to