Re: Dummy Network Interface

2004-01-15 Thread ms419
My apologies for such an undescriptive post. I am trying to run a kerberos KDC on a mobile system. Unfortunately, the KDC won't bind to the loopback device, and all interfaces are disabled by the operating system when they are inactive - there is no link detected. So I am trying to configure a

Re: Dummy Network Interface

2004-01-15 Thread Michael W. Oliver
On Thu, Jan 15, 2004 at 03:07:20PM -0500, Robert Watson wrote: > > On Thu, 15 Jan 2004, Vlad Galu wrote: > > > |On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote: > > | > > |> How does one create a dummy network interface in FreeBSD? > > | > > |Dummy in what sense? An interface where the packets are

Re: Dummy Network Interface

2004-01-15 Thread Robert Watson
On Thu, 15 Jan 2004, Vlad Galu wrote: > |On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote: > | > |> How does one create a dummy network interface in FreeBSD? > | > |Dummy in what sense? An interface where the packets are simply > |dropped? if_tap and if_tun both provide pseudo-device in /dev that a

Re: Dummy Network Interface

2004-01-15 Thread Julian Elischer
On Thu, 15 Jan 2004, Vlad Galu wrote: > Robert Watson <[EMAIL PROTECTED]> writes: > > | > |On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote: > | > |> How does one create a dummy network interface in FreeBSD? > | > |Dummy in what sense? An interface where the packets are simply > |dropped? if_tap a

Re: Dummy Network Interface

2004-01-14 Thread Vlad Galu
Robert Watson <[EMAIL PROTECTED]> writes: | |On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote: | |> How does one create a dummy network interface in FreeBSD? | |Dummy in what sense? An interface where the packets are simply |dropped? if_tap and if_tun both provide pseudo-device in /dev that a |usersp

Re: Dummy Network Interface

2004-01-14 Thread Robert Watson
On Tue, 13 Jan 2004 [EMAIL PROTECTED] wrote: > How does one create a dummy network interface in FreeBSD? Dummy in what sense? An interface where the packets are simply dropped? if_tap and if_tun both provide pseudo-device in /dev that a userspace process can attach to in order to emulate a ne