linux ip redirect to localhost
10.2.1.10
10.2.1.11
10.2.1.12
redirect to local
[vagrant@localhost ~]$ sudo ifconfig lo:1 inet 10.2.1.10 netmask 255.255.255.255 up
[vagrant@localhost ~]$ sudo ifconfig lo:2 inet 10.2.1.11 netmask 255.255.255.255 up
[vagrant@localhost ~]$ sudo ifconfig lo:3 inet 10.2.1.12 netmask 255.255.255.255 up
댓글