On Thursday, May 16, 2002, at 09:51 PM, Vestal, Roy L. wrote: > i need to add eth1 for a firewall to a debian box. i have done this with > /etc/sysconfig/network-scripts/ifcfg-eth0 before in rh but i don't know > where this is in debian. i've done a find / | grep "ifcfg-eth" to no > avail. > > Anyone?
/etc/network/interfaces The syntax is fairly obvious as you can usually copy the eth0 lines and change them as necessary. Also, 'man interfaces' has more information. Bill ----------------------------------- Bill Vinson http://www.trilug.org/~billv _______________________________________________ TriLUG mailing list http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ: http://www.trilug.org/~lovelace/faq/TriLUG-faq.html
