
Code: Select all
** Download and install the required packages (do after upgrading firmware)
To view the list of installed packages:
cd /tmp
opkg update
opkg list-installed > foo # list installed packages
opkg list > foo # list available downloadable packages
opkg list-upgradable > foo # list downloadable packages for upgrading
opkg list-changed-conffiles # list config files we modified locally
less foo
To download and install a package (example):
opkg update
opkg install iptables-mod-conntrack-extra
Required packages for Microsoft-compatible client PPP/PPTP:
iptables-utils
Not required, but crucial for troubleshooting iptables.
Run 'iptables-save > foo' to show the active iptables command lines.
pptp
Required for PPTP client
kmod-mppe
Required for PPTP using Microsoft MPPE encryption
ip
For ip command (troubleshooting)
ip addr show dev pptp-vpn
ip addr show dev pptp-vpn
ip route
iptables-mod-conntrack-extra
For CONNMARK, connbytes, conntrack, helper
For -m recent
Also installs kmod-ipt-conntrack-extra
iptables-mod-nat-extra
For -j REDIRECT, -j NETMAP, -j MIRROR
Also installs kmod-ipt-nat-extra
#ifdef UNDEFINED // Not used, do not install
iptables-mod-extra
For iptables -m pkttype, -m quota, -m owner
Also installs kmod-ipt-extra
#endif
kmod-crypto-sha1
Implied by package kmod-mppe
kmod-gre
Implied by package pptp
kmod-ipt-conntrack-extra
Implied by iptables-mod-conntrack-extra
For CONNMARK, connbytes, conntrack, helper
For -m recent
kmod-ipt-nat-extra
Implied by iptables-mod-nat-extra
For -j REDIRECT, -j NETMAP, -j MIRROR
#ifdef UNDEFINED // No! Old Netfilter (IPv4), conflicts with newer kmod-ipt-xxx
kmod-ipt-filter Old xtables
Also installs kmod-textsearch
"Netfilter (IPv4) kernel modules for packet content inspection"
#endif
#ifdef UNDEFINED // No! Old Netfilter (IPv4), conflicts with newer kmod-ipt-xxx
kmod-ipt-nathelper-extra Old xtables
Also installs kmod-textsearch
"Extra Netfilter (IPv4) Conntrack and NAT helpers"
#endif
resolveip
Implied by package pptp
** REBOOT **