# ---------------------------------- # Interface IP Configuration # ---------------------------------- pushd interface ip # Interface IP Configuration for "Local Area Connection" set dns name="Local Area Connection" source=static addr=10.36.34.30 register=PRIMARY add dns name="Local Area Connection" addr=10.36.81.6 index=2 add dns name="Local Area Connection" addr=10.36.31.22 index=3 set wins name="Local Area Connection" source=static addr=10.36.34.1 add wins name="Local Area Connection" addr=10.36.31.23 index=2 add wins name="Local Area Connection" addr=150.221.128.104 index=3 popd # End of interface IP configuration