Re: CISCO 2600 NAT [7:43139]

2002-05-02 Thread Ocsic

is the service port 5080 started on the server  ?

""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=43182&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-02 Thread Don Nguyen

If you have ACL's applied inbound to your NAT outside interface make sure
you explicitly allow outside inbound connections to port 5080.

HTH,
Don Nguyen


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43205&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]



RE: CISCO 2600 NAT [7:43139]

2002-06-10 Thread Misty Juarez_Hileman

Just wondering do you have connectiveity to the internet from the
router...?  Becuase your config does not show a subnetmask for FA0/0.  If
you do have connectivity I suggest wiping out the config and redoing it. 
Merly becasue of a non-apparent typo.
MJ


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