Jaroslav Joska wrote:
Hi all!
I installed OpenBSD on UltraSPARC IIIi machine (SunFire V440) successfully. I
want to install dynamips and dynagen,
but before this procedure I have to make bridge with one real interface and one
virtual interface, because dynagen doesn't
work with real interafces. I did the same things on FreeBSD x86 like this:
# kldload if_tap
# echo -n > /dev/tap0
# ifconfig tap0 up
# ifconfig tap0
tap0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
ether 00:bd:33:3d:03:00 Opened by PID 5145
# kldload if_bridge
# ifconfig bridge0 create
# ifconfig bridge0 addm tap0
# ifconfig bridge0 addm rl0
# ifconfig bridge0 up
# ifconfig bridge0
Can I make the same on OpenBSD sparc?
Sorry for my english,
BG, JJ
Hi,
As a start I would suggest to look at man 8 brconfig. Most likely it
will provide you some of the answers you seek if not all.
Best,
Daniel