View Single Post
Old 09-25-2002, 11:03 PM  
SpaceAce
Confirmed User
 
Join Date: Jul 2002
Location: Magrathea
Posts: 6,493
Hi, AJ. Thanks for the reply. As far as I can tell, that is handled by the iptables module. Part of the setup is telling iptables which is the internal interface and which is the external and it does

iptables FORWARD -i (internal NIC) -o (external NIC) -j ACCEPT

which should send all packets from internal to external. I suppose I can still define the default gateway for the internal NIC and see what happens, but it certainly wasn't part of the instructions I read.

I'll go give that a shot.

Edit: Uhoh, the address for the external NIC is assigned by DHCP. How to set the default gateway? Sigh.

Thanks,
SpaceAce

Last edited by SpaceAce; 09-25-2002 at 11:09 PM..
SpaceAce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote