03-25-2004 07:06 AM
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.
03-25-2004 05:32 PM
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.
03-26-2004 06:51 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide