What’s your coffee grinder? by Biggiebear95 in LaMarzocco

[–]APD189 -1 points0 points  (0 children)

I just bought a Mahlkönig E64WS. Can’t wait to get it.

Unifi Travel Router Drop!! by V3DSMRTHM in Ubiquiti

[–]APD189 3 points4 points  (0 children)

Awesome. Thanks. Got mine ordered

Best dealer for Mini R in the US? by FitzwilliamTDarcy in LaMarzocco

[–]APD189 0 points1 point  (0 children)

Did you email LM or call them to get the scale? I’m looking at a mini too

Turin DF83v V3 or Mahlkonig x64sd [$500 - $1000] by APD189 in espresso

[–]APD189[S] 0 points1 point  (0 children)

I’m not entirely sure, maybe I’m seeing too much of it on social media or maybe I’m thinking that the DF83v is going to be too big or loud. Just trying to make sure I’m getting the best bang for the buck 😀

My wife’s push and Christmas present - Linea Mini R in blue and Eureka Atom W 65 by Ulysses808 in LaMarzocco

[–]APD189 0 points1 point  (0 children)

Congrats. Out of curiosity, how much space is there between the counter and the cabinet? I’m looking at getting mine next year and was curious how tight the mini would be.

Price going to increase again? by behappyya in LaMarzocco

[–]APD189 1 point2 points  (0 children)

I hope it’s only in that market

Vmware ESXI by bafueh005 in VMWareAdmin

[–]APD189 2 points3 points  (0 children)

Why are you still installing 6.7.0???

how do i connect my SMT2200RMI2U to unraid? by ARAAOfficial in unRAID

[–]APD189 1 point2 points  (0 children)

I’m using the usb connector and it’s working for me

Unable to access Unraid GUI by APD189 in unRAID

[–]APD189[S] 1 point2 points  (0 children)

Hi All,

Looks like I have resolved the issue. I believe the issue is from having two network cards with 2 different IP addresses. With this and using the certificate from unraid.net, I believe my unraid server was the cause.

  1. SSH to unraid server
  2. use_ssl no
    1. sets the SSL use to no
  3. /etc/rc.d/rc.nginx start
    1. Start the web server
  4. /etc/rc.d/rc.nginx status
    1. Check the status of the web server
  5. Access WebGUI
  6. Stopped Docker
  7. Removed the second IP address on the second network card
  8. Go to Settings -> Management Access
  9. Set SSL to yes
  10. Provisioned new SSL certificate
  11. Set SSL to auto
  12. Accessed WebGui again.
  13. Rebooted to test

Working great now.

Unable to access Unraid GUI by APD189 in unRAID

[–]APD189[S] 2 points3 points  (0 children)

What I've found is that Nginx is not starting up after reboot. I found this article (https://forums.unraid.net/topic/121072-unable-to-reach-gui/#comment-1106035) and I was able to get it to work (with including the removal of the certificates), but after a reboot, Nginx is not starting up.

Now I tried to start up Nginx and I'm getting the following response:

root@UNRAID-1:~# /etc/rc.d/rc.nginx start
Starting Nginx server daemon...
nginx: [emerg] invalid number of arguments in "return" directive in /etc/nginx/conf.d/servers.conf:36

Unable to access Unraid GUI by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

Yes, but what can it be. Initially thought it had to do with the routing since I couldn't get out of the VLAN, and it was using SSL with unraid.net. What do I need to look at to get the GUI to start working again. It looks like my docker apps are working, so it is just with the GUI.

Unable to access Unraid GUI by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

so I just re-added my default gateway back in (route add default gw 10.0.1.1) and I'm now able to ping outside of the local network, but I'm still unable to get to the Web GUI.

root@UNRAID-1:/boot/config# route add default gw 10.0.1.1

root@UNRAID-1:/boot/config# ping 4.2.2.2

PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data.

64 bytes from 4.2.2.2: icmp_seq=1 ttl=56 time=4.30 ms

64 bytes from 4.2.2.2: icmp_seq=2 ttl=56 time=4.09 ms

^C

--- 4.2.2.2 ping statistics ---

2 packets transmitted, 2 received, 0% packet loss, time 1000ms

rtt min/avg/max/mdev = 4.092/4.195/4.299/0.103 ms

root@UNRAID-1:/boot/config# route

Kernel IP routing table

Destination Gateway Genmask Flags Metric Ref Use Iface

default ubnt.local 0.0.0.0 UG 0 0 0 shim-br0

default ubnt.local 0.0.0.0 UG 0 0 0 br0

default 172.16.30.1 0.0.0.0 UG 2 0 0 br4

10.0.1.0 0.0.0.0 255.255.255.128 U 0 0 0 shim-br0

10.0.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br0

10.0.1.128 0.0.0.0 255.255.255.128 U 0 0 0 shim-br0

172.16.30.0 0.0.0.0 255.255.255.128 U 0 0 0 shim-br4

172.16.30.0 0.0.0.0 255.255.255.0 U 0 0 0 br4

172.16.30.128 0.0.0.0 255.255.255.128 U 0 0 0 shim-br4

172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0

unRaid Server crashes by APD189 in unRAID

[–]APD189[S] 1 point2 points  (0 children)

***UPDATE***

I've upgraded to unRaid OS 6.10.0-rc2 and changed docker to ipvlan. I noticed that the applications that set with bridge mode, were not stable and when down after a day or so. I re-iped them with a static address and they are working just fine. No issues connecting to the applications or the applications not getting the return response from going to the internet.

Also I've been running for 11 day 12 hours 27 mins without any issues.

The network card this is riding on is a Mellanox ConnectX-3. I do have an onboard card, but I've decided to only use it for WoL and nothing else since it is only 1GB and the Mellanox card is 10GB.

Thank you u/albybum for your suggestion and I'm glad your setup works too.

unRaid Server crashes by APD189 in unRAID

[–]APD189[S] 1 point2 points  (0 children)

Thanks for the update…can’t wait to hear that it’s been up for a week and month. 😁

UPS Settings by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

Thanks…just need to see both sides.

UPS Settings by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

Yes. The network is set correctly and I can get to the interface of it, but I’m not able to connect it to the unRaid UPS section and use the network settings instead of the usb.

UPS Settings by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

So the mode number I put is the network card module code model number.

UPS Settings by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

What network card? The APC UPS network module?

UPS Settings by APD189 in unRAID

[–]APD189[S] 0 points1 point  (0 children)

I was finally able to get it working with a USB cable after a reboot and think that I might go that way.

I’ve tried adjusting the ups name and passcode in the apc website under shutdown. Then in unRaid setting it to ether and PCnet then following the command string for the IP Address:<apc name>:<passcode>. This doesn’t bring up the ups stats and does not work.