Giter VIP home page Giter VIP logo

sdar's Introduction

Simple Dialup Access Router

This is an how-to, not step by step guide (you need a minimal cisco router configuration skill), to set-up an little single PSTN line access router for your lab.
Is useful for testing and connect to a modern Internet BBS all kind of device with a old modem inside, like Videotel or Minitel terminal.

alt text

What you need

  • 1 Cisco 1751-V Router with 1 VIC 2FXS interface
  • 1 Cisco blue console cable, Rj45 - 9 pin female (part number 72-3383-01)
  • 1 Cisco rs232 adapter 25 pin male - 9 pin male (part number 29-4043-01)
  • 1 3Com U.S. Robotics 56K modem or any modem that support V.23 standard.
  • 2 rj11 phone cable and an adapter for your videotel/minitel plug

Set-up

use the rs232 adapter to connect the modem to the router's auxiliary port with console cable.
connect the modem line port to a router fxs port with rj11 telephone cable.
plug the videotel/minitel telephone cable to the other fxs port. you may need a rj11 adapter

alt text

Modem configuration

V.23 in default modem configuration is disabled, you need to activate fallback with command ats27=16
and set the autoanswer with ats0=1
note: if you use another type of modem, registry settings for V.23 could be different

Router configuration

when the videotel terminal is connected to the aux port via modem, a raw telnet session is activated on a bbs server due the autoconnect command.
you can also decide to not do this and leave the router console at connection and start after the telnet command manually.
in this case remove autocommand line.

line aux 0
 login
 modem InOut
 autocommand  telnet bbs.retrocampus.com 23 /noecho /stream /quiet
 transport input all
 escape-character NONE
 databits 7
 parity even
 stopbits 1
 speed 1200

you can find a complete configuration example in repo


If you found this my work useful, please consider buying me a cup of coffee if you want:
Buy Me a Coffee at ko-fi.com

License

This work is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/.

sdar's People

Contributors

na103 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.