Gossamer Forum
Home : General : Perl Programming :

some sort of proxy

Quote Reply
some sort of proxy
Hi,
I have a linux server connected to the Internet. Behind the server there's a cisco router. Now I have to write some sort of program that enables users (from anywhere) to interact with the router (do cisco-labs).
Can I use sockets for this? If so... how?
I am relatively new to perl programming so every help is welcome.
Thanks...
Quote Reply
Re: [karib] some sort of proxy In reply to
http://sourceforge.net/...ects/nettelnetcisco/

http://nettelnetcisco.sourceforge.net/docs.html

Last edited by:

Paul: Mar 24, 2003, 1:08 AM
Quote Reply
Re: [Paul] some sort of proxy In reply to
OK, so far this works..
But what if the router, which is connected to the server, is also connected to 5 other routers (via async). These are the routers on witch the users should actualy work. Is this possible with the Net::Telnet::Cisco?
And also... my boss really wants to see some sockets in there Pirate