Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Feb 2011 16:10:22 +0900
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Net <net@freebsd.org>
Subject:   taps in rc.config
Message-ID:  <m2d3nc1b8h.wl%randy@psg.com>

next in thread | raw e-mail | index | archive | help
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.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 tap7 147.28.224.69/30
    ifconfig tap8 147.28.224.73/30
    ifconfig tap9 147.28.224.77/30

and then bridge them on to the external ether.  but i am a bit
confuddled.  can someone tell me how to do from command line, and then
also how to code in /etc/rc.conf?

thanks.

randy
clueless in tokyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2d3nc1b8h.wl%randy>