OS FreeBSD 11.1-Release Dedicate server
ipfw if off
pf is off
all traffic open
internet access is ON on HOST machine and work fine
bhyve work is fine, guest systems boot and wait internet )))
Check please my configuration...
One more
But four IP-Adresses from another subnet
If add alias on the igb0 interface, IP-Adresses working fine, but me needed work under guest VM.
193.125.91.75/24 - i can use only four ip from pull ...75 - ...78
193.125.91.1 gateway
I try on the guest machine FreeBSD 11.1-Release too, doing this steps...
all packets loss ((((
What i must do on the guest machine, for have real ip on the guest machine ?
What wrong ?
Help, please...
ipfw if off
pf is off
all traffic open
internet access is ON on HOST machine and work fine
bhyve work is fine, guest systems boot and wait internet )))
Check please my configuration...
Code:
# ifconfig igb0
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=2400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6>
ether 00:25:11:e6:98:76
hwaddr 00:25:11:e6:98:76
inet 194.57.114.45 netmask 0xffffff00 broadcast 194.57.114.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex>)
Code:
# ifconfig bridge0 create
# ifconfig tap0 create
# ifconfig brdige0 addm igbd0 addm tap0 up
One more
Code:
# ifconfig bridge0 up
# ifconfig tap0 up
But four IP-Adresses from another subnet
If add alias on the igb0 interface, IP-Adresses working fine, but me needed work under guest VM.
193.125.91.75/24 - i can use only four ip from pull ...75 - ...78
193.125.91.1 gateway
I try on the guest machine FreeBSD 11.1-Release too, doing this steps...
Code:
# ifconfig vtnet0 193.125.91.75 netmask 255.255.255.0
# route add default 193.125.91.1
# ifconfig vtnet0 up
# ping 8.8.8.8
What i must do on the guest machine, for have real ip on the guest machine ?
What wrong ?
Help, please...