The Special Administration Console (SAC) interface lets you interact with the Windows operating system running on an nPartition by using the SAC> command prompt that is provided at the nPartition console interface.
Checking the Server IP Address:
SAC>i Net: 13, Ip=10.31.46.34 Subnet=255.255.255.224 Gateway=0.0.0.0 Net: 13, Ip=fe80::3cxg:cb75:8d59:6cgd Net: 15, Ip=192.168.155.66 Subnet=255.255.255.224 Gateway=192.168.155.65 Net: 15, Ip=fe80::1d83:2954:8380:665e
Obtain the list of available interfaces:
C:\Windows\system> netsh interface ip show interface
Configuring Network Using SAC:
C:\Windows\system> netsh interface ip set address name="Local Area Connection " source=static addr=107.6.109.28 mask=255.255.255.240 gateway=107.6.109.17 C:\Windows\system> netsh interface ip set dns name="Local Area Connection" source=static addr=107.6.112.21
ENABLE AND DISABLE LAN:
C:\Windows\system> netsh interface set interface "Local Area Connection" DISABLED C:\Windows\system> netsh interface set interface "Local Area Connection" ENABLE
Changing IP
SAC >i # 10.xxx.xxx.xxx 255.255.255.224 xx.255.255.1
Disable Server Firewall
C:\Windows\system32>netsh firewall set opmode mode = DISABLE
Enable Server Firewall
C:\Windows\system32>netsh firewall set opmode mode = ENABLE