Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by news.htnet.hr on February 24, 2005, 2:34 am
Please log in for more thread options I need remote access to Cisco router 1603 via ISDN link. Exactly, I need to connect to router's BRI interface from any remote PC via ISDN line so that router can give me access to my LAN. When I call router's ISDN number it reject me because I don't have IP address. My problem is this: how can I configure router to give me one private IP address which will be associated with my username, so every time I call router, I get the same private IP. And would that solve the problem? I want to call router's ISDN number and connect to router. After authorization router should give me CALL BACK to number from which I call. Router's specifications: System Bootstrap, Version 12.0(3)T System image file is "flash:c1600-y-mz.120-8" Thank you. | ||||||||||||||||
|
Posted by Phillip Remaker on February 24, 2005, 5:57 pm
Please log in for more thread options Your IOS is very old. something like inter bri 0 encaps ppp ip address 10.0.0.1 255.255.255.0 dialer map ip name myname 10.0.0.2 ppp authentication pap dialer-group 1 username myname password mypassword dialer-list 1 protocol ip permit Add routing for the network, if needed Get that working first, than dig into callback. http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_command_reference_chapter09186a00800d9b85.html You can dialback to a fixed phone number, of the callerid of the place yuou called from. | ||||||||||||||||
|
Posted by SS on February 24, 2005, 11:43 pm
Please log in for more thread options
I succeded that router accept a call from my PC, but when it dial back to me, PC won't accept connection to router (XP professional)... >
> You can dialback to a fixed phone number, of the callerid of the place > yuou called from. > | ||||||||||||||||
| Similar Threads | Posted |
| RAS to router help needed!! | February 24, 2005, 2:34 am |
| router help needed ....urgent | June 30, 2007, 2:46 pm |
| Help Needed urgently | February 9, 2006, 12:19 pm |
| NMS Architect Needed | October 30, 2006, 12:09 pm |
| 1720 ios.bin needed. | March 9, 2007, 5:44 am |
| 1720 ios.bin needed. | March 9, 2007, 5:44 am |
| Needed: CISCO1841-HSEC/K9 | June 3, 2005, 9:00 pm |
| WLSE Trainer needed | July 12, 2005, 8:17 pm |
| Cisco Engineer Needed | October 10, 2006, 11:22 pm |
| Cisco certification FAQ assistance needed | December 17, 2005, 12:38 pm |
| CCDP ARCH 642-871 advice needed | March 27, 2007, 10:54 pm |
| CCNP lab question suggestions needed. | March 28, 2007, 1:15 pm |
| Cisco 515E - Configuration Help Needed | February 28, 2006, 7:53 am |
| Extra NAT info needed for CCNA | March 12, 2006, 5:04 am |
| Equipment & Study Materials Needed? | June 6, 2006, 3:55 pm |

RAS to router help needed!!
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
> something like
>
> inter bri 0
> encaps ppp
> ip address 10.0.0.1 255.255.255.0
> dialer map ip name myname 10.0.0.2
> ppp authentication pap
> dialer-group 1
>
>
> username myname password mypassword
>
> dialer-list 1 protocol ip permit
>
> Add routing for the network, if needed
>
> Get that working first, than dig into callback.
>