Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FayeInMay

Members
  • Joined

  • Last visited

Everything posted by FayeInMay

  1. @Mainfrezzer Works just fine with the Ubiquiti Ultra router. Guess the TP-Link AX6000 just doesnt know how static routing works.
  2. I just purchased another routing for testing purposes and will update here when I have results
  3. I actually have that enabled. Honestly no clue. The weird part is that you could reach your router but nothing else but unraid was able to reach everything over the interface. thats just confusing hella confusing. The weird part is also that I was able to traceroute from client device to wirguard peer just fine and also from 10.253.0.1 to the client device, but just with the traceroute -s flag, pings with wg0 as Interface didn't go through. My assumption currently is that the router somehow blocks certain connections or doesn't proper routing across subsets. I want to try this with a different router, but I don't have one at hand. I don't really know where to go from here.
  4. Interestingly enough, custom docker ips still work, even though they shouldn't according to the remarks on the wireguard configuration page.
  5. Is it? My java developer mind doesn't compute haha. Am I right with the assumption that this means that the router doesn't do the static route properly?
  6. Where is the config file even located so I can edit it directly?
  7. It doesn't. (Traceroute still stops at 10.253.0.1) Changed to NAT = Yes. Now config is:
  8. All routes on router for completion sake:
  9. Oooh, we had some miscommunication. Treat 10.0.0.6 like 10.0.0.2. I just tested this from a different device as 10.0.0.2 is my phone. The same problem persists with that one.
  10. But why would wireguard set the route to the wireguard peer IP?
  11. Wireguard peer routing table (Edit: This is from another device. Imagine 10.0.0.6 was 10.0.0.2): IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 0.0.0.0 0.0.0.0 192.168.248.226 192.168.248.159 55 10.253.0.1 255.255.255.255 On-link 10.253.0.6 5 10.253.0.6 255.255.255.255 On-link 10.253.0.6 261 127.0.0.0 255.0.0.0 On-link 127.0.0.1 331 127.0.0.1 255.255.255.255 On-link 127.0.0.1 331 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331 192.168.0.0 255.255.255.0 On-link 10.253.0.6 5 192.168.0.255 255.255.255.255 On-link 10.253.0.6 261 192.168.248.0 255.255.255.0 On-link 192.168.248.159 311 192.168.248.159 255.255.255.255 On-link 192.168.248.159 311 192.168.248.255 255.255.255.255 On-link 192.168.248.159 311 224.0.0.0 240.0.0.0 On-link 127.0.0.1 331 224.0.0.0 240.0.0.0 On-link 192.168.248.159 311 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 192.168.248.159 311 ===========================================================================
  12. I found this interesting: Can't ping from wg0 to client device. Can ping just fine from shim-br0 to client device.
  13. routes on unraid host: default via 10.253.0.1 dev wg0 table 200 192.168.0.0/24 via 192.168.0.1 dev br0 table 200 default via 192.168.0.1 dev shim-br0 default via 192.168.0.1 dev br0 proto dhcp src 192.168.0.231 metric 1005 10.253.0.2 dev wg0 scope link 10.253.0.3 dev wg0 scope link 10.253.0.5 dev wg0 scope link 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 172.31.200.0/24 dev br-77d5195ff5fd proto kernel scope link src 172.31.200.1 linkdown 192.168.0.0/24 dev shim-br0 proto kernel scope link src 192.168.0.231 192.168.0.0/24 dev br0 proto dhcp scope link src 192.168.0.231 metric 1005 local 10.253.0.1 dev wg0 table local proto kernel scope host src 10.253.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 local 172.17.0.1 dev docker0 table local proto kernel scope host src 172.17.0.1 broadcast 172.17.255.255 dev docker0 table local proto kernel scope link src 172.17.0.1 local 172.31.200.1 dev br-77d5195ff5fd table local proto kernel scope host src 172.31.200.1 broadcast 172.31.200.255 dev br-77d5195ff5fd table local proto kernel scope link src 172.31.200.1 linkdown local 192.168.0.231 dev br0 table local proto kernel scope host src 192.168.0.231 local 192.168.0.231 dev shim-br0 table local proto kernel scope host src 192.168.0.231 broadcast 192.168.0.255 dev br0 table local proto kernel scope link src 192.168.0.231 broadcast 192.168.0.255 dev shim-br0 table local proto kernel scope link src 192.168.0.231
  14. And when doing a traceroute from 10.253.0.2 to 192.168.0.118, which stops after hitting 10.253.0.1 23:16:29.968725 wg0 In IP 10.253.0.2 > 192.168.0.118: ICMP echo request, id 1181, seq 1, length 64 23:16:29.968764 shim-br0 Out IP 10.253.0.2 > 192.168.0.118: ICMP echo request, id 1181, seq 1, length 64 23:16:29.968770 br0 Out IP 10.253.0.2 > 192.168.0.118: ICMP echo request, id 1181, seq 1, length 64 23:16:29.968783 eth0 Out IP 10.253.0.2 > 192.168.0.118: ICMP echo request, id 1181, seq 1, length 64
  15. Thought maybe a tcpdump helps: From shim-br0: root@Nass:~# tcpdump -i any icmp and dst 192.168.0.118 tcpdump: data link type LINUX_SLL2 tcpdump: verbose output suppressed, use -v[v]... for full protocol decode listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes 23:05:28.366855 shim-br0 Out IP 192.168.0.231 > 192.168.0.118: ICMP echo request, id 56359, seq 1, length 64 23:05:28.366864 br0 Out IP 192.168.0.231 > 192.168.0.118: ICMP echo request, id 56359, seq 1, length 64 23:05:28.366878 eth0 Out IP 192.168.0.231 > 192.168.0.118: ICMP echo request, id 56359, seq 1, length 64 From wg0: 23:06:48.243116 wg0 Out IP 10.253.0.1 > 192.168.0.118: ICMP echo request, id 44344, seq 1, length 64
  16. The clients are all different devices, from printer to pc to laptop. All pingable, just not when connected to wireguard. I wish I could somehow debug where exactly my packets go to and end at and why they end there.
  17. Yup I'm sure. I'm using the tplink ax6000. Could it be that this router somehow blocks the connections in some form?
  18. [Interface] #NassVPN PrivateKey=x Address=10.253.0.1 ListenPort=51820 PostUp=logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/update_services PostDown=logger -t wireguard 'Tunnel WireGuard-wg0 stopped';/usr/local/emhttp/webGui/scripts/update_services PostUp=ip -4 route flush table 200 PostUp=ip -4 route add default via 10.253.0.1 dev wg0 table 200 PostUp=ip -4 route add 192.168.0.0/24 via 192.168.0.1 dev br0 table 200 PostDown=ip -4 route flush table 200 PostDown=ip -4 route add unreachable default table 200 PostDown=ip -4 route add 192.168.0.0/24 via 192.168.0.1 dev br0 table 200 [Peer] #FayeAndroid PublicKey=x PresharedKey=x AllowedIPs=10.253.0.2
  19. I get what you mean but at the same time I'm too determined to get this actually solved. It seems like such a weird issue.
  20. Hi, so I'm currently trying to setup wireguard with "Remote access to LAN". Wireguard NAT is set to NO. Host access to custom networks is enabled for docker. A static route exists. I can access all services on unraid and on docker, as well as services on br0 with custom IPs just fine. But I cannot access any other devices in my network, except for the router. Does anyone have an idea what the problem might be?
  21. I'm not missing the file and have the same problem with the Move Now button follows plug-in filters. Any ideas towards that?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.