cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
0
Helpful
2
Replies

webvpn port forwarding on the VPN3000

whanson
Level 2
Level 2

I've been playing around with this and need some help. I defined a router in the inside of my network to the VPN concentrator under port forwarding using port 23. I launch the start application and I get a box that indicates that my entry

127.0.0.0/120000 x.x.x.x/23. Now how do I use it?

I tried just telneting to the address and nothing happens.

2 Replies 2

llascare
Level 1
Level 1

Since you're using port forwarding, you have to telnet to the loopback interface using the configured port number. This "telnet" will be using port 120000 instead of 23. Use Putty or go to a Windows Command prompt and type:

telnet 127.0.0.0 120000

Let me know if this worked for you.

gordons
Level 1
Level 1

You will have to telnet (using a DOS window or telnet program) to:

127.0.0.1

Note: there is a space between 127.0.0.1 and the port number. It did not work with a colon when I tried it.

The redirection will take over from that point and translate to port 23, and you should be okay from there.