Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 03:44:47 +0300
From:      Sergey Veltistov <phisto@mail.ru>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   ifconfig+alias problem
Message-ID:  <1842801618.20020529034447@mail.ru>

next in thread | raw e-mail | index | archive | help
Environment

FreeBSD 4.6-RC FreeBSD 4.6-RC #6: Sun May 19 18:56:42 MSD 2002


Description

Then i try bind alias on iface.
xxx.xxx.x.20 does not using any other before.
after last attempt, xxx.xxx.x.20 working fine.

ps sorry for my eng.


How-To-Repeat

nevermind# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet xxx.xxx.x.10 netmask 0xffffffc0 broadcast xxx.xxx.x.63
        ether 00:20:ed:29:33:33
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
nevermind#
nevermind# ifconfig fxp0 inet xxx.xxx.x.20 netmask 255.255.255.192 alias
ifconfig: ioctl (SIOCAIFADDR): File exists
nevermind#
nevermind# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet xxx.xxx.x.10 netmask 0xffffffc0 broadcast xxx.xxx.x.63
        ether 00:20:ed:29:33:33
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
nevermind#
nevermind# ifconfig fxp0 inet xxx.xxx.x.20 netmask 255.255.255.0 alias
nevermind#
nevermind# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet xxx.xxx.x.10 netmask 0xffffffc0 broadcast xxx.xxx.x.63
        inet xxx.xxx.x.20 netmask 0xffffff00 broadcast xxx.xxx.x.255
        ether 00:20:ed:29:33:33
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
nevermind#
nevermind# ifconfig fxp0 inet xxx.xxx.x.20 netmask 255.255.255.192 alias
ifconfig: ioctl (SIOCAIFADDR): File exists
nevermind#
nevermind# ifconfig fxp0
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet xxx.xxx.x.10 netmask 0xffffffc0 broadcast xxx.xxx.x.63
        inet xxx.xxx.x.20 netmask 0xffffffc0 broadcast xxx.xxx.x.63
        ether 00:20:ed:29:33:33
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
nevermind#


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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