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.

peter_sm

Community Developer
  • Joined

  • Last visited

Everything posted by peter_sm

  1. Looks fine to me, you have default settings ? if it's not connect it must be client software or router //Peter
  2. You have the OpenVPN plugin installed and have followed the instruction and have the OpenVPN server running ? You have created a user ? And sent the user file to the client to import to the client app? The server config files is displayed in the main page if it stopped //Peter
  3. Please post server config file and the user file. I can take a look later today. Skickat från min iPhone med Tapatalk
  4. I see the issue! You have etho with BRIDGING="yes" but eth1, 2 and 3 BRIDGING="no" I do in my plugin source /var/local/emhttp/network.ini do that and then type in echo $BRIDGING It will take the last BRIDGING ans save it to $BRIDGING if $BRIDGING = no it will take eth0 as interface :-( Need to find a solution on this .....
  5. my ifconfig root@Tower:~# ifconfig br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.190 netmask 255.255.255.0 broadcast 0.0.0.0 ether 0c:c4:7a:07:a8:c8 txqueuelen 1000 (Ethernet) RX packets 2926 bytes 2098109 (2.0 MiB) RX errors 0 dropped 125 overruns 0 frame 0 TX packets 2435 bytes 600937 (586.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:c4:9b:71:d6 txqueuelen 0 (Ethernet) RX packets 631 bytes 279908 (273.3 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 734 bytes 270606 (264.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=4419<UP,BROADCAST,RUNNING,PROMISC,MULTICAST> mtu 1500 ether 0c:c4:7a:07:a8:c8 txqueuelen 1000 (Ethernet) RX packets 4173 bytes 3599813 (3.4 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 3826 bytes 668558 (652.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 18 memory 0xfb500000-fb520000 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.255.255.255 loop txqueuelen 1 (Local Loopback) RX packets 886 bytes 611925 (597.5 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 886 bytes 611925 (597.5 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500 inet 10.28.0.1 netmask 255.255.255.255 destination 10.28.0.2 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 100 (UNSPEC) RX packets 14 bytes 883 (883.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 19 bytes 2510 (2.4 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth4fbc7cd: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether fe:50:42:ed:d0:e8 txqueuelen 0 (Ethernet) RX packets 203 bytes 142817 (139.4 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 376 bytes 64598 (63.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth81d5e2a: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 16:00:f3:35:93:8e txqueuelen 0 (Ethernet) RX packets 313 bytes 87321 (85.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 400 bytes 174946 (170.8 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 veth9104e70: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 16:44:d6:66:cb:9b txqueuelen 0 (Ethernet) RX packets 115 bytes 58604 (57.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 225 bytes 66302 (64.7 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255 ether 52:54:00:0e:5c:57 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether fe:54:00:07:90:63 txqueuelen 1000 (Ethernet) RX packets 1694 bytes 340928 (332.9 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2073 bytes 1839765 (1.7 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  6. Can you post result of command ifconfig ? And result of /etc/rc.d/rc.openvpnserver restart This is part of the code to select right interface if [ $BONDING == "no" ] ; then if [ $BRIDGING == "no" ] ; then #No Bonding and No Bridge using eth0 #echo "No Bonding and No Bridge using eth0 interface" IPRULES1="iptables -t nat -A POSTROUTING -s $NETWORK/24 -o eth0 -j MASQUERADE" eval $IPRULES1 else #No bonding and Bridge -> using br0 #echo "No bonding and Bridge -> using bridge interface" IPRULES1="iptables -t nat -A POSTROUTING -s $NETWORK/24 -o $BRNAME -j MASQUERADE" eval $IPRULES1 fi else
  7. On my VM Unraid 6.4 the OpenVPN get the right interface when using bridge. 192.168.0.0/16 dev br0 proto kernel scope link src 192.168.0.198 And you have bridge but get the eth0 interface anyway? Are you using bonding ? I have limiting with time today, but you might figured out between your and my settings what differ ? so for me it's OK both on 6.3 and 6.4
  8. Hi! I forget that I'm also using /var/local/emhttp/network.ini to get right intetrface. Can you post yours ? Mine looks like this [eth0] BONDNAME="bond0" BONDING_MIIMON="100" BRNAME="br0" BRSTP="no" BRFD="0" BONDING="no" BONDING_MODE="1" BONDNICS="eth0,eth1" BRIDGING="yes" BRNICS="eth0" DESCRIPTION:0="" USE_DHCP:0="no" IPADDR:0="192.168.0.190" NETMASK:0="255.255.255.0" GATEWAY="192.168.0.1" DHCP_KEEPRESOLV="yes" DNS_SERVER1="192.168.0.1" DNS_SERVER2="" DNS_SERVER3="" MTU="" TYPE="trunk"
  9. What unraid version are you on? Below data is from 6.3.5 default via 192.168.0.1 dev br0 10.10.0.0/24 dev br0.10 proto kernel scope link src 10.10.0.1 10.28.0.0/24 via 10.28.0.2 dev tun0 10.28.0.2 dev tun0 proto kernel scope link src 10.28.0.1 20.20.0.0/24 dev br0.20 proto kernel scope link src 20.20.0.1 127.0.0.0/8 dev lo scope link 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 192.168.0.0/24 dev br0 proto kernel scope link src 192.168.0.190 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown 11 0 0 MASQUERADE all -- * br0 10.28.0.0/24 0.0.0.0/0 my network.cfg # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" BRNICS[0]="eth0" DESCRIPTION[0]="" USE_DHCP[0]="no" IPADDR[0]="192.168.0.190" NETMASK[0]="255.255.255.0" GATEWAY="192.168.0.1" DHCP_KEEPRESOLV="yes" DNS_SERVER1="192.168.0.1" DNS_SERVER2="" DNS_SERVER3="" MTU[0]="" VLANS[0]="1" SYSNICS="1"
  10. It should use br0 if this exist , can You post your unraid network.cfg Skickat från min iPhone med Tapatalk
  11. Can you post your config/ovpn file?
  12. Generate certificate can take some time. Please let the plugin run longer. If yo uare using 4096 size, then wait up to 30 minuters or more.
  13. Server Plugin updated with the new Tcl package. //Peter
  14. Is this right to use ...... host-passtrough??. According to posts above <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='1'/>
  15. Enable help and check settings for server settings. It shall explain settings.
  16. Can you see if you have any client logs ?
  17. I,m restoring a backup and will try latest Clover later today [emoji3]
  18. And you did update Clover before updating?
  19. I got this error when trying to update Pulling image: lsiodev/nextcloud:latest TOTAL DATA PULLED: 0 B Error: Error: image lsiodev/nextcloud:latest not found
  20. If you like to start VPN client during boot you can add this to your go file /etc/rc.d/rc.openvpnclient start
  21. You see in the error log that some error is pointon on IPv6. unRAID don't have IPv6 in the kernel, If you have IPv6 in your config file you going to get problem.
  22. Can You post your ovpn file? Skickat från min iPhone med Tapatalk
  23. Lock at the info and Link on first page

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.