Question

Cisco 877 Router config for Port Forwarding

Asked by: prema2909

Could someone please help with a beginner cisco 877 question
We have a cisco 877 configured as a ADSL gateway.  The suppliers have been requested to port forward a server with the address 192.168.1.4 on 22 so that we have SSH access from the internet.

This is my first time looking at a Cisco router.  The supplier configured

ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 22

but the connection did not work at all

I have just tried

config t
ip access-list ext 101
permit txp any any eq 22
end

and now my external SSH client connects but the server does not respond to the correct password.  
From inside the network it's fine

We don't seem to have an external connection in the router

Can anyone help with this please?
Config file is below

ADSL#show running-config
Building configuration...
 
Current configuration : 4302 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service sequence-numbers
!
hostname ADSL
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
clock timezone NZST 12
clock summer-time NZDT recurring 1 Sun Oct 2:00 3 Sun Mar 3:00
!
!
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.150
!
ip dhcp pool DHCPPOOL1
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.2
   dns-server 202.27.184.3 202.27.184.5
   update arp
!
!
!
multilink bundle-name authenticated
!
!
file verify auto
username cisco877 privilege 15 password 0 ciscopassword
!
!
archive
 log config
  hidekeys
!
!
ip tcp timestamp
!
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto
!
interface ATM0.1 point-to-point
 pvc 0/100
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 192.168.1.2 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Dialer0
 ip address negotiated
 no ip redirects
 no ip unreachables
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp pap sent-username nzgbc.dsl@iconzadsl.co.nz password 0 nzgbc
 ppp ipcp dns request
 ppp ipcp route default
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip dns server
no ip nat service sip tcp port 5060
no ip nat service sip udp port 5060
ip nat pool trixbox 192.168.1.150 192.168.1.150 netmask 255.255.255.0 type rotary
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.3 3996 interface Dialer0 3996
ip nat inside source static tcp 192.168.1.14 3389 interface Dialer0 3389
ip nat inside source static tcp 192.168.1.17 3997 interface Dialer0 3997
ip nat inside source static tcp 192.168.1.2 23 interface Dialer0 23
ip nat inside source static tcp 192.168.1.150 22 interface Dialer0 2222
ip nat inside source static udp 192.168.1.150 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.1.150 4569 interface Dialer0 4569
ip nat inside source static tcp 192.168.1.150 5222 interface Dialer0 5222
ip nat inside source static tcp 192.168.1.4 80 interface Dialer0 3998
ip nat inside source static tcp 192.168.1.4 443 interface Dialer0 443
ip nat inside source static tcp 192.168.1.4 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.4 3306 interface Dialer0 3306
ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 22
ip nat inside source static tcp 192.168.1.15 3389 interface Dialer0 3390
ip nat inside destination list 101 pool trixbox
!
access-list 1 remark The Lan
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit udp any any range 35000 40000
access-list 101 permit tcp any any range 35000 40000
access-list 101 permit udp any any range 10000 20000
access-list 101 permit tcp any any range 10000 20000
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq 3398
access-list 101 permit tcp any any eq 3998
dialer-list 1 protocol ip permit
!
!
!
!

                                  
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:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-08-18 at 03:33:25ID24660902
Tags

Cisco 877 Networking Router

Topics

Enterprise Firewalls

,

Network Routers

,

Miscellaneous Networking

