EM-1220 LX User’s Manual
Configuring the EM-1220-LX
Configuring PPPoE
PPPoE relies on two widely accepted standards: PPP and Ethernet, which permits the use of
PPPoE(Point-to-Point Over Ethernet).
PPPoE is a specification for connecting users on an Ethernet to the Internet through a common
broadband medium, such as a single DSL line, wireless device or cable modem, used by many
ADSL service providers. All users on the Ethernet share a common connection, so the Ethernet
principles that support multiple users on a LAN combine with the PPP principles, which apply to
serial connections.
y
Create the Connection:
/>pppd pty “pppoe -I <ETHERNET_INTERFACE> -m 1412” user <USER_NAME> password
<USER_PASSWORD>&
<ETHERNET_INTERFACE>: Ethernet card connected to ADSL modem, for example, eth0
<USER_NAME>: User account, for example, moxa@adsl.net
<USER_PASSWORD>: Password for user account
To check if PPPOE is successfully connected, use the command:
y
/>ifconfig ppp0
How to Mount a Remote NFS Server
Currently, the EM-1220-LX only supports NFS (Network File System) clients. Users can open
NFS service on a Linux PC to enable the EM-1220-LX to push data to it. The EM-1220-LX can
use NFS to mount a remote disk as a local disk for data or log purposes.
1.
First, the NFS server must open an export directory and allow access to the IP address. Edit
the file “/etc/exports” on your Linux PC, and then run the NFS daemon. The following
example gives one possibility (refer to the NFS-HOWTO document at