Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2021 13:44:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 257798] Ubuntu 21.04 can't connect to internet when it is emulated with bhyve on my FreeBSD 13
Message-ID:  <bug-257798-27103-SlUXBO8aH9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257798-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257798-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257798

--- Comment #3 from mario felicioni <marietto2008@gmail.com> ---
now my file /etc/sysctl.conf is like this :

net.link.tap.up_on_open=3D1
net.inet.ip.forwarding=3D1

my /etc/rc.conf is like this :

hostname=3D"marietto"
keymap=3D"it.kbd"
ifconfig_em0=3D"DHCP"
local_unbound_enable=3D"YES"
sshd_enable=3D"YES"
powerd_enable=3D"YES"
ntpdate_enable=3D"YES"
ntpd_enable=3D"YES"
ntpd_sync_on_start=3D"YES"
dumpdev=3D"NO"
dbus_enable=3D"YES"
slim_enable=3D"NO"
libvirt_enable=3D"YES"
linux_enable=3D"YES"
linux_mounts_enable=3D"YES"
gateway_enable=3D"YES"
kld_list=3D"fusefs"
lightdm_enable=3D"NO"
sendmail_enable=3D"NO"
microcode_update_enable=3D"YES"
fsck_y_enable=3D"YES"
tcp_drop_synfin=3D"NO"
telnet_enable=3D"NO"
cupsd_enable=3D"NO"
portmap_enable=3D"NO"
rlogin_enable=3D"NO"
inetd_enable=3D"NO"
webcamd_enable=3D"NO"
samba_enable=3D"NO"
lpd_enable=3D"NO"
winbindd_enable=3D"NO"
nfs_server_enable=3D"NO"
nfs_client_enable=3D"NO"
vm_enable=3D"YES"
vm_dir=3D"/mnt/da1p1/vms/os/"
bastille_enable=3D"YES"
cloned_interfaces=3D"lo1"
ifconfig_lo1_name=3D"bastille0"=20
vboxnet_enable=3D"YES"
devfs_system_ruleset=3D"system"
cloned_interfaces=3D"bridge0"
ifconfig_bridge0=3D"addm em0 up"

my /boot/load.conf is like this :

vmm_load=3D"YES"
nmdm_load=3D"YES"
if_tap_load=3D"YES"
if_bridge_load=3D"YES"
fusefs_load=3D"YES"
linprocfs_load=3D"YES"
linsysfs_load=3D"YES"
tmpfs_load=3D"YES"
verbose_loading=3D"YES"
vboxdrv_load=3D"YES"
console=3Dvga,com1
boot_multicons=3D"YES"
boot_serial=3D"YES"
console=3D"comconsole,vidconsole"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257798-27103-SlUXBO8aH9>