Re: Problems with createing a tap interface.

2006-02-20 Thread Nikos Vassiliadis
On Sunday 19 February 2006 09:17, Vulpes Velox wrote:
 #ifconfig tap create
 ifconfig: SIOCIFCREATE: Invalid argument

 The if_tap module is loaded, but I can't seem to get around this. Any
 suggestions?

Yes, try to open the tap device and it will be created automagically...

[EMAIL PROTECTED]:0:/usr/ports/mail/imp# ifconfig tap0
ifconfig: interface tap0 does not exist
[EMAIL PROTECTED]:0:/usr/ports/mail/imp#  /dev/tap0
[EMAIL PROTECTED]:0:/usr/ports/mail/imp# ifconfig tap0 
tap0: flags=8842BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
ether 00:bd:dc:d6:84:00
[EMAIL PROTECTED]:0:/usr/ports/mail/imp# 



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with createing a tap interface.

2006-02-18 Thread Vulpes Velox
#ifconfig tap create
ifconfig: SIOCIFCREATE: Invalid argument

The if_tap module is loaded, but I can't seem to get around this. Any
suggestions?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]