Hi all,
My routing table after my AMPRnet GATEWAY has got all the routes via RIPv2 using rip44d, looks like this: ------------------------------------------------------------------------------------------------------- Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.15.1 0.0.0.0 UG 0 0 0 eth0 44.0.0.0 169.228.66.251 255.0.0.0 UG 0 0 0 tunl0 44.0.0.0 0.0.0.0 255.0.0.0 U 30 0 0 rose0 44.0.0.1 169.228.66.251 255.255.255.255 UGH 0 0 0 tunl0 44.2.1.32 76.14.161.185 255.255.255.248 UG 0 0 0 tunl0 44.2.10.0 71.130.72.52 255.255.255.248 UG 0 0 0 tunl0 44.2.11.1 71.130.72.52 255.255.255.255 UGH 0 0 0 tunl0 44.2.14.0 50.79.156.221 255.255.255.248 UG 0 0 0 tunl0 44.2.14.100 50.79.156.221 255.255.255.255 UGH 0 0 0 tunl0 44.2.50.0 68.189.32.222 255.255.255.248 UG 0 0 0 tunl0 44.2.50.0 208.74.106.137 255.255.255.0 UG 0 0 0 tunl0 44.4.2.152 173.167.109.217 255.255.255.255 UGH 0 0 0 tunl0 44.4.2.153 173.167.109.217 255.255.255.255 UGH 0 0 0 tunl0 .... More routes -------------------------------------------------------------------------------------------------------------
Is this correct or am I dending all AMPRnet traffic through UCSD.EDU ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Looks good.
Except this line:
44.0.0.0 0.0.0.0 255.0.0.0 U 30 0 0 rose0
It has a higher metric as this route
44.0.0.0 169.228.66.251 255.0.0.0 UG 0 0 0 tunl0
So the rose0 route won't ever become active unless something happens to the tunl0 route.
The 44.0.0.0/8 route *MUST* have a route via UCSD. A gateway of 0.0.0.0 means that there is no router between the local machine and the remote machine, which is usually the case in a LAN situation. The UCSD most probably isn't within your LAN. (* This might be different for those using the AMPRd daemon.)
73 de Marc, LX1DUC
On 25/08/2013 00:32, Demetre SV1UY wrote:
(Please trim inclusions from previous messages) _______________________________________________ Hi all,
My routing table after my AMPRnet GATEWAY has got all the routes via RIPv2 using rip44d, looks like this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.15.1 0.0.0.0 UG 0 0 0 eth0 44.0.0.0 169.228.66.251 255.0.0.0 UG 0 0 0 tunl0 44.0.0.0 0.0.0.0 255.0.0.0 U 30 0 0 rose0 44.0.0.1 169.228.66.251 255.255.255.255 UGH 0 0 0 tunl0 44.2.1.32 76.14.161.185 255.255.255.248 UG 0 0 0 tunl0 44.2.10.0 71.130.72.52 255.255.255.248 UG 0 0 0 tunl0 44.2.11.1 71.130.72.52 255.255.255.255 UGH 0 0 0 tunl0 44.2.14.0 50.79.156.221 255.255.255.248 UG 0 0 0 tunl0 44.2.14.100 50.79.156.221 255.255.255.255 UGH 0 0 0 tunl0 44.2.50.0 68.189.32.222 255.255.255.248 UG 0 0 0 tunl0 44.2.50.0 208.74.106.137 255.255.255.0 UG 0 0 0 tunl0 44.4.2.152 173.167.109.217 255.255.255.255 UGH 0 0 0 tunl0 44.4.2.153 173.167.109.217 255.255.255.255 UGH 0 0 0 tunl0 .... More routes
Is this correct or am I dending all AMPRnet traffic through UCSD.EDU ?