Když jsem udělal DUMP, tak to podle výpisu stejně nechodilo i s upravenými názvy.

Takže pokud máte dvě DNS, tak to vypadá takto a funguje mi to

#========================
# Interface configuration
#========================
pushd interface

reset all


popd
# End of interface configuration



# ----------------------------------
# Interface IP Configuration
# ----------------------------------
pushd interface ip


# Interface IP Configuration for "Local Area Connection"

set address name = "LAN" source = static addr = 10.0.0.3 mask = 255.255.255.192
set address name = "LAN" gateway = 10.0.0.138 gwmetric = 1
set dns name = "LAN" source = static addr = 194.228.2.61

add dns name = "LAN" addr = 194.228.41.113 index=2
set wins name = "LAN" source = static addr = none


popd
# End of interface IP configuration