cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
706
Views
0
Helpful
5
Replies

Dial in server for windows clients

jarmentrout
Level 1
Level 1

I am trying to setup a dial in server for remote users over analog phone line.

I have a Cisco 2600 router, with a NM-8AM.

I found this document:

http://www.cisco.com/warp/public/471/nm-xam_dialin.html

I copied the config very carefully and can't seem to make things work

Here is the network layout

Remote Laptop PPP Analog modem

(assigned ip of 172.16.8.2

|

|

Cisco router 2600

Ethernet interface (172.16.5.95)

|

|

Corporate network (172.16.5.0)

When I dial into router, if gives me ip address of 172.16.8.2, default gateway is same, and server ip is 1.1.1.1 (address of loopback)

I can ping router at either 1.1.1.1 or 172.16.5.95, but I can't ping anything on the other side of the router (corporate network) 172.16.5.0 subnet

It must be something I am missing in routing, I enabled ip routing and ip cef.

I want to use static routing and shouldn't need a routing protocol.

What am I missing?

5 Replies 5

Hello,

the fact that your client gets an IP address which is at the same time the default gateway is expected behaviour, the dial-in router gives out what is called a host route. Can you post the entire configuration of your 2600 router ? Also, check the routing table of your client (route print), what does it say about getting to the 172.16.5.0 network ?

Regards,

GP

Richard Burts
Hall of Fame
Hall of Fame

Jason

My first guess is that if you are trying to do this with static routing that the router(s) for the corporate network probably do not have a route for the 172.16.8.0 subnet. Therefore they can not send responses to the remote clients.

You can check this by doing show ip route 172.16.8.0 on the corporate router. I suspect that either it does not have a route for that at all or that it does have a route (probably a summary route) but it does not point toward the 2600 router.

If this does not solve the problem we may need a few more details about the network topology and how the router is configured.

HTH

Rick

HTH

Rick

Thanks Rick,

I put a route on my 172.16.5.1 router to 172.16.8.0, I should have thought about that, but I didn't. Makes perfect sense.

Dialin server now works great.

Now I need to figure out how to make the Cisco router dialout.

Can you help with that?

I need it to be able to dial out on demand, to a remote location, it is not a cisco router on the other end, but a DCB IP6600 router. It is just a standard PPP connection. I can dial in to it with my laptop ok.

I would like the cisco router to dial remote location when traffic is requested to that ip address and then disconnect after inactivity. Any docs online to show examples?

You should try this link as a starting point. DDR, or Dial on Demand routing is what you're looking for. Don't forget to define an interesting traffic ACL for your connections. Or you're connections may timeout before they're really idle.

http://www.cisco.com/en/US/customer/tech/tk801/tk133/tsd_technology_support_protocol_home.html