加IP

这个属于子端口加IP

命令

ifconfig eth1:88 172.18.0.88 netmark 255.255.255.0 up

这样就加了一个IP在eth1 这个网卡的子端口上

也就是多IP


删除IP

ifconfig eth1:88 down


    ServerAdmin [email protected]

    DocumentRoot "@@ServerRoot@@/docs/dummy-host.example.com"

    ServerName dummy-host.example.com

    ServerAlias www.dummy-host.example.com

    ErrorLog "/var/log/httpd/dummy-host.example.com-error_log"

    CustomLog "/var/log/httpd/dummy-host.example.com-access_log" common


            #在前面加IP

ServerName  10.0.0.88                    #换成IP


这就是基于IP的访问