[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RiminiLUG-General] VPS, 2 interfacce, nsd3



Il giorno 09/set/2010, alle ore 16.12, Christian Zoffoli ha scritto:
> ma la domanda nasce spontanea ...come configuri gli ip pubblici dentro
> la tua distribuzione?

semplice: non lo fai.
fanno loro.
(ho cambiato solo gli ip pubblici)

----
auto venet0
iface venet0 inet static
	address 127.0.0.1
	netmask 255.255.255.255
	broadcast 0.0.0.0
	up route add -net 192.0.2.1 netmask 255.255.255.255 dev venet0
	up route add default gw 192.0.2.1
auto venet0:0
iface venet0:0 inet static
	address 99.99.999.999
	netmask 255.255.255.255
	broadcast 0.0.0.0

auto venet0:1
iface venet0:1 inet static
	address 99.99.899.88
	netmask 255.255.255.255
	broadcast 0.0.0.0
---