[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2

NAT and port access

Asked by tangofniro in Network Routers

Tags: port, access, map

I have some remote ip phones offsite.  I am having trouble connecting through the router to the phone system.  
The port range is crazy for the phones.  what can I add to my config to allow the phone to coonect?  a new ACL, if so what?  Really need help as I am stuck.

Here is part of my config


!
ip nat inside source list 123 interface Serial0 overload
ip nat inside source static tcp 192.168.0.30 1024 216.x.x.x 1024 extendable
ip nat inside source static tcp 192.168.0.30 1025 216.x.x.x 1025 extendable
ip nat inside source static tcp 192.168.0.30 1026 216.x.x.x 1026 extendable
ip nat inside source static tcp 192.168.0.30 1027 216.x.x.x 1027 extendable
ip nat inside source static tcp 192.168.0.30 1028 216.x.x.x 1028 extendable
ip nat inside source static tcp 192.168.0.30 1029 216.x.x.x 1029 extendable
ip nat inside source static tcp 192.168.0.30 1030 216.x.x.x 1030 extendable
ip nat inside source static tcp 192.168.0.30 1031 216.x.x.x 1031 extendable
ip nat inside source static tcp 192.168.0.30 1032 216.x.x.x 1032 extendable
ip nat inside source static tcp 192.168.0.30 1033 216.x.x.x 1033 extendable
ip nat inside source static tcp 192.168.0.30 1034 216.x.x.x 1034 extendable
ip nat inside source static tcp 192.168.0.30 1035 216.x.x.x 1035 extendable
ip nat inside source static tcp 192.168.0.30 1036 216.x.x.x 1036 extendable
ip nat inside source static tcp 192.168.0.30 1037 216.x.x.x 1037 extendable
ip nat inside source static tcp 192.168.0.30 1038 216.x.x.x 1038 extendable
ip nat inside source static tcp 192.168.0.30 1039 216.x.x.x 1039 extendable
ip nat inside source static tcp 192.168.0.30 1040 216.x.x.x 1040 extendable
ip nat inside source static tcp 192.168.0.30 1719 216.x.x.x 1719 extendable
ip nat inside source static tcp 192.168.0.30 1720 216.x.x.x 1720 extendable
ip nat inside source static tcp 192.168.0.30 6100 216.x.x.x 6100 extendable

ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
no ip http server
ip http authentication local
ip http secure-server
!
!
!
logging trap debugging
access-list 101 permit ip 192.168.0.0 0.0.0.255 172.168.1.0 0.0.0.255
access-list 101 deny   ip 192.168.0.0 0.0.0.255 any
access-list 110 deny   ip 192.168.0.0 0.0.0.255 172.168.1.0 0.0.0.255
access-list 110 deny   ip host 192.168.0.205 any
access-list 110 deny   ip host 192.168.0.30 any
access-list 110 deny   ip host 192.168.0.31 any
access-list 110 deny   ip host 192.168.0.2 any
access-list 110 permit ip 192.168.0.0 0.0.0.255 any
access-list 120 permit ip host 192.168.0.2 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.205 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.30 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.31 172.168.1.0 0.0.0.255
access-list 123 permit ip host 192.168.0.2 172.168.1.0 0.0.0.255

no cdp run
!
route-map nonat1 permit 10
 match ip address 123
 set ip next-hop 1.1.1.2
!
route-map nonat permit 10
 match ip address 110
!
[+][-]08/23/04 07:14 AM, ID: 11870476Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Network Routers
Tags: port, access, map
Sign Up Now!
Solution Provided By: JFrederick29
Participating Experts: 1
Solution Grade: A
 
[+][-]08/23/04 05:13 AM, ID: 11869389Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/23/04 05:49 AM, ID: 11869667Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 09:57 AM, ID: 11872523Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 09:59 AM, ID: 11872552Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/23/04 10:08 AM, ID: 11872667Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 10:19 AM, ID: 11872777Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/23/04 10:25 AM, ID: 11872826Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 10:34 AM, ID: 11872935Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/23/04 10:43 AM, ID: 11873015Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 10:47 AM, ID: 11873060Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/23/04 10:52 AM, ID: 11873105Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/23/04 05:32 PM, ID: 11876833Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/24/04 04:48 AM, ID: 11880185Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/24/04 09:49 AM, ID: 11883801Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/24/04 10:03 AM, ID: 11884003Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/24/04 10:42 AM, ID: 11884403Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/24/04 12:01 PM, ID: 11885288Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/24/04 12:37 PM, ID: 11885733Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/24/04 04:00 PM, ID: 11887777Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/04 03:58 AM, ID: 11890832Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/25/04 04:55 AM, ID: 11891161Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/04 05:28 AM, ID: 11891416Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/04 05:51 AM, ID: 11891621Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/25/04 08:25 AM, ID: 11893571Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/04 08:36 AM, ID: 11893715Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/25/04 12:52 PM, ID: 11896643Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/04 07:38 PM, ID: 11899138Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/26/04 05:04 AM, ID: 11901640Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/31/04 10:20 AM, ID: 11944408Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92