On Mon, 24 Apr 2006, Toni Mueller wrote:

Hello,

I have a box that once had two IP addresses on one interface. I
deconfigured one of them using ifconfig -alias.

Now, when I want to use any (?) program on that box to go over this
interface, it wants to use the addresses which is no longer present. I
double-checked to ensure that there is no NAT in the way, and also used
all netstat and ifconfig otions I know to convince myself that the old
address is gone. I also tried to 'ifconfig ifname inet
the-one-and-only-address' just in case there would be a different
handling of addresses assigned with and without using -alias, but to no
avail.

What could that be, and why can't I see this address anywhere?

I'd rather not reboot only to make a change in IP numbers effective...


Best,
--Toni++



Can you send us the output of "ifconfig ifname0" for example if you had an fxp card then:

ifconfig fxp0

Also did you do this?

ifconfig ifname delete inet alias aaa.bbb.ccc.ddd
?

Sounds like the alias is not deleted.

Or try setting your default gateway

route add default gw aaa.bbb.ccc.ddd

                -Matt-

Reply via email to