On Mon, Mar 08, 2004 at 01:19:35AM -0800, Jerry Jensen wrote:
> How can this be done programmatically rather than from
> the command line? Code snippets would be handy.
This should contain the snippets you need for instantiating cloneable
interfaces, including ds(4) and lo(4).
BMS
/* $Free
On Sat, Mar 06, 2004 at 02:13:57PM -0800, Jerry Jensen wrote:
> is it possible in freebsd to have multiple logical
> interfaces associated with say the loopback interface?
> if so, how does one do this programmatically (as
> opposed to from the command line).
You can have multiple
10 Mask:255.255.255.255
> > > UP LOOPBACK RUNNING MTU:16436 Metric:1
> > >
> > > lo:11 Link encap:Local Loopback
> > > inet addr:193.65.100.99 Mask:255.255.255.255
> > > UP LOOPBACK RUNNING MTU:16436 Metric:1
>
NING MTU:16436 Metric:1
> >
> > lo:12 Link encap:Local Loopback
> > inet addr:193.65.100.100
> > Mask:255.255.255.255
> > UP LOOPBACK RUNNING MTU:16436 Metric:1
> >
> > lo:13 Link encap:Local Loopback
> > in
OOPBACK RUNNING MTU:16436 Metric:1
>
> lo:12 Link encap:Local Loopback
> inet addr:193.65.100.100
> Mask:255.255.255.255
> UP LOOPBACK RUNNING MTU:16436 Metric:1
>
> lo:13 Link encap:Local Loopback
> inet addr:210.183.28.42
>
On Sat, 6 Mar 2004, Jerry Jensen wrote:
> Actually, what I want is the equivalent of this (which
> is in Linux) on FreeBSD. Note the ip address
> associated with each of the logical interfaces
> (lo:XX).
how is this different from what was showed below?
>
>
> loLink encap:Local Loo
encap:Local Loopback
inet addr:210.183.28.42
Mask:255.255.255.255
UP LOOPBACK RUNNING MTU:16436 Metric:1
--- [EMAIL PROTECTED] wrote:
> > is it possible in freebsd to have multiple logical
> > interfaces associated with say the loopback
> interface?
> > i
> is it possible in freebsd to have multiple logical
> interfaces associated with say the loopback interface?
> if so, how does one do this programmatically (as
> opposed to from the command line).
>
> need this for building traffic generators that need to
> simulate a
is it possible in freebsd to have multiple logical
interfaces associated with say the loopback interface?
if so, how does one do this programmatically (as
opposed to from the command line).
need this for building traffic generators that need to
simulate a bunch of different ip sources. solaris