Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
secondary ip address
Name: Kyle Date: August 14, 2002 at 13:30:22 Pacific
Comment:
We are in the process of re-addressing our internal network addressing from a 10.x.x.x scheme to a 192.168.100.x scheme. The first step is to dual home all of our network servers. How is this best accomplished in RedHat Linux version 5.2 and 6.1? Should I use linuxconf? If so, which parameters need to be changed? Thanks in advance for any help.
Name: junky_toof Date: August 14, 2002 at 17:25:06 Pacific
Reply:
ifconfig eth0:0 192.168.100.x
You'll have to add routes for specific traffic flows of course.
I would just add an additional ifup script for these machines that brings up the aliased interfaces, then change the interface configuration permanently when the transition is over.
With older kernels like RH 5.2(2.0?), you may not have aliasing enabled as it is usually in the newer kernels. This will mean a recompile.
Summary: I am using Redhat 6.2 as an apache based webserver, and use an online form (using perl) to gain feedback from customers. Is there any way to capture the IP Address information of the client and have i...
Summary: I have just been given an IP address to my notebook but I don't know what to do in order to get connected both to our local machines and to the internet. I have just installed the linux SuSe 7.3 on it...
Summary: Under Red Hat Linux 6.2, it was possible to change the IP address by editing /etc/sysconfig/network-scripts/ifcfg-eth0, and then restarting the network service by saying "service network restart". How...