Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 1997 10:22:23 +0200
From:      Jacinto Moreno Parra <jmoreno@host1.sumocg.es>
To:        freebsd-questions@FreeBSD.ORG
Subject:   IFCONFIG & ALIAS
Message-ID:  <341CF03D.5A2A@sumocg.es>

next in thread | raw e-mail | index | archive | help
I have a net and i want to asign several IP addresses into the same IP
range, who i can do that ?.

I write this, but the ifconfig command return a error.

Ejem:

# ifconfig ep0 inet 195.76.200.2
# ifconfig ep0 inet 195.76.200.3 alias
ifconfig: error( SIOCAIFADDR ) File exist.

----------------------

# ifconfig ep0 inet 195.76.200.2
# ifconfig ep0 inet alias 195.76.200.3
ifconfig: error( SIOCAIFADDR ) File exist. 

when i execute "ifconfig ep0", the system list the alias IP address
but this address not respond.

# ifconfig ep0
	.......
	inet 195.76.200.2 netmask 0xffffff00 broadcast 195.76.200.255
	inet 195.76.200.3 netmask 0xffffff00 broadcast 195.76.200.255

# ping 195.76.200.3
PING 195.76.200.3: (195.76.200.3): 56 data bytes
.
.
1 packets transmitted, 0 packets received, 100% packet loss.

Best Regards

Jacinto Moreno Parra



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?341CF03D.5A2A>