Pppd

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m (GPRS: typo)
m (Category changes: -Openmoko, +Networking)
 
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
''See [[manually using GPRS]].''
 
''See [[manually using GPRS]].''
  
The main scenario on [[OpenMoko]] is the cellar [[GPRS]] connection for internet access.
+
The main scenario on Openmoko is the cellar [[GPRS]] connection for internet access.
  
 
== Bluetooth DUN ==
 
== Bluetooth DUN ==
Line 11: Line 11:
 
''See [[manually using Bluetooth]].''
 
''See [[manually using Bluetooth]].''
  
Another feature that requires PPP is accessing an OpenMoko device over [[Bluetooth]] within the DUN ("dial-up networking") profile.
+
Another feature that requires PPP is accessing an Openmoko device over [[Bluetooth]] within the DUN ("dial-up networking") profile.
  
 
== Remote pppd ==
 
== Remote pppd ==
  
The GSM modem of an OpenMoko device can be made available for a computer connected via [[USB]] or [[Bluetooth]], using a serial device, SSH, or a TCP port. In this case, pppd run on the computer can establish a GPRS connection.
+
The GSM modem of an Openmoko device can be made available for a computer connected via [[USB]] or [[Bluetooth]], using a serial device, SSH, or a TCP port. In this case, pppd run on the computer can establish a GPRS connection.
  
 
== QEMU ==
 
== QEMU ==
Line 21: Line 21:
 
''See [[QEMU#Simple network connection with pppd]].''
 
''See [[QEMU#Simple network connection with pppd]].''
  
If instead of a real OpenMoko device QEMU is used to emulate one, it can be networked with the host computer via an emulated serial port.
+
If instead of a real Openmoko device QEMU is used to emulate one, it can be networked with the host computer via an emulated serial port.
  
 
== VPN ==
 
== VPN ==
Line 27: Line 27:
 
Secure VPN (virtual private network) connections can be established using pppd over SSH or PPTP.
 
Secure VPN (virtual private network) connections can be established using pppd over SSH or PPTP.
  
[[Category:Software]]
+
[[Category:Networking]]
 +
[[category:Protocol]]

Latest revision as of 13:04, 7 September 2008

pppd is used in various scenarios to create a network connection according to the PPP standard between two systems over serial connections. Several configuration files can be put in /etc/ppp/peers, passwords in /etc/ppp/chap-secrets and /etc/ppp/pap-secrets, and "inet ppp" definitions in the file /etc/network/interfaces.

Contents

[edit] GPRS

See manually using GPRS.

The main scenario on Openmoko is the cellar GPRS connection for internet access.

[edit] Bluetooth DUN

See manually using Bluetooth.

Another feature that requires PPP is accessing an Openmoko device over Bluetooth within the DUN ("dial-up networking") profile.

[edit] Remote pppd

The GSM modem of an Openmoko device can be made available for a computer connected via USB or Bluetooth, using a serial device, SSH, or a TCP port. In this case, pppd run on the computer can establish a GPRS connection.

[edit] QEMU

See QEMU#Simple network connection with pppd.

If instead of a real Openmoko device QEMU is used to emulate one, it can be networked with the host computer via an emulated serial port.

[edit] VPN

Secure VPN (virtual private network) connections can be established using pppd over SSH or PPTP.

Personal tools

pppd is used in various scenarios to create a network connection according to the PPP standard between two systems over serial connections. Several configuration files can be put in /etc/ppp/peers, passwords in /etc/ppp/chap-secrets and /etc/ppp/pap-secrets, and "inet ppp" definitions in the file /etc/network/interfaces.

GPRS

See manually using GPRS.

The main scenario on OpenMoko is the cellar GPRS connection for internet access.

Bluetooth DUN

See manually using Bluetooth.

Another feature that requires PPP is accessing an OpenMoko device over Bluetooth within the DUN ("dial-up networking") profile.

Remote pppd

The GSM modem of an OpenMoko device can be made available for a computer connected via USB or Bluetooth, using a serial device, SSH, or a TCP port. In this case, pppd run on the computer can establish a GPRS connection.

QEMU

See QEMU#Simple network connection with pppd.

If instead of a real OpenMoko device QEMU is used to emulate one, it can be networked with the host computer via an emulated serial port.

VPN

Secure VPN (virtual private network) connections can be established using pppd over SSH or PPTP.