目的是:把内网的某一主机192.168.0.9映射成外网的某一ip地址(如),且不是网关的地址202.117.86.179
比如:202.117.86.178之类
press the command: ifconfig -a
then add ipaddress to eth0.
ifconfig eth0:1 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up
ifconfig eth0:2 xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx up