Jim Manley wrote:
> Found it. Syntax problem.
>
> ifconfig <interface> alias 192.168.0.10 netmask 0xffffffff
And to get all this done automatically at boot time, add this
to your /etc/rc.conf
network_interfaces="de0 lo0" # List of network interfaces (lo0 is loopback).
ifconfig_de0="inet 195.244.241.123 netmask 255.255.255.0"
ifconfig_de0_alias0="inet 195.244.241.124 netmask 255.255.255.255"
ifconfig_de0_alias1="inet 195.244.241.125 netmask 255.255.255.255"
ifconfig_de0_alias2="inet 195.244.241.126 netmask 255.255.255.255"
ifconfig_de0_alias3="inet 195.244.241.127 netmask 255.255.255.255"
ifconfig_de0_alias4="inet 195.244.241.128 netmask 255.255.255.255"
Kai
PS: People, please learn to quote, thank you.
--
kai voigt hamburger chaussee 36
24113 kiel
04 31 - 22 19 98 69
http://k.123.org/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message