"hillbilly1980" <[EMAIL PROTECTED]> writes:

> I have a cable connection which i have hardcoded my dhclient ip and
> gateway to the ext_if. However when my provider sometimes will reassign
> my ip to someone else and will refuse to route my traffic when this
> happens.

It's fairly easy to construct a NAT setup to compensate for dynamic, and
possibly changing, IP addresses on your external interface:

nat on $ext_if from $int_if:network to any -> ($ext_if)

then add options and flags as needed. The () notation should help.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
"First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales"

Reply via email to