Hello, Can someone please correct me if I'm wrong here. Im sure this is totally basic but I'm unsure if this is correct or not and am unable to test without having my cable modem in place.
Description of the layout: I have 2 network cards on my Gentoo box that will be acting as a firewall. Eth0 will be using dhcpcd to talk to a cable modem. Eth1 will connect the internal lan. 1.) What I need to do is tell Dhcpcd on Eth0 that I don't want /etc/resolv.conf populated with dns info that it receives in the dhcp reply from the cable modem. (Im running djbdns resolver on the Gentoo Firewall if your wondering why I'm asking this question.) >From reading "man dhcpcd" I can use the -R option to acheive the above task: So when I want to pass options to dhcpcd is the correct place to do this in /etc/init.d? I noticed in that file that the following lines exist: # For DHCP set iface_eth? to "dhcp" # For passing options to dhcpcd use dhcpcd_eth? # #iface_eth0="dhcp" #dhcpcd_eth0="..." So for Eth0 I would just uncomment the "iface_eth0="dhcp" line and to pass the "-R" option I would just need to uncomment "dhcpcd_eth0="..." and add -R in replacement of the 3 periods "..."? Thanks, Joshua Banks __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- [EMAIL PROTECTED] mailing list
