3
Como ser capaz de resolver vários domínios usando o /etc/resolv.conf no Linux?
Estou executando o Ubuntu 12.04 e estou tentando executar o ping nos seguintes sistemas: system0.oldcompany.com system1.fing.oldcompany.com system2.newcompany.com system3.thing.newcompany.com Meu resolv.conf # internal dns servers nameserver 1.1.1.151 nameserver 1.1.1.152 search oldcompany.com fing.oldcompany.com newcompany.com thing.newcompany.com #domain thing.newcompany.com domain oldcompany.com #domain fing.oldcompany.com #domain newcompany.com #nameserver 8.8.8.8 #commented out due to other issues Se …