From nobody Fri Aug 13 13:44:56 2021 X-Original-To: virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 946D8174BD73 for ; Fri, 13 Aug 2021 13:44:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GmPtw3gRbz3qJC for ; Fri, 13 Aug 2021 13:44:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 672B97564 for ; Fri, 13 Aug 2021 13:44:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 17DDiuve092043 for ; Fri, 13 Aug 2021 13:44:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 17DDiutb092042 for virtualization@FreeBSD.org; Fri, 13 Aug 2021 13:44:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 Date: Fri, 13 Aug 2021 13:44:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bhyve X-Bugzilla-Version: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marietto2008@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: virtualization@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257798 --- Comment #3 from mario felicioni --- 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.=