Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Nov 2020 18:47:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 250922] no packet received by ix(4) card when system booted
Message-ID:  <bug-250922-7501-FbVidIfivL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250922-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250922-7501@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=3D250922

--- Comment #2 from sdalu@sdalu.com ---

Below the fragment corresponding to the network configuration:
~~~
cloned_interfaces=3D"tun0 lo1"

ifconfig_ix0_name=3D"net0"
ifconfig_tun0_name=3D"vpn0"

ifconfig_net0=3D"inet xxx.xxx.xxx.xxx/24"
ifconfig_net0_alias0=3D"inet yyy.yyy.yyy.yyy/32"
defaultrouter=3D"149.202.71.254"
ifconfig_net0_ipv6=3D"inet6 wwww:wwww:wwww:wwww::1/64 accept_rtadv no_radr"
ipv6_network_interfaces=3D"net0"
ipv6_default_interface=3D"net0"
ipv6_defaultrouter=3D"wwww:wwww:wwww:wwff:ff:ff:ff:ff"
ipv6_route_ovhgw=3D"wwww:wwww:wwww:wwff:ff:ff:ff:ff/128 -interface net0"

ifconfig_lo1=3D"inet zzz.zzz.zzz.zzz/24 group jail"

ifconfig_vpn0=3D"group vpn fib 1"
route_vpn0_jails=3D"  -net  zzz.zzz.zzz.zzz/24 -iface lo1  -fib 1"
route_vpn0_myself0=3D"-host xxx.xxx.xxx.xxx    -iface lo0  -fib 1"
route_vpn0_myself1=3D"-host yyy.yyy.yyy.yyy   -iface lo0  -fib 1"

ipv6_static_routes=3D"ovhgw"
static_routes=3D"vpn0_jails vpn0_myself0 vpn0_myself1"

tcp_extensions=3D"YES"

pf_enable=3D"YES"
pflog_enable=3D"YES"
~~~

I also tried without enabling the firewall, same result

--=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-250922-7501-FbVidIfivL>