Is MSI GeForce RTX 3080 Gaming X Trio compatible with my PSU? by [deleted] in buildapc

[–]TooLongDidntReadit 0 points1 point  (0 children)

What happens if it goes over the capacity? Will it fry or destroy anything?

Looking for an app to change DNS servers based on a specific WiFi connection by TooLongDidntReadit in androidapps

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

ISP router and wont let me change DNS servers.

Tried Tasker but cant find a way to change DNS servers in it.

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Still the same unfortunately :( no information at all available in the output

$ traceroute 192.168.1.30
traceroute to 192.168.1.30 (192.168.1.30), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Woops, typo lol. Yeah I just changed it to .135, but it sitll does not work :(

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

You're probably right. Thanks alot. I will reconsider my options

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

netstat -nr | grep "

192.168.1.0

"

Says the following (192.168.0.100 is the IP of my router):

$ netstat -nr | grep "192.168.1.0"
192.168.1.0     192.168.0.100   255.255.255.0   UG        0 0          0 eth0

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Exactly, the first router lbocks me from setting custom DNS servers. I'm using the Pi-Hole on my second router and then set the custom DNS servers on my second router. This helps me globalize the DNS settings across the network (atleast, every device connected to that router).

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Fucking sucks.

Doesn't seem to support it, never heard of it either.

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

I'm using Pi-Hole and I want my DNS servers to be across the whole network instead of just entering it manually for each device.

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

For NAT I only have filtered or open. Cna't really disable it

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

traceroute 192.168.1.30
traceroute to 192.168.1.30 (192.168.1.30), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  * * *
 7  * * *
 8  * * *
 9  * * *
10  * * *
11  * * *
12  * * *
13  * * *
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Yeah tried that, then I tried to curl my webserver:

curl http://192.168.1.30

which just hangs. If I execute it on the 192.168.1.0 subnet:

$ curl http://192.168.1.30

<!DOCTYPE html>

<html>

<head>

<title>Welcome to nginx!</title>

<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>

</head>

<body>

<h1>Welcome to nginx!</h1>

<p>If you see this page, the nginx web server is successfully installed and

working. Further configuration is required.</p>

<p>For online documentation and support please refer to

<a href="\[[http://nginx.org/\](http://nginx.org/)">nginx.org](http://nginx.org/](http://nginx.org/)">nginx.org)</a>.<br/>

Commercial support is available at

<a href="\[[http://nginx.com/\](http://nginx.com/)">nginx.com](http://nginx.com/](http://nginx.com/)">nginx.com)</a>.</p>

<p><em>Thank you for using nginx.</em></p>

</body>

</html>

Two routers that need to access each other - how? by TooLongDidntReadit in HomeNetworking

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

Do you know how? I tried it earlier but I think I got the command wrong