Main Page | Report this Page
Linux Forum Index  »  Linux Setup  »  Changing Variables Via Webmin
Page 1 of 1    

Changing Variables Via Webmin

Author Message
Guest
Posted: Wed Jun 14, 2006 3:37 pm
Hello.

I need to change the domainname of my linux box. Is this something that
can be done with Webmin?

Also, are there any traps or things I should know re changing
domainname?

Thanks, Chris
 
Bit Twister
Posted: Wed Jun 14, 2006 3:59 pm
Guest
On 14 Jun 2006 14:37:17 -0700, battle.chris@gmail.com wrote:
Quote:
Hello.

I need to change the domainname of my linux box. Is this something that
can be done with Webmin?

Run a command line and edit by hand is my guess.

Quote:
Also, are there any traps or things I should know re changing
domainname?

Desktop display managers can get upset when node name changes.
Mail Transport Agent might not like name change while running.
No idea what you have in your firewall rules or in tcwrapper files.
Other hosts on the LAN might want to know about the change.

With 350+ linux distributions out there you might want to read
http://www.catb.org/~esr/faqs/smart-questions.html

Just guessing some files to look in, if running Mandrake/Mandriva linux
cat /etc/sysconfig/network
grep -i $(hostname -d) /etc/host*
grep -i $(hostname -d) /etc/postfix/*
grep -i $(hostname -d) /etc/shorewall/*
 
Nico Kadel-Garcia
Posted: Wed Jun 14, 2006 8:39 pm
Guest
"Bit Twister" <BitTwister@mouse-potato.com> wrote in message
news:slrne911m0.a0k.BitTwister@wb.home.invalid...
Quote:
On 14 Jun 2006 14:37:17 -0700, battle.chris@gmail.com wrote:
Hello.

I need to change the domainname of my linux box. Is this something that
can be done with Webmin?

Run a command line and edit by hand is my guess.

Changing your domain name while running an X session can create....
adventures. Look at your /setc/sysconfig files and look for the domain name,
and look in /etc/resolv.conf for your DNS settings. There are sometimes
other tools for this, such as system-config-network under RedHat and Fedora
Core.

Quote:
Also, are there any traps or things I should know re changing
domainname?

Desktop display managers can get upset when node name changes.
Mail Transport Agent might not like name change while running.
No idea what you have in your firewall rules or in tcwrapper files.
Other hosts on the LAN might want to know about the change.

With 350+ linux distributions out there you might want to read
http://www.catb.org/~esr/faqs/smart-questions.html

Just guessing some files to look in, if running Mandrake/Mandriva linux
cat /etc/sysconfig/network
grep -i $(hostname -d) /etc/host*
grep -i $(hostname -d) /etc/postfix/*
grep -i $(hostname -d) /etc/shorewall/*
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Fri Nov 27, 2009 5:48 pm