Re: setting up network virtual hosts (ifconfig)
From: Chuck Swiger (cswiger_at_mac.com)
Date: 03/09/04
- Previous message: Prodigy: "ipfw + natd - not sharing internet for LAN users"
- In reply to: Jason Williams: "Re: setting up network virtual hosts (ifconfig)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 09 Mar 2004 11:57:56 -0500 To: Jason Williams <jwilliams@courtesymortgage.com>
Jason Williams wrote:
> That seemed to have done the trick, manually. Im guessing, I could put
> the same thing in my rc.conf file, but with proper syntax:
>
> ifconfig_fxp0_alias0="inet 192.168.2.222 netmask 0xffffff
>
> On a side note, if you set something up in rc.conf, how can you manually
> start it without having to reboot?
The rc.conf configuration above could be manually done via:
ifconfig fxp0 alias 192.168.2.222 netmask 0xffffff
Other changes to rc.conf may require you to to run a startup script-- check
/usr/local/etc/rc.d-- or do something else, depending on what the change is.
-- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Prodigy: "ipfw + natd - not sharing internet for LAN users"
- In reply to: Jason Williams: "Re: setting up network virtual hosts (ifconfig)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|