Bradley Molnar on Wed, 11 Jun 2003 15:04:13 -0400 |
looks like /sbin/dhclient-script is it function make_resolv_conf() { if [ -n "$new_domain_name" ] || [ -n "$new_domain_name_servers" ]; then echo '; generated by /sbin/dhclient-script' > /etc/resolv.conf if [ -n "$new_domain_name" ]; then echo search $new_domain_name >> /etc/resolv.conf fi for nameserver in $new_domain_name_servers; do echo nameserver $nameserver >>/etc/resolv.conf done fi } although disecting the rest of this script will be up to you (or modifying it as you see fit is up to you). -b -----Original Message----- From: plug-admin@lists.phillylinux.org [mailto:plug-admin@lists.phillylinux.org]On Behalf Of W. Chris Shank Sent: Wednesday, June 11, 2003 2:18 PM To: plug@lists.phillylinux.org Subject: RE: [PLUG] redhat-config-network bombs Hmmm... I will look at dhclient-script, but I've looked in all the other files and don't see where it's set. I thought it was set to get it from the DHCP server - but on this windows network - it's not being set - so maybe it reverts to the one in my other LAN. I do have DHCP enabled - that is certain. Thanks for the info. Bradley Molnar said: > try > > /etc/sysconfig/networking/devices/ifcfg-<device> > /etc/sysconfig/networking/profiles/default/ifcfg-<device> > /etc/sysconfig/network-scripts/ifcfg-<device> > > Note, under profiles, there might be more than one. Also note that one > or more of these options may be symlinked together, but, don't count on > it. > > The comment in my /etc/resolv.conf says that it was generated > automatically from /sbin/dhclient-script. > > So, since it looks like it is being overwritten when you restart the > network, I would guess that something isn't right with the dhcp server > or the settings on your machine. There is an option in the files > mentioned above which says > > BOOTPROTO= > > setting this to 'dhcp' will cause it to use a dhcp server. Setting it > to 'none' will disable dhcp. > > Oh, and I checked this on RH 8 and 9. > > Good luck > -brad > > -----Original Message----- > From: plug-admin@lists.phillylinux.org > [mailto:plug-admin@lists.phillylinux.org]On Behalf Of W. Chris Shank > Sent: Wednesday, June 11, 2003 11:47 AM > To: plug@lists.phillylinux.org > Subject: Re: [PLUG] redhat-config-network bombs > > > Yeah - I looked in there but couldn't figure where it was coming from. > I'm using YDL 3 which is based on RH8-9. if that has any bearing. > > Kam Salisbury said: >>> changes the resolv.conf back. So the setting is burried deep within >>> the bowels of the RH configuration. >> >> Those configurations are under /etc/sysconfig/ >> >> -- >> Kam Salisbury >> http://kamsalisbury.com >> _________________________________________________________________________ >> Philadelphia Linux Users Group -- >> http://www.phillylinux.org Announcements - >> http://lists.netisland.net/mailman/listinfo/plug-announce General >> Discussion -- http://lists.netisland.net/mailman/listinfo/plug > > > > _________________________________________________________________________ > Philadelphia Linux Users Group -- > http://www.phillylinux.org Announcements - > http://lists.netisland.net/mailman/listinfo/plug-announce General > Discussion -- http://lists.netisland.net/mailman/listinfo/plug > > _________________________________________________________________________ > Philadelphia Linux Users Group -- > http://www.phillylinux.org Announcements - > http://lists.netisland.net/mailman/listinfo/plug-announce General > Discussion -- http://lists.netisland.net/mailman/listinfo/plug _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|