- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Bring up a Linux server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 02:44 AM
05-13-2005 02:44 AM
I have this Linux RHAS 2.1 fully configured and currently running on my LAN. I need to loan this Linux server to another site with totally different network IP schema. I've changed the IP address, submask, and the DNS settings to theirs (hosts, resolv.conf, fstab, and eth0, ie). But I'm still having trouble getting this server up and I'm seeing all kinds of errors that has to do with the network. Am I missing something else?? Please help!! Thank you in advance
Ian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 03:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 03:47 AM
05-13-2005 03:47 AM
Re: Bring up a Linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 03:48 AM
05-13-2005 03:48 AM
Re: Bring up a Linux server
how did you change IP address and other information, its more likely that some of the files are not updated.
did you use redhat config tool to do this? if not try redhat-config-network tool which gives options to change all network related settings.
if you are still not comfortable, please post what is the error message you are getting on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 06:05 AM
05-13-2005 06:05 AM
Re: Bring up a Linux server
**************************
nameserver 192.168.x.x
domain xxxx.com
****************************
The server had static IP address. Now, we're just using DHCP instead.
Thanks,
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 02:41 PM
05-13-2005 02:41 PM
Re: Bring up a Linux server
The only reasons that wouldn't happen would be if the file's permissions are too tight (should be 644), or the option "NOPEERDNS=yes" is in the '/etc/sysconfig/network-scripts/ifcfg-ethX' file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2005 08:52 PM
05-13-2005 08:52 PM
Re: Bring up a Linux server
ok if you are now using DHCP, then remove any existing entries from /etc/resolv.conf which might still reflect old server settings.
also check ifconfig output for any error packets or drops, and if possible post it here.
Also check /etc/sysconfig/networking/devices/ifcfg-ethX for BOOTPROTO=dhcp and remove any other static IP address entries
Regards,
Gopi