1826501 Members
2139 Online
109692 Solutions
New Discussion

Re: routes

 
SOLVED
Go to solution
LucianoCarvalho
Respected Contributor

routes

Hi guys.
I'm having problems with a toute been reated in the system.
I connect via vpn to my network, after the connection is established, I run a Front End Sap connection to access SAP. After that a route is been created in my tru64 system like that:
192.18.19.244 10.16.20.254 UGH 2 0

Is there any trace tha I can run to find out from where this route came from?
thanks in advance
2 REPLIES 2
Ralf Puchner
Honored Contributor
Solution

Re: routes

tcpdump? It is not dynamically created, maybe it is created by path discovery algorithm due to hostroute....
Help() { FirstReadManual(urgently); Go_to_it;; }
LucianoCarvalho
Respected Contributor

Re: routes


Thanks Ralf for the direction.
The problema was solved runnig the command sysconfig -r inet pmtu_enabled=0 and configuring this parameter on sysconfigtab too.