1. Status Quo:
VMware version of the IPS5.0, only three network cards, the first network card for the command port, the remaining two for the sensor, can not test interface pair and hybrid mode can be used at the same time, because at least 3 sensor port Two sensor ports can test one interface to use VLAN pair, and the other interface to use the hybrid mode.
2. Add a sensor network card steps:
A.vmware the virtual machine to add a network card, and a local Loopbak network Cartian Connect
B. Turn off the IPs virtual machine and modify the VMX file:
Add one line: Ethernet3.virtualdev = "e1000"
C. Open the virtual machine again, log in as service account, and Su-root
The root account password and service account password are consistent
D. Modify the/usr/cids/idsroot/etc/interface.conf file:
The Pci-device of ①slot is 17 and 20 respectively, the span is 4, the total number of network card
[MODELS/IDS-4215/SLOTS/1]
# lower Slot
Pci-bus=1
Pci-device=17
[MODELS/IDS-4215/SLOTS/2
# upper Slot
pci-bus=2
Pci-device=20
② network card Pci-device from 17 to 20
[MODELS/IDS-4215/INTERFACES/1]
# built-in 10/100 TX mgmt interface, Intel 82559ER
# is eth1 (INT1) in 4.x
# Rightmost connector on front panel
# labeled "Ethernet 1" on panel
name-template=management0/0
#pci-bus=0
Pci-device=17
Pci-function=0
vendor-id=0x8086
device-id=0x100f
Type=ge
Mgmt-capable=yes
Default-admin-state=enable
On-backplane=yes
[MODELS/IDS-4215/INTERFACES/2]
# built-in 10/100 TX Sensing interface, Intel 82559ER
# is eth0 (int0) in 4.x
See more highlights of this column: http://www.bianceng.cnhttp://www.bianceng.cn/Servers/virtualization/
# leftmost connector labeled "Ethernet 0"
Name-template=gigabitethernet0/1
#pci-bus=0
Pci-device=18
Pci-function=0
vendor-id=0x8086
device-id=0x100f
Type=ge
Sensing-capable=yes
Tcp-reset-capable=yes
Default-admin-state=enabled
[MODELS/IDS-4215/INTERFACES/3]
Name-template=gigabitethernet0/2
#pci-bus=0
Pci-device=19
Pci-function=0
vendor-id=0x8086
device-id=0x100f
Type=ge
Sensing-capable=yes
Tcp-reset-capable=yes
Default-admin-state=enabled
[MODELS/IDS-4215/INTERFACES/4]
# rightmost interface on optional 1 x 4-FE card:
# on secondary bus of Pci-pci Bridge on the interface card
# is Eth5 (INT5) in 4.x
#pci-bus=0
Name-template=gigabitethernet0/3
Pci-device=20
Pci-function=0
vendor-id=0x8086
device-id=0x100f
Type=ge
Sensing-capable=yes
Tcp-reset-capable=yes
Default-admin-state=enabled