User`s manual

UC-8410/8416/8418-LX User’s Manual Managing Communication
4-26
3. Check the routing table after you run the OpenVPN programs, by typing the command:
# route
Destination Gateway Genmsk Flags Metric Ref Use Iface
192.168.4.174 * 255.255.255.255 UH 0 0 0 tun0
192.168.4.0 192.168.4.174 255.255.255.0 UG 0 0 0 tun0
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
192.168.8.0 * 255.255.255.0 U 0 0 0 eth0
Package Management—ipkg
ipkg is a very lightweight package management system. It also allows for dynamic
installation/removal of packages on a running system. Because the disk space is limited, we
provide the software as extension packages. You can use ipkg-cl to install or remove .ipk packages
on the UC-8410/8416/8418-LX.
Install an .ipk package via an .ipk file
Upload the .ipk package to the Moxa embedded computer:
192.168.3.127 – Putty
Moxa:~# scp /mnt/cdrom/utility_tools/ipkg_packages/libphp5_1.0_xscale.ipk
192.168.3.127:/tmp/
Install the uploaded package:
192.168.3.127 – Putty
Moxa:~# ipkg-cl list-install /tmp/libphp5_1.0_xscale.ipk
List the installed packages
192.168.3.127 – Putty
Moxa:~# ipkg-cl list_installed
Remove a package
192.168.3.127 – Putty
Moxa:~# ipkg-cl remove libphp5