Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 21:30:31 +0100
From:      Bjorn Eikeland <bjorn@eikeland.info>
To:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   vlan with its own ether / mac address?
Message-ID:  <opr3bsk5zqomdbx5@localhost>

next in thread | raw e-mail | index | archive | help
is it possible to set up a vlan device with its own ether address?
I've tried the following:

ifconfig vlan0 create
ifconfig vlan0 vlan 1 vlandev fxp0 up
ifconfig vlan0 inet 10.0.0.10 netmask 255.255.255.0 \
	ether 00:a0:c9:f1:4e:6e
ifconfig: ether: bad value

but changing the ether value after the device is up 'works',
but caused me to only have access to the vlan ip.

my existing fxp0 device
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
         inet 10.0.0.2 netmask 0xff000000 broadcast 10.255.255.255
         ether 00:a0:c9:f1:4e:6d
         media: Ethernet autoselect (100baseTX <full-duplex>)
         status: active

the faked vlan0 device:
vlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
         inet 10.0.0.10 netmask 0xffffff00 broadcast 10.0.0.255
         ether 00:a0:c9:f1:4e:6e
         media: Ethernet autoselect (100baseTX <full-duplex>)
         status: active
         vlan: 1 parent interface: fxp0

basically I'm trying to set up dhcp to configure unknown hosts
in a seperate network to allow them to register their mac address
and then be allocated a ip in the "real" network. And need a way
to test with several clients, but I've only got one nic in my box.

looks like I'll be buying another nic and use dhcping -h and see if
it does the trick - but just wanted to see if there is a all free
and nice software solution. 



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