Beryl routing.
Posted: Wed Apr 13, 2022 2:22 pm
Hi all,
First, new here so if I make any faux pas don't hesitate to tell me...
I am setting up the following system:
netgear M5 192.168.1.0 <USB tether> 192.168.8.4 beryl 192.168.8.1 <ether cable> 192.168.8.2 Unifi DreamMachine 10.11.12.2 <ether cables...>
I have a Pi3 connected via ether to the beryl @ 192.168.8.20. I can see it from a local box:
$ traceroute 192.168.8.20
traceroute to 192.168.8.20 (192.168.8.20), 64 hops max
1 10.11.12.2 0.126ms 0.114ms 0.109ms
2 192.168.8.1 0.898ms 0.372ms 0.348ms
3 192.168.8.20 0.833ms 0.623ms 0.556ms
But I can't see the local box from the Pi3:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 202 0 0 eth0
0.0.0.0 192.168.8.1 0.0.0.0 UG 303 0 0 wlan0
192.168.8.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
192.168.8.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
ngm:~ $ traceroute 10.11.12.69
traceroute to 10.11.12.69 (10.11.12.69), 30 hops max, 60 byte packets
1 console.gl-inet.com (192.168.8.1) 0.691 ms 0.565 ms 0.445 ms
2 192.168.1.1 (192.168.1.1) 1.963 ms 1.930 ms 2.129 ms
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 *^C
It tries to go out to the inet, instead of to my local net. I know I need routes for 10.11.12.0 on the Pi3, and I suspect the beryl,
but everything I try fails to solve the problem.
So the question is:
What routes do I have to setup on the Pi3 and/or beryl to allow a path from the Pi3 to my local net?
tia,
Steve
First, new here so if I make any faux pas don't hesitate to tell me...
I am setting up the following system:
netgear M5 192.168.1.0 <USB tether> 192.168.8.4 beryl 192.168.8.1 <ether cable> 192.168.8.2 Unifi DreamMachine 10.11.12.2 <ether cables...>
I have a Pi3 connected via ether to the beryl @ 192.168.8.20. I can see it from a local box:
$ traceroute 192.168.8.20
traceroute to 192.168.8.20 (192.168.8.20), 64 hops max
1 10.11.12.2 0.126ms 0.114ms 0.109ms
2 192.168.8.1 0.898ms 0.372ms 0.348ms
3 192.168.8.20 0.833ms 0.623ms 0.556ms
But I can't see the local box from the Pi3:
$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.8.1 0.0.0.0 UG 202 0 0 eth0
0.0.0.0 192.168.8.1 0.0.0.0 UG 303 0 0 wlan0
192.168.8.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
192.168.8.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
ngm:~ $ traceroute 10.11.12.69
traceroute to 10.11.12.69 (10.11.12.69), 30 hops max, 60 byte packets
1 console.gl-inet.com (192.168.8.1) 0.691 ms 0.565 ms 0.445 ms
2 192.168.1.1 (192.168.1.1) 1.963 ms 1.930 ms 2.129 ms
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 *^C
It tries to go out to the inet, instead of to my local net. I know I need routes for 10.11.12.0 on the Pi3, and I suspect the beryl,
but everything I try fails to solve the problem.
So the question is:
What routes do I have to setup on the Pi3 and/or beryl to allow a path from the Pi3 to my local net?
tia,
Steve