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