怎样绑定多个ip

怎样绑定多个ip

在redhat7,2中怎么让一块网卡有多个ip地址,还有freebsd,sun os。。。。。。。。。等等      
一个卡上用不同地址:
ifconfig eth0 192.168.1.2 netmask 255.255.255.0

ifconfig eth0:0 192.168.2.2 netmask 255.255.255.0
route add -net 192.168.2.0 netmask 255.255.255.0 eth0:0

ifconfig eth0:1 192.168.3.2 netmask 255.255.255.0
route add -net 192.168.3.0 netmask 255.255.255.0 eth0:1

等等等等      
这样几个ip不是不在同一个网段吗      
对呀,就是要在不同网段.
在同一个网段你要那么多ip干什么?
我看不出有那个必要,所以给你举的例子都是不同网段.