Account Edit Dialog

Dial tab

Account Name

A unique name for this account setup. This is the name which will appear in the main window's account list.

Redial Maximum

The maximum number of redial attempts the dialer will make if the account is busy, or the modem does not not connect.

Modem Device

The path to the serial device the modem is attached to.

Connection Speed

The speed the modem is opened with. Modems are usually opened with a much higher speed than their BPS rating. 115200 is almost always the correct setting, unless you want to slow your modem down.

Modem Initialization

The string sent to your modem for initialization. This string must result in the modem responding with the 'OK' string or else gnome-ppp will report it failed to detect and initialize your modem.

Phone Numbers

A list of phone numbers to cycle though and dial for this account.

Authentication tab

PAP (Password Authenticated Protocol) and CHAP authentication are a bit of a hassle to set up. These protocols are implemented in the pppd daemon, so the gnome-ppp configuration of these authentication methods is coordinated with pppd's configuration.

User Name

Your PAP/CHAP username issued to you by your ISP. This must be the same as the one you enter in the /etc/ppp/pap-secrets or /etc/ppp/chap-secrets file.

Remote Name

A unique name you've chosen to identify this account with the password entry in the /etc/ppp/pap-secrets or /etc/ppp/chap-secrets file.

Hidden Password

This field is not part of the PAP or CHAP authentication. Use this password if you want to send a hidden password in the login script.

IP Address tab

This section allows you to set client-side static IP addresses for the PPP connection.

Local IP Address

This is the IP address for this computer. This is usually dynamically allocated by the PPP server.

Netmask

The network mask associated with the local IP address. This is usually dynamically allocated by the PPP server.

Remote IP Address

The IP address of the remote PPP server. This is usually dynamically allocated by the PPP server.

DNS tab

Here you can add name servers and search domains which will be written to your /etc/resolv.conf file upon connection, and removed at disconnect. You should be given at least one IP address for a name server from your ISP. Search domains are are address shortcuts. For example, if you often telnet to the computer 'gandalf.work.com', by adding the search domain 'work.com' you will be able to telnet to 'gandalf' without the suffix. This will work only if gnome-ppp has write access to your /etc/resolv.conf file; otherwise it will be silently ignored.

DNS Servers

List of IP addresses of DNS servers.

Search Domains

List of domains you want searched when you specify a host without its full domain name.

Script tab

This section allows you to write a script to automate login to your ISP.

PPP tab

Misc PPP options.

Add Default Route

Add a remote PPP server as the default route once the PPP connection is established. This is on by default.

Lock Dialout Device

Write a lockfile to /var/lock to ensure exclusive access to the dialout device used for the connection. This is on by default.

Maximum Transmission Unit

Adjust the maximum size of transmitted PPP packets.

Maximum Receive Unit

Adjust the maximum size of received PPP packets.

Run Program After Connect

The path to a program or script you want to run right after the PPP connection completes. The environment variables ACCOUNT_NAME and PPPD_PID are set with the name of the account, and with the process ID of the pppd process running the connection.

Run Program After Disconnect

The path to a program or script you want to run right after the PPP connection ends. The environment variable ACCOUNT_NAME is set with the name of the PPP account, and PPPD_PID is set to -1.