Re: Adding new IP's without reboot?

2003-11-26 Thread Marc G. Fournier

just run the appropriate 'ifconfig' command as root from the command line
...


On Wed, 26 Nov 2003, Ben Dover wrote:

 Is there a way to add new IP’s to a FreeBSD 4.9 or 5.1 box without
 rebooting.  I add them to /etc/rc.conf but they are not effective until a
 reboot.  There are some webhosting assistant programs which allow instant
 use of IP’s with *nix and I was hoping there was a way to do this in FBSD.

 _
 Gift-shop online from the comfort of home at MSN Shopping!  No crowds, free
 parking.  http://shopping.msn.com

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding new IP's without reboot?

2003-11-26 Thread Vulpes Velox
On Wed, 26 Nov 2003 19:32:54 -0500
Ben Dover [EMAIL PROTECTED] wrote:

 Is there a way to add new IP’s to a FreeBSD 4.9 or 5.1 box without 
 rebooting.  I add them to /etc/rc.conf but they are not effective until a 
 reboot.  There are some webhosting assistant programs which allow instant 
 use of IP’s with *nix and I was hoping there was a way to do this in FBSD.

Look into ifconfig. Webmin will also handle it. ifconfig the program used for
manipulating network interfaces. The man on it useful.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding new IP's without reboot?

2003-11-26 Thread Rus Foster
On Wed, 26 Nov 2003, Ben Dover wrote:

 Is there a way to add new IP’s to a FreeBSD 4.9 or 5.1 box without
 rebooting.  I add them to /etc/rc.conf but they are not effective until a
 reboot.  There are some webhosting assistant programs which allow instant
 use of IP’s with *nix and I was hoping there was a way to do this in FBSD.


Hi,
You can use something similar to the following

ifconfig vr0 alias 192.168.0.1 netmask 0xff00

Rus

-- 
e: [EMAIL PROTECTED] | Linux + FreeBSD Servers from $12.50/mo
e: [EMAIL PROTECTED]   | Full Root Access
m: +44 7919 373537  | Free Trial Account
t: 1-888-327-6330   | http://www.jvds.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding new IP's without reboot?

2003-11-26 Thread paul beard
On Nov 26, 2003, at 4:32 PM, Ben Dover wrote:

Is there a way to add new IP’s to a FreeBSD 4.9 or 5.1 box without 
rebooting.  I add them to /etc/rc.conf but they are not effective 
until a reboot.  There are some webhosting assistant programs which 
allow instant use of IP’s with *nix and I was hoping there was a way 
to do this in FBSD.

This question was the basis for a useful thread a week ago: googling or 
sifting through the archives should turn up some useful information.

I think every variant of UNIX supports this with ifconfig: something 
like this (depending on your interface device name).

[/usr/home/paul]:: ifconfig xl1 192.168.2.100 up

--
Paul Beard
paulbeard.no-ip.org/movabletype/
paulbeard [at] mac.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding new IP's without reboot?

2003-11-26 Thread Scott W
Ben Dover wrote:

Is there a way to add new IPs to a FreeBSD 4.9 or 5.1 box without 
rebooting. I add them to /etc/rc.conf but they are not effective until 
a reboot. There are some webhosting assistant programs which allow 
instant use of IPs with *nix and I was hoping there was a way to do 
this in FBSD.

_
Gift-shop online from the comfort of home at MSN Shopping! No crowds, 
free parking. http://shopping.msn.com

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

If you've got other NICs installed, then see 'man ifconfig' or use the 
ifconfig_* line from rc.conf asa template. If you have limited NICs, 
they're likely using aliases, which is covered although briefly in the 
ifconfig man page. Easy on Linux, haven't used IP aliases on freebsd as 
of yet, but a quick google shows:

http://freebsd.peon.net/tutorials/6/ IP Aliasing Doc/Tutorial...

HTH,

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding new IP's without reboot?

2003-11-26 Thread Alex de Kruijff
On Wed, Nov 26, 2003 at 07:32:54PM -0500, Ben Dover wrote:
 Is there a way to add new IP?s to a FreeBSD 4.9 or 5.1 box without 
 rebooting.  I add them to /etc/rc.conf but they are not effective until a 
 reboot.  There are some webhosting assistant programs which allow instant 
 use of IP?s with *nix and I was hoping there was a way to do this in FBSD.
 
You can use the tool ifconfig and figure out the right line to feed it.
You can also start the scripts: /etc/netstart.

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]