[Bug 250922] no packet received by ix(4) card when system booted

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 9 18:47:44 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250922

--- Comment #2 from sdalu at 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.


More information about the freebsd-net mailing list