GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Help Adding Ips to RedHat (https://gfy.com/showthread.php?t=249989)

JulianSosa 03-09-2004 10:20 PM

Help Adding Ips to RedHat
 
I have a box and I'm TRYING to add new ips to it. its redhat linux. I know in BSD I'd add the aliases in rc.conf, but in linux i'm stumped. can someone tell me what to do, and if possible not assume that I know ANYTHIGN about linux?

CognitiveDissonance 03-09-2004 10:22 PM

man ifconfig

JulianSosa 03-09-2004 10:25 PM

Quote:

Originally posted by CognitiveDissonance
man ifconfig
I looked there I also tried useing netconfig -d eh0:1

Nothing seems to work .

fuzebox 03-09-2004 10:26 PM

What version of redhat?

Check out /etc/sysconfig/networking ...

JulianSosa 03-09-2004 10:28 PM

Red Hat Enterprise Linux ES release 3 (Taroon Update 1)

JulianSosa 03-09-2004 10:40 PM

Anyone awake?

NemesisEnforcer 03-09-2004 11:00 PM

Let's say you wanted to add the IP address is 66.218.71.198, you would enter:

/sbin/ifconfig eth0:1 66.218.71.198

Do this for all IPs you want to add. Don't forget to put them in your startup file so that when you reboot you don't have to rekey them.

Quote:

Originally posted by JulianSosa
I have a box and I'm TRYING to add new ips to it. its redhat linux. I know in BSD I'd add the aliases in rc.conf, but in linux i'm stumped. can someone tell me what to do, and if possible not assume that I know ANYTHIGN about linux?

JulianSosa 03-09-2004 11:03 PM

Quote:

Originally posted by NemesisEnforcer
Let's say you wanted to add the IP address is 66.218.71.198, you would enter:

/sbin/ifconfig eth0:1 66.218.71.198

Do this for all IPs you want to add. Don't forget to put them in your startup file so that when you reboot you don't have to rekey them.


Thanks man :thumbsup Can you please tell me where the startup file is?

NemesisEnforcer 03-09-2004 11:46 PM

Use rc.local found at /etc/rc.d/rc.local

Quote:

Originally posted by JulianSosa


Thanks man :thumbsup Can you please tell me where the startup file is?


JulianSosa 03-09-2004 11:47 PM

Quote:

Originally posted by NemesisEnforcer
Use rc.local found at /etc/rc.d/rc.local


THANK YOU.
YOU made my day

NemesisEnforcer 03-10-2004 12:17 AM

I forgot to mention that if you're adding more than one IP address it would appear as follows:

/sbin/ifconfig eth0:1 66.218.71.198
/sbin/ifconfig eth0:2 66.218.71.199
/sbin/ifconfig eth0:3 66.218.71.200

Note the increment referencing your ethernet card for each IP.

JulianSosa 03-10-2004 12:18 AM

Quote:

Originally posted by NemesisEnforcer
I forgot to mention that if you're adding more than one IP address it would appear as follows:

/sbin/ifconfig eth0:1 66.218.71.198
/sbin/ifconfig eth0:2 66.218.71.199
/sbin/ifconfig eth0:3 66.218.71.200

Note the increment referencing your ethernet card for each IP.


I worked that out thank. :)

blazin 03-10-2004 12:28 AM

look in /etc/sysconfig/network-sc r ipts/

you will see some files like : ifcfg-eth0

copy this to ifcfg-eth0:1

then edit it naming the device eth0:1
and change the ipaddress

then type:

ifup ifcfg-eth0:1

jerseygirls 03-10-2004 01:06 AM

Blazin has it right for red hat.

YOu can also add a range of ip's with this config file:

Call the script (with 0 being a counter 0 thru whatever for each non sequential range you want to add): ifcfg-eth0-range0


and the contents of the file should be:
IPADDR_START=123.123.123.1
IPADDR_END=123.123.123.20
CLONENUM_START=0
BROADCAST=123.123.123.256
NETMASK=255.255.255.0
NETWORK=123.123.123.0
ONBOOT=yes

That would creat the ip's from 1 - 20

Obviously replace the network, broadcast, and netmask with your own info

jerseygirls 03-10-2004 01:08 AM

i forgot once you edit the files, i restart the network so the changes take place with:

/etc/rc.d/init.d/network restart




and then you can test your work with:

ifconfig


All times are GMT -7. The time now is 06:35 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123