Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - peters

#1
22.1 Legacy Series / Re: os-ddclient
September 05, 2022, 05:14:55 PM
using freedns... ddclient doesn't work
ddclient[60951] 62535 - [meta sequenceId="21"] FAILED:   Could not get freedns update URLs from freedns.afraid.org

This message is not very helpful.

Please make sure to upgrade to os-ddclient before 22.7 is released as this plugin will be removed from our repository

dyndns legacy works...
#2
I think I figured it out.

there was a default rule for LAN using a gateway group.  I have to add an additional rule above it to route properly

FIXED
#3
Declared in the System: Routes: Status

ipv4   192.168.100.0/24   10.10.11.2   UGS   NaN   1500   ovpns3           
ipv4   192.168.101.0/24   10.10.11.2   UGS   NaN   1500   ovpns3   

However, when doing a traceroute  to these two network, routing behaves differently

sysadm@:~$ traceroute -n 192.168.100.249
traceroute to 192.168.100.249 (192.168.100.249), 30 hops max, 60 byte packets
1  192.168.200.254  0.361 ms  0.313 ms  0.348 ms
2  161.49.96.241  9.750 ms  10.812 ms  10.721 ms
3  172.20.40.73  3.846 ms  3.776 ms  3.774 ms
4  161.49.2.197  2.449 ms  2.493 ms  2.389 ms
5  161.49.1.233  2.319 ms * 161.49.1.145  2.503 ms^C
sysadm@:~$ traceroute -n 192.168.101.249
traceroute to 192.168.101.249 (192.168.101.249), 30 hops max, 60 byte packets
1  192.168.200.254  0.241 ms  0.189 ms  0.334 ms
2  10.10.11.2  4.090 ms  4.227 ms  4.273 ms
3  192.168.101.249  5.087 ms  4.913 ms  5.128 ms

Any help here?