CISCO 2600 NAT [7:43139]

2002-05-02 Thread jc theard

Hello all,

I'm trying to configure NAT on a CISCO 2621. I managed to configure it
basicaly but I want to use overloading and there is my problem.
As shown below I try to specify a route to the right server for port 80 and
port 5080. For the port 80, everythg is going well but I can't reach port
5080. Is there any thing to take into account for non-standard ports?

"ip nat inside source static tcp 192.168.99.100 80 195.246.218.181 80"
"ip nat inside source static tcp 192.168.99.102 5080 195.246.218.181 5080"

Thank you for your help

JC


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43139&t=43139
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CISCO 2600 NAT [7:43139]

2002-05-03 Thread jc theard

yes it's opened on the server


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43209&t=43139
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CISCO 2600 NAT [7:43139]

2002-05-03 Thread jc theard

yes it's open on the server


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43207&t=43139
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: CISCO 2600 NAT [7:43139]

2002-05-03 Thread jc theard

yes it's opened on the server


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43208&t=43139
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: CISCO 2600 NAT [7:43139]

2002-05-03 Thread jc theard

Here is the config I'm using:
interface FastEthernet0/0 
 description connected to Internet  
 ip address 195.250.218.18
 no ip directed-broadcast 
 ip nat outside   
 speed 100  
 half-duplex
! 
interface FastEthernet0/1 
 description connected to EthernetLAN 
 ip address 192.168.99.1 255.255.255.0  
 no ip directed-broadcast 
 ip nat inside  
 speed 100  
 half-duplex

ip nat inside source list 7 interface FastEthernet0/0
overload

ip nat inside source static tcp 192.168.99.102 5080 195.250.218.181 5080
extendable
ip nat inside source static tcp 192.168.99.100 80 195.250.218.181 80
extendable
ip classless
ip route 0.0.0.0 0.0.0.0 195.246.218.177
no ip http server
!
access-list 7 permit 192.168.99.0 0.0.0.255
!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43210&t=43139
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



IPSEC config on Cisco [7:44240]

2002-05-14 Thread jc theard

Hi all,

I'm configuring a Cisco 2621 for VPN connection. Im typing in the
configuration and I dont get any error message but when I want to see my
running config, some part of the config are not there

here is a part of the IPSEC config I want to have:

crypto map vpnmap 50 ipsec-manual  
set peer 63.104.50.75
set session-key inbound esp 1022521 authenticator
300089000edf100034000edf
set session-key outbound esp 235098 authenticator
980001000edf340001000edf
set transform-set vpntransform
match address 100

Here is what I see after "show running-config":

crypto map vpnmap 50 ipsec-manual  
set peer 63.104.50.75
set transform-set vpntransform
match address 100

everythg related to session-key is not shown !!??
Does anybody know why it's hidden or deleted??

Thanx a lot

jctheard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=44240&t=44240
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Help needed [7:44360]

2002-05-17 Thread jc theard

Hi all, 

I'm configuring a Cisco 2621 for VPN connection. Im typing in the
configuration and I dont get any error message but when I want to see my
running config, some part of the config are not there

here is a part of the IPSEC config I want to have: 

crypto map vpnmap 50 ipsec-manual 
set peer 63.104.50.75 
set session-key inbound esp 1022521 authenticator
300089000edf100034000edf
set session-key outbound esp 235098 authenticator
980001000edf340001000edf
set transform-set vpntransform 
match address 100 

Here is what I see after "show running-config": 

crypto map vpnmap 50 ipsec-manual 
set peer 63.104.50.75 
set transform-set vpntransform 
match address 100 

everythg related to session-key is not shown !!?? 
Does anybody know why it's hidden or deleted?? 

Thanx a lot 

jctheard


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=44360&t=44360
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Help needed [7:44360]

2002-05-21 Thread jc theard

Hi,

thanx for your reply.

what do you mean by "default commands" exactly?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=44602&t=44360
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]