Charles, I don’t think 255.255.255.255 will work since nothing else can exist, only one host. You need at least /30 (255.255.255.252) and that will give you two hosts. More common is /24 (255.255.255.0) with host range 192.168.73.1 - 192.168.73.254.
Are you able to see them with ARP scan (arp-scan -l)? You can install ARP scan package with sudo apt install arp-scan on Ubuntu.
Without seeing the actual configs it’s hard to tell, but maybe adding 10.8.0.0/24 to the route table will work (sudo ip route add 10.8.0.0/24 via “whatever your default gateway IP is”).
Search found 3 matches
Return to “Computer networking help needed”
- Mon Sep 14, 2020 9:48 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Computer networking help needed
- Replies: 23
- Views: 27344
- Sun Sep 13, 2020 12:28 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Computer networking help needed
- Replies: 23
- Views: 27344
Re: Computer networking help needed
Got it. Are you running this on Linux or Windows? May also try changing your home network to a different subnet (192.168.10.x).Charles L. Cotton wrote: ↑Sun Sep 13, 2020 11:29 amThey are GL.iNet smart routers that automatically log into my VPS when turned on and create a tunnel. They have static LAN IP addresses that are assigned by the VPS.
Chas.
- Sat Sep 12, 2020 10:23 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Computer networking help needed
- Replies: 23
- Views: 27344
Re: Computer networking help needed
Are you using static or dynamic IPs at the router?