Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 16:37:34 -0700 (PDT)
From:      Sergey Veltistov <phisto@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/38672: ifconfig+alias
Message-ID:  <200205282337.g4SNbYgA034328@www.freebsd.org>

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

>Number:         38672
>Category:       misc
>Synopsis:       ifconfig+alias
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 16:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Veltistov
>Release:        4.6-RC FreeBSD
>Organization:
RSUog
>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#
>Fix:
     N/A
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200205282337.g4SNbYgA034328>