Follow via:
RSS
Email Alert
Question
0 Votes
+ -

how to open tcp port on cisco router 2811

We have cisco router 2811 in our office for lease line. router connects to main computer. Main computer have two lan card one for router and second one use for local lan. now problem is that when we want to access the lan computer remotly outside our network with help of software it says u must open port in router or allow incoming connections in router how can i do this in cisco router 2811.

pls help me
Tags: hardware
9th Nov 2005

Answers (2)

0 Votes
+ -
you can try this from configuration terminal mode:
- access-list aclnumber(like 110) permit tcp sourcesIPnet(or any to allow all external) destinationIP wildcardmask(ex:255.255.255.255)
eq tcpportnumber.
Then apply to an interface like internal interface of router, example from internal interface config mode:
- ip access-group 110 out

This only will open access to your main cmptr, is there a proxy configuration on your main computer? maybe need to configure proxy to allow access to internal LAN
9th Nov 2005
0 Votes
+ -
Open that perticular port
Hi
u have to alllow that port which the software is using on your router.
i think access list is blocking that port.
so add a statment to allow that port.
25th Feb 2009
Answer the question
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.