Natd manpage interpretation problem . . .

2004-11-20 Thread Louis LeBlanc
I know similar questions have been asked in the past, and I'm sure the
natd manpage has it described quite clearly, but I just can't seem to
figure this out.

I'm trying to automagically route all udp ports above 1023 coming from
a network block to a machine on the internal network.

My understanding of the natd manpage is that I simply need to put a
line like this in /etc/natd.conf:

redirect_port udp internalIP:1024-65535 remoteIP/xx:1024-65535

What am I doing wrong here?

TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

QOTD:
  Y'know how s'm people treat th'r body like a TEMPLE?
  Well, I treat mine like 'n AMUSEMENT PARK...  S'great...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Natd manpage interpretation problem . . .

2004-11-20 Thread Matt Emmerton
 I know similar questions have been asked in the past, and I'm sure the
 natd manpage has it described quite clearly, but I just can't seem to
 figure this out.

 I'm trying to automagically route all udp ports above 1023 coming from
 a network block to a machine on the internal network.

 My understanding of the natd manpage is that I simply need to put a
 line like this in /etc/natd.conf:

 redirect_port udp internalIP:1024-65535 remoteIP/xx:1024-65535

 What am I doing wrong here?

Based on my reading of the natd man pages, all of the redirect_xxx options
only work on single IPs -- not netblocks.
If you want to redirect traffic for a specific netblock, you need to have a
rule for every IP in the block.

--
Matt Emmerton

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]