Installation guide

Alacritech Accelerator Users Guide: Microsoft Windows Edition 4-2
4.3 Configuring Networking
Network configuration is standard netsh stuff. The first thing is to change the interface
names to something that makes them easier to identify, and that doesn't contain spaces.
C:\Temp> netsh int set int name="Local Area Connection 1"
newname=SEN3001
C:\Temp> netsh int set int name="Local Area Connection 2" newname=SENA
C:\Temp> netsh int set int name="Local Area Connection 3" newname=SENB
C:\Temp> netsh int show int
Admin State State Type Interface Name
----------------------------------------------------------------------
Enabled Connected Dedicated ob1_10net
Enabled Connected Dedicated ob2_csl
Enabled Connected Dedicated SENA
Enabled Connected Dedicated SENB
Enabled Connected Dedicated SEN3001
C:\Temp> slicutil interface list
ID Type Connection Name Member VLANs
=============================================================
7 SEN2102ET SENA No No
12 SEN2102ET SENB No No
9 SEN3001EF SEN3001 No No
Now assign IP addresses. For this example, we assign a IP address 192.168.52.118,
netmask 255.255.255.0 to the SEN3001 interface without a default gateway. If you
aren't comfortable with slash '/' notation for netmask, refer to netsh documentation for
alternatives.
C:\Temp> netsh int ip set address SEN3001 static 192.168.52.118/24
C:\Temp> ipconfig
Windows IP Configuration
...
Ethernet adapter SEN3001:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::c8e:8391:2a2a:7343%19
IPv4 Address. . . . . . . . . . . : 192.168.52.118
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
...