·路由猫上网
    # vi /etc/sysconfig/network-scripts/ifcfg-eth0
        DEVICE=eth0
        ONBOOT=yes
        BOOTPRO=static
        IPADDR=192.168.1.100
        NETMASK=255.255.255.0
        GATEWAY=192.168.1.1
    # service network restart
    # vi /etc/resolv.conf
        nameserver 202.96.69.38
        nameserver 202.96.64.68
        nameserver 202.96.75.68
·拨号猫上网
    # adsl-setup
        Enter you Login Name (default root): suzhen@163
        INTERFACE (default eth0):
        Enter the demand value (default no):
        Enter the DNS information here: 202.96.69.38
        Enter the Secondary DNS server address here: 202.96.64.68
        Please enter your password: 输入不显示
        Please re-enter your password: 输入不显示
        USERCTRL (default yes):
        Choose a type of firewall (0-2):  1
        Start this Connection at boot time ,Please enter no or yes: yes
        Accept these settings and adjust configuration files (y/n)? y
    # adsl-start
    # adsl-connect
    # adsl-status
    # adsl-stop