When is a switch not a switch?
D'Arcy Cain
darcy at druid.net
Thu Oct 29 10:38:28 UTC 2020
On 10/25/20 10:24 AM, D'Arcy Cain wrote:
> Things got stranger. First of all, here is my current setup:
And embarrassing but still strange. Turns out that my problem had nothing
to do with bridging. I still don't know what is wrong but I am going to
continue in the networking list. Virtualization is not the issue.
For future searches, here is how I set up my system. In rc.conf I did this:
hostname="vm01.vex.net"
me=41 # last octet of IP in hex
vm_list="" # fill in as you create VMs
I then include a common rc.conf that includes this:
set -- $(/sbin/ifconfig -l ether); eth0=$1 eth1=$2
eval "ifconfig_${eth0}_name=\"eth0\""
eval "ifconfig_${eth1}_name=\"eth1\""
ifconfig_eth0="inet 0x629e8b${me}/27 up"
ifconfig_eth1="inet 0xc0a897${me}/24 up"
ifconfig_eth0_ipv6="inet6 2605:2600:1001::${me}/64 up"
ifconfig_eth1_ipv6="inet6 fc00:97:97::${me}/64 up"
vm_enable="YES"
vm_dir="zfs:zroot/VM"
vm_delay="5"
defaultrouter="98.158.139.94"
ipv6_defaultrouter=2605:2600:1001::1
In rc.local I do this:
sysctl -w net.inet.ip.forwarding=1 # could be added to sysctl.conf
sysctl -w net.inet6.ip6.forwarding=1
vm switch create public
vm switch add public eth0
vm switch create private
vm switch add private eth1
Now VMs are on the local network.
--
D'Arcy J.M. Cain <darcy at druid.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 788 2246 (DoD#0082) (eNTP) | what's for dinner.
IM: darcy at VybeNetworks.com, VoIP: sip:darcy at druid.net
Disclaimer: By sending an email to ANY of my addresses you
are agreeing that:
1. I am by definition, "the intended recipient".
2. All information in the email is mine to do with as I see
fit and make such financial profit, political mileage, or
good joke as it lends itself to. In particular, I may quote
it where I please.
3. I may take the contents as representing the views of
your company if I so wish.
4. This overrides any disclaimer or statement of
confidentiality that may be included or implied in
your message.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 236 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-virtualization/attachments/20201029/7670c75f/attachment.sig>
More information about the freebsd-virtualization
mailing list