apt-get install kernel-source-2.4.27 \ gcc \ vim \ libc-dev \ libc6-dev \ libncurses5-dev \ libncurses-dev \ autoconf \ automake \ kernel-headers-2.4.27-2-386 \ unzip \ make \ minicom \ wvdial \ mgetty \ iproute wget http://www.linuxant.com/drivers/hsf/full/archive/cnxtinstall.run chmod +x cnxtinstall.run ./cnxtinstall.run vi /lib/modules/2.4.27-2-386/build/.config add CONFIG_SERIAL_CORE=y minicom -s add /dev/ttySHSF0 wvdial vi /etc/inittab vi /etc/mgetty/login.config vi /etc/mgetty/mgetty.config init q ps -ef kill ps -ef vi /etc/ppp/options egrep -v '#|^ *$' /etc/ppp/options tail -f /var/log/mgetty/mg_ttySHSF0.log vi /etc/ppp/options tail -f /var/log/messages vi /etc/ppp/pap-secrets change the hostname to your hostname vi /etc/network/interfaces /etc/init.d/networking restart vi /etc/resolv.conf vi /etc/apf-ma-ln04.fw vi /etc/ppp/ip-up.local chmod +x /etc/ppp/ip-up.local iptables -t nat -L -n chmod +x /etc/apf-ma-ln04.fw iptables -t nat -L -n vi /etc/ppp/ip-up.local # dialin.config (CNDFILE in policy.h) /AutoPPP/ - a_ppp /usr/sbin/pppd file /etc/ppp/options * - - /bin/login @ # # mgetty configuration file debug 4 fax-id # access the modem(s) with 38400 bps speed 38400 issue-file /etc/issue.mgetty # /etc/inittab: S0:23:respawn:/sbin/mgetty -x4 -D ttySHSF0 # /etc/ppp/options: # 192.168.100.12:192.168.100.13 ms-dns 192.168.1.2 ms-dns 192.168.0.4 ms-wins 192.168.1.2 ms-wins 192.168.0.4 asyncmap 0 auth crtscts lock hide-password modem #mru 542 netmask 255.255.255.0 -detach +pap debug proxyarp # /etc/ppp/ip-up.local: /etc/apf-ma-ln04.fw # /usr/sbin/hsfconfig: KERN_CONFIG_REQUIRED="SERIAL_CORE" # /lib/modules/2.4.27-2-386/.config CONFIG_SERIAL_CORE=y