kinroy
Cadet
- Joined
- May 30, 2022
- Messages
- 2
Hello
I did follow the bridging guide.
But now my nas does not have an internet connection anymore:
Also, all my apps stopped working.
on my windows vm I can ping 1.1.1.1 correctly.
details about the bridge from the nas:
Could it be that the guide is wrong? or have a faulty driver or does my local network has something wrongly set up?
Let me know if I should give some extra information.
I did follow the bridging guide.
But now my nas does not have an internet connection anymore:
nas[~]# ping 1.1.1.1
ping: connect: Network is unreachable
Also, all my apps stopped working.
on my windows vm I can ping 1.1.1.1 correctly.
details about the bridge from the nas:
details of the Realtek nic interface:nas[~]# ip -details -pretty link show type bridge
3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 46:4f:a7:72:67:07 brd ff:ff:ff:ff:ff:ff promiscuity 0 minmtu 68 maxmtu 65535
bridge forward_delay 1500 hello_time 200 max_age 2000 ageing_time 30000 stp_state 1 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.46:4f:a7:72:67:7 designated_root 8000.46:4f:a7:72:67:7 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.02 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 7.23 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3124 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 64000 gso_max_segs 64
nas[~]# ip -details -pretty link show enp4s0
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP mode DEFAULT group default qlen 1000
link/ether f4:b5:20:43:af:5f brd ff:ff:ff:ff:ff:ff promiscuity 1 minmtu 68 maxmtu 9194
bridge_slave state forwarding priority 32 cost 4 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.46:4f:a7:72:67:7 designated_root 8000.46:4f:a7:72:67:7 hold_timer 0.73 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on mcast_to_unicast off neigh_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 64000 gso_max_segs 64
nas[~]# lspci
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 04)
Could it be that the guide is wrong? or have a faulty driver or does my local network has something wrongly set up?
Let me know if I should give some extra information.