Connecting thru SSL VPN
460792Oct 18 2005 — edited Oct 18 2005I try to connect a database thru SSL VPN Software (Aventail Connect).
It makes Address conversion while accessing the proxy.
I succeed in tnsping my 9i database but can't connect it thru SQLPlus (ORA-12541: TNS : no listener). The listener is really working.
In fact analyzing logs I see :
- I connect my server using its DNS name and port 1521 : no problem
- The server answers on the port 54442
- then sqlplus try to call the server using the server IP address on port 1482 (The port changes each time I make a test).
This is that last call that hangs up. The Ip Address contrary to DNS Name cannot be translated thru the proxy.
Where can Oracle find this IP adress. In the listener.ora there is the full dns name.
In the sqlnet.ora the default domain is written.
Thanx
Jerry