On Thursday 15 January 2004 16:41, Dirk Meyer wrote:
> Thats easy on your router:
> #!/bin/sh
> gateway1="10.10.10.1"
> gateway2="10.10.10.2"
> dmz="10.10.20.0/24"
> lan="10.10.30.0/24"
> ipfw add fwd ${gateway2} ip from ${dmz} to any
> ipfw add fwd ${gateway1} ip from ${lan} to any

Thanks... but the thing is that I already tried this, but I have dynamic IPs 
and I need NAT...
I just sent a new mail to the list, if you can check it out, my configuration 
is explained.

Regards,

Antoine

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

Reply via email to