root@X1:~# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group
Posted by MrJ
My question: root@X1:~ ip a 1: lo: <LOOPBACK,UP,LOWERUP mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo validlft forever preferredlft forever inet 10.255.255.254/32 brd 10.255.255.254 scope global lo validlft forever preferredlft forever inet6 ::1/128 scope host validlft forever preferredlft forever 2: eth0: <BROADCAST,MULTICAST mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 8c:8c:aa:e5:ba:63 brd ff:ff:ff:ff:ff:ff 4: eth2: <BROADCAST,MULTICAST,UP,LOWERUP mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 70:cf:49:32:94:57 brd ff:ff:ff:ff:ff:ff inet 192.168.1.6/24 brd 192.168.1.255 scope global noprefixroute eth2 validlft forever preferredlft forever inet6 fe80::567:dc17:5f9e:2220/64 scope link nodad noprefixroute validlft forever preferredlft forever 5: loopback0: <BROADCAST,MULTICAST,UP,LOWERUP mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:15:5d:8c:b4:ec brd ff:ff:ff:ff:ff:ff 6: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP mtu 1500 qdisc noqueue state DOWN group default link/ether 32:61:ae:9b:b2:94 brd ff:ff:ff:ff:ff:ff inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 validlft forever preferredlft forever 9: br-ce62d3f410af: <BROADCAST,MULTICAST,UP,LOWERUP mtu 1500 qdisc noqueue state UP group default link/e …(reply truncated — full chat sent to Tom)
2 replies
Chris wrote:
That output actually has your answer! eth2 is the connection that's up, with address 192.168.1.6 - that's the IP to use. So for Prowlarr, try http://192.168.1.6:8181 instead of localhost. The eth0 line shows as DOWN, that's just an unused adapter, ignore it. If 192.168.1.6:8181 loads Prowlarr, you're all set - Tom directed a fix for the WSL2 networking setup a while back so this should just work now.
Chris wrote:
Checking in on the Prowlarr access problem you were investigating from the network information you shared. Were you able to open Prowlarr after trying the suggested address, or is it still unavailable? If it did not work, please describe what happens in the browser now and whether any other SparkBox app opens there. That will let me separate an app issue from a connection issue. — checking in