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

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

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

ifconfig_ix0_name="net0"
ifconfig_tun0_name="vpn0"

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

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

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

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

tcp_extensions="YES"

pf_enable="YES"
pflog_enable="YES"
~~~

I also tried without enabling the firewall, same result

-- 
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>