- Joined
- May 19, 2025
- Messages
- 1
- Reaction score
- 0
Hi,
*** Please ignore, found the issue, SBC was originally setup in the wrong subnet, issue resolved***
I'm hoping someone can point me in the right direction please.
We have a hosted v20 Pro.
We have two offices connected via VPN with one SBC at the main office with all the phones except one phone at the satellite office.
I am trying use the SBC at the main office for the single phone at the satellite office.
The SBC doesn't route back to the satellite office so I need to add a static route. I can add a temporary route and the phone works perfectly however when restarting the Pi it looses that route.
I have tried to add the route to /etc/network/interfaces but doesn't work.
This is the current routing table:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.119.1.1 0.0.0.0 UG 100 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 100 0 0 eth0
I need 10.119.5.0/24 via gw 10.119.1.1.
Looks like this with the temporary route addition.
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.119.1.1 0.0.0.0 UG 100 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 100 0 0 eth0
10.119.5.0 10.119.1.1 255.255.255.0 UG 0 0 0 eth0
*** Please ignore, found the issue, SBC was originally setup in the wrong subnet, issue resolved***
I'm hoping someone can point me in the right direction please.
We have a hosted v20 Pro.
We have two offices connected via VPN with one SBC at the main office with all the phones except one phone at the satellite office.
I am trying use the SBC at the main office for the single phone at the satellite office.
The SBC doesn't route back to the satellite office so I need to add a static route. I can add a temporary route and the phone works perfectly however when restarting the Pi it looses that route.
I have tried to add the route to /etc/network/interfaces but doesn't work.
This is the current routing table:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.119.1.1 0.0.0.0 UG 100 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 100 0 0 eth0
I need 10.119.5.0/24 via gw 10.119.1.1.
Looks like this with the temporary route addition.
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.119.1.1 0.0.0.0 UG 100 0 0 eth0
10.0.0.0 0.0.0.0 255.0.0.0 U 100 0 0 eth0
10.119.5.0 10.119.1.1 255.255.255.0 UG 0 0 0 eth0
Last edited: