dragonfly pdf documentation
Marcin Jessa
lists at yazzy.org
Tue Mar 29 09:11:16 PST 2005
If it doesn't work on 4.x then this is then avaliable on 5.x only.
On 5.x you can rename any network interface (it does not have to be a physical one) on the fly.
[root at urukhai:~]# ifconfig gif0 create
[root at urukhai:~]# ifconfig -l
ath0 fxp0 pfsync0 pflog0 lo0 gif0
[root at urukhai:~]# ifconfig gif0 name bill_hacker
[root at urukhai:~]# ifconfig -l
ath0 fxp0 pfsync0 pflog0 lo0 bill_hacker
[root at urukhai:~]# ifconfig bill_hacker destroy
[root at urukhai:~]# ifconfig -l
ath0 fxp0 pfsync0 pflog0 lo0
On Wed, 30 Mar 2005 00:52:07 +0800
Bill Hacker <wbh at xxxxxxxxxxxxx> wrote:
> Marcin Jessa wrote:
>
> > I am not sure if DragonflyBSD implemented that yet but on FreeBSD you can change device names, e.g:
> >
> > [root at urukhai:~]# ifconfig -l
> > ath0 fxp0 pfsync0 pflog0 lo0
> > [root at urukhai:~]# ifconfig ath0 name atheros
> > [root at urukhai:~]# ifconfig -l
> > atheros fxp0 pfsync0 pflog0 lo0
> >
>
> Doesn't work here - latest production FreeBSD
> (4.11-STABLE) of 26 MAR 05.
>
> man ifconfig shows naming features for
> ssid, nwid, stationname, and station -
> but these appear to be restricted to wireless
> environments.
>
> Attempting to apply to an 'UP and Active' rl0
> nic fail.
>
> Must this be done before activating the NIC?
>
> BIll Hacker
>
>
>
--
Regards,
M. Jessa
http://www.yazzy.org
More information about the Users
mailing list