Re: taps in rc.config

2011-02-01 Thread Randy Bush
>> gets me no bridge. do i need a cloned interface for it? > Yes, it should be in cloned_interfaces list. works perfectly. thank you!! randy ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe,

Re: taps in rc.config

2011-02-01 Thread batcilla itself
Hi Randy, I believe this may help(found in /etc/defaults/rc.conf): #autobridge_interfaces="bridge0"# List of bridges to check #autobridge_bridge0="tap* em0"# Interface glob to automatically add to the bridge if used in addition to example below. //batcilla 2011/2/1 Randy Bush

Re: taps in rc.config

2011-02-01 Thread batcilla itself
2011/2/1 Randy Bush > cloned_interfaces="*bridge0* tap0 tap1 tap2 tap3 tap4 tap5 tap6 tap7 tap8 > tap9" > ifconfig_tap0=147.28.224.41/30 > ifconfig_tap1=147.28.224.45/30 > ifconfig_tap2=147.28.224.49/30 > ifconfig_tap3=147.28.224.53/30 > ifconfig_tap4=147.28.224.57/30 > ifconfig_tap5=147.28.224.6

Re: taps in rc.config

2011-02-01 Thread Julian Elischer
On 1/31/11 11:43 PM, Randy Bush wrote: 1/ wow does that (dynamips ciscos) actually run on BSD? yep 2/ "why?" so we can have a routing research topology testbed of real cisco and real juniper code. first you need to create them right? ifconfig tap0 create 192.168.3.1/28 up I think you do: i

Re: taps in rc.config

2011-02-01 Thread Randy Bush
cloned_interfaces="tap0 tap1 tap2 tap3 tap4 tap5 tap6 tap7 tap8 tap9" ifconfig_tap0=147.28.224.41/30 ifconfig_tap1=147.28.224.45/30 ifconfig_tap2=147.28.224.49/30 ifconfig_tap3=147.28.224.53/30 ifconfig_tap4=147.28.224.57/30 ifconfig_tap5=147.28.224.61/30 ifconfig_tap6=147.28.224.65/30 ifconfig_tap

Re: taps in rc.config

2011-01-31 Thread Julian Elischer
On 1/31/11 11:10 PM, Randy Bush wrote: i want to run a whole bunch of dynamips virtualized ciscos inside a fbsd 8.x server. i want the virtual routers to have some interfaces which are externally visible. so i think i do something like ifconfig tap0 147.28.224.41/30 ifconfig tap1 147

Re: taps in rc.config

2011-01-31 Thread Randy Bush
> 1/ wow does that (dynamips ciscos) actually run on BSD? yep > 2/ "why?" so we can have a routing research topology testbed of real cisco and real juniper code. > first you need to create them right? > ifconfig tap0 create 192.168.3.1/28 up > > I think you do: > in rc.conf: > cloned_interface

taps in rc.config

2011-01-31 Thread Randy Bush
i want to run a whole bunch of dynamips virtualized ciscos inside a fbsd 8.x server. i want the virtual routers to have some interfaces which are externally visible. so i think i do something like ifconfig tap0 147.28.224.41/30 ifconfig tap1 147.28.224.45/30 ifconfig tap2 147.28.22