#======================== # Interface configuration #======================== pushd interface reset all popd # End of interface configuration #======================== # Interface configuration #======================== pushd interface ipv6 uninstall popd # End of interface configuration # ---------------------------------- # ISATAP Configuration # ---------------------------------- pushd interface ipv6 isatap popd # End of ISATAP configuration # ---------------------------------- # 6to4 Configuration # ---------------------------------- pushd interface ipv6 6to4 reset popd # End of 6to4 configuration #======================== # Port Proxy configuration #======================== pushd interface portproxy reset popd # End of Port Proxy configuration # ---------------------------------- # Interface IP Configuration # ---------------------------------- pushd interface ip # Interface IP Configuration for "Local Area Connection" set address name="Local Area Connection" source=static addr=10.36.50.28 mask=255.255.255.0 set address name="Local Area Connection" gateway=10.36.50.240 gwmetric=0 set dns name="Local Area Connection" source=static addr=10.36.34.30 register=PRIMARY add dns name="Local Area Connection" addr=10.36.31.22 index=2 add dns name="Local Area Connection" addr=10.36.81.6 index=3 set wins name="Local Area Connection" source=static addr=10.36.81.5 add wins name="Local Area Connection" addr=10.36.34.1 index=2 popd # End of interface IP configuration