Re: if_bridge - what i do wrong

2008-04-11 Thread Wojciech Puchar

exactly this! thank you very much!


On Thu, 10 Apr 2008, Mario Lobo wrote:


On Thursday 10 April 2008 10:02:55 Wojciech Puchar wrote:

ifconfig: BRDGADD tap0: Invalid argument


I had this problem once because my kernel was out of sync with userland.
When I recompiled world, the problem went away.

--
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



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


Re: if_bridge - what i do wrong

2008-04-11 Thread Mario Lobo
On Friday 11 April 2008 05:36:16 Wojciech Puchar wrote:
 exactly this! thank you very much!

 On Thu, 10 Apr 2008, Mario Lobo wrote:
  On Thursday 10 April 2008 10:02:55 Wojciech Puchar wrote:
  ifconfig: BRDGADD tap0: Invalid argument
 
  I had this problem once because my kernel was out of sync with userland.
  When I recompiled world, the problem went away.
 
  --
  Mario Lobo
  http://www.mallavoodoo.com.br
  FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows
  FREE) ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

Your welcome ! I am happy I could be of help. Everyone is so keen and quick on 
this list that everytime I try to give some helpful info, someone always does 
it ahead of me.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


if_bridge - what i do wrong

2008-04-10 Thread Wojciech Puchar


[EMAIL PROTECTED] ~]# ifconfig bridge0 addm tap0
ifconfig: BRDGADD tap0: Invalid argument
^

why?

[EMAIL PROTECTED] ~]# ifconfig bridge0
bridge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 2001:::::1 prefixlen 64
inet 10.255.245.1 netmask 0xff00 broadcast 10.255.245.255
ether 5a:81:5a:a6:e6:38
priority 32768 hellotime 2 fwddelay 15 maxage 20
[EMAIL PROTECTED] ~]# ifconfig tap0
tap0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet6 fe80::2bd:2cff:fe1d:0%tap0 prefixlen 64 scopeid 0x3
ether 00:bd:2c:1d:00:00


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


Re: if_bridge - what i do wrong

2008-04-10 Thread Mario Lobo
On Thursday 10 April 2008 10:02:55 Wojciech Puchar wrote:
 ifconfig: BRDGADD tap0: Invalid argument

I had this problem once because my kernel was out of sync with userland.
When I recompiled world, the problem went away.

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]