Ruslan Ermilov wrote:
On Wed, Mar 03, 2004 at 11:40:07AM -0500, Erik Sliman wrote:
[...]
Thank you. That worked. I read all the documentation I could find, which
was very little. Basic networking requirements like this should be in
the FreeBSD Manual. rc.conf man pages gave no examples, and d
On Wed, Mar 03, 2004 at 11:40:07AM -0500, Erik Sliman wrote:
[...]
> Thank you. That worked. I read all the documentation I could find, which
> was very little. Basic networking requirements like this should be in
> the FreeBSD Manual. rc.conf man pages gave no examples, and differed
> from one
Andre Rein wrote:
[] You've read documentation?
grep alias /etc/defaults/rc.conf
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0x" # Sample alias entry.
On Wed, 3 Mar 2004, Erik Sliman wrote:
How do you give a computer multiple static IPs?
I've tried many things, including the ifa
[] You've read documentation?
grep alias /etc/defaults/rc.conf
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0x" # Sample alias entry.
On Wed, 3 Mar 2004, Erik Sliman wrote:
> How do you give a computer multiple static IPs?
>
> I've tried many things, including the ifaliases setting
How do you give a computer multiple static IPs?
I've tried many things, including the ifaliases setting in rc.conf:
ifconfig_vr0="inet 192.168.1.3 netmask 255.255.255.0"
ifaliases_vr0="192.168.1.36 255.255.255.0"
but none seem to work.
___
[EMAIL