PDA

View Full Version : Unable to connect through wan ip


Rajeev
09-20-2011, 11:53 AM
HI....

I have configured cisco 1905 router.....
i have configured WAN IP on int g0/0 and i have configured LAN IP on g0/1 ...
but when i try to login remotely...through wan ip by using putty...i am not getting login page....
at the same time i am able to connect using putty through LAN IP....

How can i resolve it????

ciscodaze
09-20-2011, 10:32 PM
Sounds like you are missing a default route Rajeev.

I'm guessing your LAN telnet is working because you are telnetting from within the same subnet.

But if you are doing the WAN interface telnet session from another subnet, then you will need a default route back the the device that is trying to telnet, just like you need a default route for subnets that are not in the routing table.

try putting an
ip route 0.0.0.0 0.0.0.0 gig0/0
statement on the gig0/0 and see if you can telnet

Rajeev
09-21-2011, 06:04 AM
Sounds like you are missing a default route Rajeev.

I'm guessing your LAN telnet is working because you are telnetting from within the same subnet.

But if you are doing the WAN interface telnet session from another subnet, then you will need a default route back the the device that is trying to telnet, just like you need a default route for subnets that are not in the routing table.

try putting an
ip route 0.0.0.0 0.0.0.0 gig0/0
statement on the gig0/0 and see if you can telnet




HI...

I have configured default route......already on the router ......

still problem is there??

Big Evil
09-21-2011, 08:08 AM
When you are trying how are you doing it?
For example what direction?

PC --- LAN - WAN
PC --- WAN

Rajeev
09-21-2011, 11:41 AM
When you are trying how are you doing it?
For example what direction?

PC --- LAN - WAN
PC --- WAN

i have tried PC---WAN direction......

Big Evil
09-21-2011, 02:19 PM
And that way fails, but the PC --- LAN does not?

Rajeev
09-22-2011, 04:37 AM
And that way fails, but the PC --- LAN does not?

yes....pc ---lan it works....

anyhow...it is solved now.....by changing access list.......

thanks for your help.....