Uso Fortclient VPN per connettermi a una rete di clienti e il client impone l'uso del loro DNS (poiché il cliente è in Turchia ottengo false risposte DNS su wikipedia e altri siti web mentre è connesso)
Prima dell'alta si potevo resettare il server DNS usato usando scutil
:
> d.init
> d.add ServerAddresses * 8.8.8.8 8.8.4.4
> set State:/Network/Service/forticlientsslvpn/DNS
che di solito era sufficiente, iniziando con l'alta sierra anche dopo aver impostato il valore DNS usando set
mostra ancora i vecchi valori:
> d.show
<dictionary> {
ServerAddresses : <array> {
0 : 8.8.8.8
1 : 8.8.4.4
}
}
> show State:/Network/Service/forticlientsslvpn/DNS
<dictionary> {
ServerAddresses : <array> {
0 : 192.168.20.10
1 : 192.168.20.11
}
}
> set State:/Network/Service/forticlientsslvpn/DNS
> show State:/Network/Service/forticlientsslvpn/DNS
<dictionary> {
ServerAddresses : <array> {
0 : 192.168.20.10
1 : 192.168.20.11
}
}
C'è un altro modo per farlo in High Sierra?