On Thu, Jan 12, 2006 at 03:35:49PM -0200, Tiago Cruz wrote:
T> > There are examples in 'man 4 carp'.
T>
T> Yes, I've read all the FAQ from OpenBSD from CARP, man pages of carp and
T> pfsync. But the better article about this I found here:
T>
T> http://www.samag.com/documents/s=9658/sam0505e/
T>
On Sat, Jan 14, 2006 at 02:03:04PM +, Josef Karthauser wrote:
> x# ifconfig ath0
> ath0: flags=8843 mtu 1500
> inet6 fe80::209:5bff:fee5:1fa4%ath0 prefixlen 64 scopeid 0x1
> inet 10.0.0.1 netmask 0xff00 broadcast 10.0.0.255
> ether 00:09:5b:e5:1f:a4
> media
On Thu, 12 Jan 2006, Brooks Davis wrote:
Are there any objections to this change? I plan to use it to add the
requested feature of interface descriptions. Here is a diff of possible
changes to if.h.
I still think that interface descriptions do not belong to kernel
space.
--
Bjoern A. Zeeb
On Sat, 14 Jan 2006, Brooks Davis wrote:
IIRC, you don't need to create the device nodes at all. I think qemu just
tries to open /dev/tap# from 0-9.
In my local code to use if_tap, I just iterate through /dev/tapX nodes until I
find one that isn't busy. That causes the creation of the inte
On Sat, Jan 14, 2006 at 11:57:40AM -0800, David Leimbach wrote:
> On a newly installed FBSD 6.0 system I did the following to try to create a
> tap0 interface.
>
> opty1# cat /dev/null > /dev/tap0
> /dev/tap0: Operation not supported
>
> I repeated the above about 5 times just to see if it change
On a newly installed FBSD 6.0 system I did the following to try to create a
tap0 interface.
opty1# cat /dev/null > /dev/tap0
/dev/tap0: Operation not supported
I repeated the above about 5 times just to see if it changed, got the same
result.
Then
opty1# ifconfig tap0 create
ifconfig: SIOCIFCREA
Hi Sam (and [EMAIL PROTECTED] list),
I was wondering if you could help me. I've upgraded a server from
FreeBSD-5x to FreeBSD-6x and since the upgrade I cannot get my ath
interface to work. Everything is consistant with network packets not
being forwarded through the wireless interface.
Here's m