On Sat, 2004-07-31 at 21:55, Coda Hale wrote: > # nat on both interfaces from internal > nat on $adsl_if from $int_if to any -> ($adsl_if) > nat on $sdsl_if from $int_if to any -> ($sdsl_if)
in the above, $int_if expands to the IP address of your internal interface. my guess is you want the network definition: nat on $adsl_if from $int_if:network to any -> ($adsl_if) nat on $sdsl_if from $int_if:network to any -> ($sdsl_if) -j =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ I had no shoes and I pitied myself. Then I met a man who had no feet, so I took his shoes. -- Dave Barry =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
