I can do "ping 213.180.204.3" but can't do "ping ya[.]ru"auto lo
iface lo inet loopback
# The primary network interface
auto eth0
auto eth1
iface eth0 inet dhcp
iface eth1 inet static
address 192.168.56.102
netmask 255.255.255.0
gateway 10.0.2.2
this "nslookup ya[.]ru 8.8.8.8" works ok
this "nslookup ya[.]ru" says "connection time out; no servers could be reached"
eth0 is NAT
eth1 is Host Only Adapter
If I switch off eth1 from the machine settings (leaving eth0) all works ok. But I can't switch off this iface.
Please help