Re: public ip address behind nat
From: Anne Marcel Roorda (marcel_at_slowthinkers.net)
Date: 01/25/05
- Previous message: Brooks Davis: "Re: [PATCH] 802.1p priority (fixed)"
- Maybe in reply to: Mihai Nitulescu: "public ip address behind nat"
- Next in thread: Brian Reichert: "Re: public ip address behind nat"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-net@freebsd.org Date: Tue, 25 Jan 2005 07:13:36 +0000
> I want to assign to application.example.com 193.231.43.27 and to route this i
p trough nat.example.com
>
> Any ideea how can i do that ?
> Please help.
Mihai,
From the man page of natd:
-unregistered_only | -u
Only alter outgoing packets with an unregistered source
address. According to RFC 1918, unregistered source
addresses are 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16.
That should allow you to use both private space, and assigned
addressess.
You can either add this option to your natd configuration file, or
add it as a command line option.
Regards,
- marcel
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Brooks Davis: "Re: [PATCH] 802.1p priority (fixed)"
- Maybe in reply to: Mihai Nitulescu: "public ip address behind nat"
- Next in thread: Brian Reichert: "Re: public ip address behind nat"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]