Participating Experts
2
Points
500
Comments
10

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. NAT translation on ADSL - Cisco router
    We have set up a client on ADSL and he has asked this question: ++++++++++++++ I have a couple of queries that i hope that you can help me with - I have the 1 meg broadband (ADSL) service but am having some difficulties setting it up the way I want to use it. Firstly, I have...
  2. Cisco NAT
    How do I configure the NAT settings on cisco. If you look ay my config, I am able to access the internet when I have a 172.16.0.X ip address on local machine. But computers from another subnet, such as 10.10.2.X cannot access the internet. Can anyone be able to help me settin...
  3. cisco adsl router - port forwarding
    hi all I have a Cisco ADSL router and i have to give access to one computer. Person who will be connecting has a fix ip address x.x.x.x and will be connecting to 192.168.16.24. he needs access using the following ports 1434UDP and 1433TCP What lines do i have to put to ach...
  4. Cannot Get SIP Phones Working Behind Cisco 857 ADSL …
    Experts, Have installed a cisco ADSL 857 router as per config below. I've little experience of getting SIP phones working and I can't do it with this router. I ahve swapped it out temporarily with the ISP's own router ( A horrible BT 2Wire ) and the SIP phones work fine, pr...
  5. Cisco 877 ADSL
    Just installed cisco 877.My ISP line is terminated directly in the ADSL Port.All other ethernet ports are in VLAN1.internet works fine from all LAN users.have also used SDM to configure firewall with medium option. I need to know how to do the following: 1)configure SSH for r...
  6. Cisco ADSL Load balancing - NAT Issue
    I have configured a Cisco 2821 router that has 4 ADSL connections to load balancing using CEF which works perfectly internally. The problem I have is we need access to a lots of various programs externally e.g. OWA and RDP The nat rules are all correct and work fine (sometim...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: Zenith63Posted on 2009-08-18 at 03:58:59ID: 25121787

My Cisco is pretty limited, but jsut a couple of observations that might get you started before the gurus arrive.

Are you sure when you SSH from outside to the public IP of the Cisco it's not the Cisco itself that is replying and trying to authenticate you instead of your internal box?  SSH admin on the Cisco is not explicity disabled (as HTTP admin is for instance 'no ip http server').  From external try your Cisco admin credentials and see if you get the Cisco admin prompt, you probably will.  If so you can either disable SSH admin of the Cisco (not sure the exact command, but 'no ip ssh server' is likely to be it, just make sure this isn't what you're using to admin it at the moment!) or tell you internal server to listen on 222 and forward that port through so it isn't conflicting with the SSH listening on the Cisco.

Check this first and come back as I suspect it might be the problem.

 

by: ikalmarPosted on 2009-08-18 at 04:04:17ID: 25121813

Hi,
there is an another nat row that using SSH:
ip nat inside source static tcp 192.168.1.150 22 interface Dialer0 2222

try to disable it first!

Best Regards,
Istvan

 

by: prema2909Posted on 2009-08-18 at 04:06:50ID: 25121825

Hi Zenith63

Thanks very much for your response!
Just tried as suggested but it does not respond to the normal (internal) username and password, nor the server root password.
The router was responding with a timeout until I made the entry

config t
ip access-list ext 101
permit txp any any eq 22
end

It is after this entry that it started responding on 22.

I'd be very grateful for any more tips !
Kind regards
Prema

 

by: prema2909Posted on 2009-08-18 at 04:10:19ID: 25121843

Hi Istvan!
Complete beginner here but from the supplier's comment it appears that this is IP access for the VOIP box (TrixBox) and the 2222 is the external access port- Apparently it is possible to have more than one port 22 internally as long as the external ports are different.  
Any comments welcome -- thanks very much for your response
Kind regards
Prema

 

by: Zenith63Posted on 2009-08-18 at 04:16:02ID: 25121878

I could be wrong ikalmar, but the first rule forwards port 2222 to one internal server while the second forwards port 22 to a different internal server.  On the internal side both servers are listening on port 22, but this should work fine as it is what NAT is meant to do.

ip nat inside source static tcp 192.168.1.150 22 interface Dialer0 2222

External:2222 -> 192.168.1.150:22

ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 22

External:22 -> 192.168.1.4:22

prema2909 - Your access-list entry is just a firewall rule allowing from ANY to ANY with SSH protocol.  So if the Cisco router itself is listening for SSH traffic (ie. for people to log on to it and admin it using SSH instead of telnet) which is the default setup I think, then by adding your access list you've basically opened up WAN administration of your Cisco using SSH.  So when SSH traffic comes to the public IP, instead of the Cisco forwarding it on to the internal box it thinks the traffic is meant for it for administration, so doesn't forward it.  You can confirm this easily enough by trying your Cisco admin/enable password at the prompt and see if it lets you in, or change the internal server to listen on 222 and forward that through.  This is probably the exact reason there is a rule there already forwarding port 2222 through, somebody in the past needed to SSH through to an internal box but couldn't use port 22 because the Cisco router itself already uses this.

 

by: ikalmarPosted on 2009-08-18 at 04:19:32ID: 25121904

sorry that I said wrong....

 

by: Zenith63Posted on 2009-08-18 at 04:43:21ID: 25122042

prema - I'm heading out now so won't be able to reply until tomorrow but I would suggest you try either disabling SSH on the Cisco (assuming you are using telnet to admin it!) with

no ip ssh server

Or another thought that just came to mind is that you don't need to change the internal server to a different port, just change the external port number.  So remove your ip nat rule -

no ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 22

Then add one back that says

ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 222

Remove your access-list entry

no access-list 101 permit tcp any any eq 22

Then add one back in like

access-list 101 permit tcp any any eq 222

Then from outside try and ssh to the public IP on port 222 instead of 22, that should get you to your internal server!  Final config on Cisco should be like -

version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service sequence-numbers
!
hostname ADSL
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
clock timezone NZST 12
clock summer-time NZDT recurring 1 Sun Oct 2:00 3 Sun Mar 3:00
!
!
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.150
!
ip dhcp pool DHCPPOOL1
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.2
   dns-server 202.27.184.3 202.27.184.5
   update arp
!
!
!
multilink bundle-name authenticated
!
!
file verify auto
username cisco877 privilege 15 password 0 ciscopassword
!
!
archive
 log config
  hidekeys
!
!
ip tcp timestamp
!
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto
!
interface ATM0.1 point-to-point
 pvc 0/100
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 192.168.1.2 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Dialer0
 ip address negotiated
 no ip redirects
 no ip unreachables
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp pap sent-username nzgbc.dsl@iconzadsl.co.nz password 0 nzgbc
 ppp ipcp dns request
 ppp ipcp route default
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip dns server
no ip nat service sip tcp port 5060
no ip nat service sip udp port 5060
ip nat pool trixbox 192.168.1.150 192.168.1.150 netmask 255.255.255.0 type rotary
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.3 3996 interface Dialer0 3996
ip nat inside source static tcp 192.168.1.14 3389 interface Dialer0 3389
ip nat inside source static tcp 192.168.1.17 3997 interface Dialer0 3997
ip nat inside source static tcp 192.168.1.2 23 interface Dialer0 23
ip nat inside source static tcp 192.168.1.150 22 interface Dialer0 2222
ip nat inside source static udp 192.168.1.150 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.1.150 4569 interface Dialer0 4569
ip nat inside source static tcp 192.168.1.150 5222 interface Dialer0 5222
ip nat inside source static tcp 192.168.1.4 80 interface Dialer0 3998
ip nat inside source static tcp 192.168.1.4 443 interface Dialer0 443
ip nat inside source static tcp 192.168.1.4 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.4 3306 interface Dialer0 3306
ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 222
ip nat inside source static tcp 192.168.1.15 3389 interface Dialer0 3390
ip nat inside destination list 101 pool trixbox
!
access-list 1 remark The Lan
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit udp any any range 35000 40000
access-list 101 permit tcp any any range 35000 40000
access-list 101 permit udp any any range 10000 20000
access-list 101 permit tcp any any range 10000 20000
access-list 101 permit tcp any any eq telnet
access-list 101 permit tcp any any eq 222
access-list 101 permit tcp any any eq 3398
access-list 101 permit tcp any any eq 3998
dialer-list 1 protocol ip permit

                                              
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:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:

Select allOpen in new window

 

by: prema2909Posted on 2009-08-18 at 05:14:42ID: 25122337

Hi Zenith63!
Have tried the config as suggested and for some reason we're still not getting to it!
Will read through the config and your advice carefully -- this seems a bit tricky.  Will also check my local firewall in case it is blocking my non standard SSH port
Any comments welcome

Thanks indeed Ikalmar -- we're grateful to have your thoughts
Kind regards
Prema


ADSL#sh running-config
Building configuration...
 
Current configuration : 3961 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service sequence-numbers
!
hostname ADSL
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
clock timezone NZST 12
clock summer-time NZDT recurring 1 Sun Oct 2:00 3 Sun Mar 3:00
!
!
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.150
!
ip dhcp pool DHCPPOOL1
   import all
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.2
   dns-server 202.27.184.3 202.27.184.5
   update arp
!
!
!
multilink bundle-name authenticated
!
!
file verify auto
username cisco877 privilege 15 password 0 ciscopassword
!
!
archive
 log config
  hidekeys
!
!
ip tcp timestamp
!
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto
!
interface ATM0.1 point-to-point
 pvc 0/100
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 ip address 192.168.1.2 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
interface Dialer0
 ip address negotiated
 no ip redirects
 no ip unreachables
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp pap sent-username nzgbc.dsl@iconzadsl.co.nz password 0 nzgbc
 ppp ipcp dns request
 ppp ipcp route default
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
no ip http secure-server
ip dns server
no ip nat service sip tcp port 5060
no ip nat service sip udp port 5060
ip nat pool trixbox 192.168.1.150 192.168.1.150 netmask 255.255.255.0 type rotary
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.3 3996 interface Dialer0 3996
ip nat inside source static tcp 192.168.1.14 3389 interface Dialer0 3389
ip nat inside source static tcp 192.168.1.17 3997 interface Dialer0 3997
ip nat inside source static tcp 192.168.1.2 23 interface Dialer0 23
ip nat inside source static tcp 192.168.1.150 22 interface Dialer0 2222
ip nat inside source static udp 192.168.1.150 5060 interface Dialer0 5060
ip nat inside source static udp 192.168.1.150 4569 interface Dialer0 4569
ip nat inside source static tcp 192.168.1.150 5222 interface Dialer0 5222
ip nat inside source static tcp 192.168.1.4 80 interface Dialer0 3998
ip nat inside source static tcp 192.168.1.4 443 interface Dialer0 443
ip nat inside source static tcp 192.168.1.4 21 interface Dialer0 21
ip nat inside source static tcp 192.168.1.4 3306 interface Dialer0 3306
ip nat inside source static tcp 192.168.1.4 22 interface Dialer0 222
ip nat inside source static tcp 192.168.1.15 3389 interface Dialer0 3390
ip nat inside destination list 101 pool trixbox
!
access-list 1 remark The Lan
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit tcp any any eq 222
dialer-list 1 protocol ip permit
!
!

                                              
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:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:

Select allOpen in new window

 

by: prema2909Posted on 2009-08-25 at 05:39:08ID: 31616975

Appreciate the help and the effort Thanks all !

 

by: prema2909Posted on 2009-08-25 at 05:41:31ID: 25176868

Just letting you know that the solution was to shift the ports up to 20000+ By doing that everything magically came right
Thanks for the comments that helped steer us in the right direction

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...