Utiliser 6 ip sur les 8 ?
Comment utiliser les 2 ip de réseau et broadcast ?
C'est simple il suffit de les configurer en tunnel :
Ce qui gene dans l'attribution du segment c'est le masque de sous réseau donc il faut le changer or dans un tunnel il est facile de le mettre a 255.255.255.255
ex: freebsd
sur le serveur :
ifconfig gif2 create
ifconfig gif2 tunnel 10.1.1.1 10.1.1.2
ifconfig gif2 62.4.21.176 62.4.21.177 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.178 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.179 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.180 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.181 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.182 netmask 255.255.255.255
ifconfig gif3 create
ifconfig gif3 tunnel 10.1.1.1 10.1.1.3
ifconfig gif3 62.4.21.176 62.4.21.183 netmask 255.255.255.255
sur un des client :
ifconfig gif1 create
ifconfig gif1 tunnel 10.1.1.2 10.1.1.1
ifconfig gif1 62.4.21.177 62.4.21.176 netmask 255.255.255.255
|