Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Telnet Through PIX

Reply
Thread Tools

Telnet Through PIX

 
 
JJ
Guest
Posts: n/a
 
      06-08-2004
I inherited a Pix 506 and have a need to have a user (from a FIX IP) -
telnet through PIX to a specific server on my network

Any help for a newbie?


 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      06-08-2004
In article <dwpxc.21376$ m>,
JJ <> wrote:
:I inherited a Pix 506 and have a need to have a user (from a FIX IP) -
:telnet through PIX to a specific server on my network

How many public IP addresses do you have available? If you only have
one public IP (e.g., because you are using DHCP on a cable modem), then
due to a special case in the PIX, you cannot do what you want unless
a VPN tunnel is configured.

If you have a second public IP address, say 12.13.14.15, and the
server is 192.168.16.17 and the user's IP is 19.20.21.22 then you
can configure

static (inside, outside) 12.13.14.15 192.168.16.17 netmask 255.255.255.255 0 0
access-list out2in permit tcp host 19.20.21.22 host 12.13.14.15 eq telnet
access-group out2in in interface outside


However, this does risk overriding configurations that have carefully
be made previously, so you should "show run" and study the
configuration first.

If you are very new to the PIX, you might want to try
https:// followed by the inside IP address of the PIX. That should
allow you to log in to a GUI interface for controlling the PIX,
provided you have the appropriate passwords.
--
Cottleston, Cottleston, Cottleston pie.
A bird can't whistle and neither can I. -- Pooh
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Telnet - attempting to initiate a telnet session within an established telnet session Carcarius Ruby 0 12-06-2007 03:26 AM
PIX causing telnet through VPN to timeout??? Bob Mariotti Cisco 1 02-17-2005 07:05 PM
Need to talk to a telnet server and send a telnet break Jim Isaacson C Programming 5 11-05-2004 09:17 PM
VPN through PIX to PIX Jason Kau Cisco 1 07-25-2003 12:38 PM
How can I telnet when I dont have specific access to a telnet client Jack B. Pollack Computer Support 4 07-24-2003 08:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57