User`s manual

Table Of Contents
W406-LX User’s Manual Managing Communications
4-20
192.168.3.120 – Putty
Installing libmysqlclient5 (5.1.23) to root...
Stopping web server: apache.
ipkg: extract_archive: /CONTROL/: Read-only file system
ipkg: /CONTROL/postinst: No such file or directory
ipkg: /CONTROL/postrm: No such file or directory
ipkg: /CONTROL/prerm: No such file or directory
ipkg: /CONTROL/preinst: No such file or directory
ipkg: /CONTROL/control: No such file or directory
Configuring libmysqlclient5
Starting web server: apache.
Successfully terminated.
root@Moxa:/mnt/ramdisk#
Note if you would like to install php for Apache web server, you should install “mysqlclient”
in advance.
List the installed packages
192.168.3.120 – Putty
root@Moxa:/mnt/ramdisk# ipkg-cl list_installed
libmysqlclient5 - 5.1.23 -
libphp5 - 5.2.5.1 -
Successfully terminated.
root@Moxa:/mnt/ramdisk#
Remove a package
192.168.3.120 – Putty
Moxa:~# ipkg-cl remove libphp5
OpenVPN
OpenVPN provides two types of tunnels for users to implement VPNS: Routed IP Tunnels and
Bridged Ethernet Tunnels. To begin with, check to make sure that the system has a virtual
device /dev/net/tun. If not, issue the following command:
# mknod /dev/net/tun c 10 200
An Ethernet bridge is used to connect different Ethernet networks together. The Ethernets are
bundled into one bigger, “logical” Ethernet. Each Ethernet corresponds to one physical interface
(or port) that is connected to the bridge.
On each OpenVPN machine, you should generate a working directory, such as /etc/openvpn,
where script files and key files reside. Once established, all operations will be performed in that
directory.