On Mon, Nov 17, 2003 at 05:31:55PM -0500, Roy Vestal wrote: > I'm trying to setup Debian as a router on an old box > > dhcpd question: how do i get the status of which nic/ip it's using? I just > want to verify my dhcpd.conf is being read correctly.
You can run dhcp on a per interface basis. From memory look in /etc/init.d/dhcpd script and add eth1 if you want it on that interface. By default I think it runs on eth0. > > iptables question: how do I modify the iptables? /etc/default/iptables? I just created my own iptables script and put in the init.d dir. Link to in the proper runtime level dir. Read the comments in that file. It says not to use it. heh. > > ------------------------------------------------------- > Roy Vestal > Just a Linux guy > [EMAIL PROTECTED] > http://www.trilug.org > > -- > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug > TriLUG Organizational FAQ : http://trilug.org/faq/ > TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ > TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc -- Happy Trails John F. Davis ABC #6334 1992 R100GSPD Durham, North Carolina http://www.skink.net -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
