changed the ip route 0.0.0.0 to point to the UCSD interface (to tunnel outgoing traffic of my 44 net to the tunnel )
Did you first add a route to 169.228.66.251 via the gateway that was used for 0.0.0.0/0 before? There must be some way to reach the tunnel interface outside of your 0.0.0.0/0 route! (or else you build an encapsulation loop) It is easier to start with routing only 44.0.0.0/8 to the tunnel interface.
If it matterthe OS version is 6.29.1
and system firmware 3.24
Why not update it to the current version? It can be done at the click of a button, no separate maintenance contract required as with Cisco.
Is there any command that i can grab the configuration of the router (like in Cisco the command "Show running config" ) ?
/export
You can also do:
/export file=myrouter
Then download myrouter.rsc from "Files" and delete it. You can then examine the file using a text editor, e.g. "wordpad".
Rob
Thank you Marius and Rob it look like i had a mistake in one of the route lines
Now It woks I get replies from outside world from my gateway
Now i have to put the other routes to the other 44 Net Gateways I have to find the syntax because i did it in the web interface
Someone know why i see two AS System i see on the last line ? (the 44 Net IP line )
traceroute to 44.138.1.1 (44.138.1.1), 30 hops max, 60 byte packets 1 78-157-167-1.silesnet.net (78.157.167.1) [AS43709] 12.507 ms 13.395 ms 14.225 ms 2 78-157-167-206.silesnet.net (78.157.167.206) [AS43709] 0.093 ms 0.089 ms 0.080 ms 3 78-157-167-194.silesnet.net (78.157.167.194) [AS43709] 1.436 ms 1.510 ms 1.581 ms 4 limelight.plix.pl (195.182.218.35) [AS8545] 43.652 ms 43.656 ms 44.020 ms 5 tge14-4.fr4.ams.llnw.net (69.28.171.55) [AS32421] 39.509 ms tge1-2.fr4.ams.llnw.net (69.28.171.53) [AS32421] 38.309 ms 38.409 ms 6 tge2-6.fr4.lga.llnw.net (69.28.189.49) [AS22822] 113.843 ms 113.837 ms 113.844 ms 7 tge1-2.fr4.ord.llnw.net (69.28.172.198) [AS22822] 135.072 ms 140.446 ms 133.823 ms 8 tge1-3.fr4.sjc.llnw.net (69.28.172.77) [AS22822] 184.822 ms 195.862 ms 191.907 ms 9 paix-px1--limelight-10ge.cenic.net (198.32.251.193) [AS2152] 192.422 ms 198.849 ms 192.336 ms 10 dc-lax-agg6--svl-agg4-100ge.cenic.net (137.164.11.0) [AS2152] 195.871 ms 189.552 ms 195.471 ms 11 dc-tus-agg3--lax-agg6-100ge.cenic.net (137.164.11.7) [AS2152] 195.472 ms 195.658 ms 189.342 ms 12 dc-sdg-agg4--tus-agg3-100ge.cenic.net (137.164.11.9) [AS2152] 254.740 ms 248.648 ms 248.825 ms 13 dc-ucsd-1--sdg-agg4.cenic.net (137.164.23.54) [AS2152] 249.494 ms ucsd--sdg-agg4-10g-2.cenic.net (137.164.23.178) [AS2152] 195.383 ms 195.664 ms 14 mcore-flow-bypass-mx0-p2p.ucsd.edu (132.239.254.61) [AS7377] 201.663 ms 195.786 ms 195.375 ms 15 ebu3b-6509-nodem-core-interconnect-vl910-bcast-255-131.ucsd.edu (132.239.255.131) [AS7377] 199.781 ms 200.817 ms 200.475 ms 16 amprgw.sysnet.ucsd.edu (169.228.66.251) [AS1852] 202.034 ms 194.932 ms 201.435 ms 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * haifa-gateway.ampr.org (44.138.1.1) [AS7377/AS54688] 518.716 ms 22 * * haifa-gateway.ampr.org (44.138.1.1) [AS7377/AS54688] 518.716 ms
73;s Ronen - 4Z4ZQ http://www.ronen.org
________________________________________ From: 44Net 44net-bounces+ronenp=hotmail.com@hamradio.ucsd.edu on behalf of Rob Janssen pe1chl@amsat.org Sent: Saturday, April 9, 2016 2:52 AM To: 44net@hamradio.ucsd.edu Subject: Re: [44net] Tunnel to UCSD refuse to work on my mikrotik
(Please trim inclusions from previous messages) _______________________________________________
changed the ip route 0.0.0.0 to point to the UCSD interface (to tunnel outgoing traffic of my 44 net to the tunnel )
Did you first add a route to 169.228.66.251 via the gateway that was used for 0.0.0.0/0 before? There must be some way to reach the tunnel interface outside of your 0.0.0.0/0 route! (or else you build an encapsulation loop) It is easier to start with routing only 44.0.0.0/8 to the tunnel interface.