> David Hill <[EMAIL PROTECTED]> writes:
>
>> nat on sis0 inet from ! sis0:0 to any -> (sis0)
>
> This sounds a bit too inclusive for my tastes. I assume the address
> range your DHCP deamon uses is known as well as the fixed addreses, so
> why not use those instead, ie
>
> myranges = { 192.168.100.0/24, 192.168.101.0/24 }
>
> nat on $ext_if from $myranges to any -> ($ext_if)
>
> just my NOK 0.02
>
> --
> 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"
>
>

Well, I don't think I gave you all info.

Lets say I have my box running with sis0 and ath0.  sis0 has a public IP
of 216.1.1.1.  ath0 is running on private IP 10.0.0.1, serving DHCP for
10.0.0.0/24.  But, lets say a person wanting to use the wireless hotspot
has  a static IP (public or private) set on his laptop and not set to use
DHCP.  Is there any possible way we could NAT his machine as well?

The Cisco BBSM software could do it, but I cannot figure out how it worked.

Reply via email to