For me, in network config, there is a domain box, is yours filed in properly?
my expectation is this input tool ( /usr/bin/system-config-network) validates below config files...
DOMAIN=languageline.com /etc/sysconfig/network-scripts/ifcfg-Wired_connection_1
DOMAIN=languageline.com /etc/sysconfig/networking/profiles/default/ifcfg-Wired_connection_1 DOMAIN=languageline.com /etc/sysconfig/networking/devices/ifcfg-Wired_connection_1
what does* find /etc/sys* -exec grep DOMAIN {} ; -print* show on your host?
hth, ...
On Thu, Oct 11, 2012 at 9:37 AM, Frank Elsner frank@moltke28.b.shuttle.dewrote:
Hi ALL, on my just installed Fedora 17 I've a problem with /etc/resolv.conf:
Beginning of /etc/resolv.conf reads:
# Generated by NetworkManager domain domain_not_set.invalid search domain_not_set.invalidThe following lines for nameserver definitions are fine.
How can I ensure to have *correct* domains (I know which ones I need) in the domain and search statement?
On my old F14 I use a "supersede" statement in /etc/dhclient.conf but this isn't used anymore on F17 which uses /var/run/nm-dhclient-wlan0.conf (created by
NetworkManager).
Any pointer to solve this problem welcome.
Kind regards, Frank Elsner
users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Thu, 11 Oct 2012 09:49:05 -0700 Jack Craig wrote:
For me, in network config, there is a domain box, is yours filed in properly?
my expectation is this input tool ( /usr/bin/system-config-network) validates below config files...
DOMAIN=languageline.com /etc/sysconfig/network-scripts/ifcfg-Wired_connection_1
DOMAIN=languageline.com /etc/sysconfig/networking/profiles/default/ifcfg-Wired_connection_1 DOMAIN=languageline.com /etc/sysconfig/networking/devices/ifcfg-Wired_connection_1
what does* find /etc/sys* -exec grep DOMAIN {} ; -print* show on your host?
Thanks so far for the hint. I'll investiga if time permits.
--FRank