PPP DialUp connection in NodeGrid Serial Console

PPP DialUp connection in NodeGrid Serial Console

NodeGrid Serial Console supports DialUp via USB modems. It does not support via serial ports.

 

You can plug any USB modem such as Zoom or USRobotics  to any of the NodeGrid Serial Console USB ports.


Then, follow the steps below:

a.       Log in as admin to the NodeGrid WebUI

b.       Go to System, Dial Up page

c.       Under Services tab, enable PPP connection

d.       Under Devices tab, click on Add button

e.       Complete the parameters accordingly. The “Detected Devices” should show something like ‘usbM1-4’

f.       After the parameters are complete, click on Save. (NOTE: leave “PPP Dial-Out Phone Number” blank if you want it to be Dial-IN; if you want it to be Dial-OUT, then add the phone number)

g.       Add callback users and phone numbers under CallBack Users tab, if that is the case.



Configuration via CLI

a. log in as admin to the NodeGrid CLI

b. type the following:

      cd /settings/dial_up/services

      set ppp_connection=enabled

      commit

      

      cd /settings/dial_up/devices/

      add


      show  (it will list the current settings)             

name =  

status = disabled

device_name = usbM1-4


detected devices: usbM1-4


speed = 38400

phone_number = 

ppp_idle_timeout = 0

init_chat = 

ppp_ipv4_address = no_ipv4_address

ppp_ipv6_address = no_ipv6_address


Make the necessary changes for the parameters accordingly:


      set device_name=<name>

      set status=enabled

      set speed=

            115200  19200   38400   57600   9600  

      set ppp_ipv4_address=

            local_ipv4       no_ipv4_address  remote_ipv4  

      set ppp_authentication=

            by_local_system  by_remote_peer   none   

      commit




      


 

    • Related Articles

    • How to setup a Console Dial in connection in NodeGrid to access CLI

      NodeGrid devices support M2-Modem (Analog Modem with M.2 Interface) that can be installed in LSR, BSR, GSR, NSR and NSCP devices NodeGrid can be configured to support dial in access to the CLI To setup a Dial In access to NodeGrid CLI, follow the ...
    • Nodegrid Serial Console: Pinouts, Cables and Connectors

      The tables below show the serial port pinout information of the NSC TxxR (Cisco Pinout) and NSC Txx (Legacy Pinout).  NSC TxxR - Cisco-like Pinout Pin Signal Name Input/Output 1 CTS IN 2 DCD IN 3 RxD IN 4 GND N/A 5 GND N/A 6 TxD OUT 7 DTR OUT 8 RTS ...
    • How to Telnet and SSH to the Nodegrid Serial Ports

      Note: by default, Telnet access is turned off with your Nodegrid Serial Console. Authorized users can use Telnet or SSH to connect directly to the console of a managed device if all of the following are true: Telnet / SSH protocol is enabled under ...
    • How to Configure Nodegrid Serial Ports

      To configure the serial ports of your Nodegrid Serial Console, follow the guideline steps below.   WebUI Log in as admin to the Nodegrid Serial Console Web interface. Go to Managed Devices page. Select the serial ports you want to configure, or check ...
    • Power Control within Serial Session

      Nodegrid Serial Console features the Power Control integration which gives authorized users the ability to power on, power off and reset/reboot the serial devices, within the serial session, by using an escape character (default escape character is ...