English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux dip command

Linux Command大全

The Linux dip command is used for IP dial-up connection.

The Linux dip command can control the modem to establish an external bidirectional connection via dial-up IP.

Syntax

dip [-aikltv][-m<MTU number>][-p<protocol>][Dial-up script file]

Parameter Description:

  • -a Ask for the username and password.
  • -i Start the dial-up server feature.
  • -k Delete the running dip program.
  • -l Specify the connection to be deleted, must be used with-k parameter together.
  • -m<MTU number> Set the maximum transmission unit, the default value is296.
  • -p<protocol> Set the communication protocol.
  • -t Enter the dip command mode.
  • -v Display detailed information when executed.

Online Examples

Establish a Dial-up Connection

$ dip -t

Linux Command大全