Имеется Debian Lenny. В настройках interfaces прописано:
#----------- qwerty.com
auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0
metric 0
network 192.168.10.0
broadcast 192.168.10.255
gateway 192.168.10.3
#--------- example.com
auto eth0:1
iface eth0:1 inet static
address 192.168.89.1
netmask 255.255.255.0
metric 1
network 192.168.89.0
broadcast 192.168.89.255
gateway 192.168.89.1
Вопрос: Можно ли IP 192.168.10.1 привязать к домену qwerty.com, а на IP 192.168.89.1 повесить новый домен example.com? Если да, то куда копать, что почитать?