Cisco NAC3350-PROF-K9 Hardware Installation Guide - Page 108

Step 1, To Con an Additional NIC

Page 108 highlights

Configuring Additional NIC Cards Chapter 3 Installing the Clean Access Manager and Clean Access Server • If the NIC card is not recognized by BIOS (for example, for a non-appliance server machine), you may need to adjust IRQ/memory settings as per the manufacturer's recommendations. • Once the NIC is recognized by BIOS, it should be automatically recognized by the software (Linux). If for some reason, the NIC is recognized by BIOS, but not by Linux, then login to the system and run "kudzu". This will bring up a utility that helps you configure the NIC. To Configure an Additional NIC: Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 To verify that the NIC has been recognized by Linux, type ifconfig ethn (where n is the interface number). For example, if adding a NIC to a system that already has two built-in Ethernet interfaces (eth0 and eth1), n is 2 and you enter ifconfig eth2. Verify that the output displays information about the interface including MAC address and transmit and receive counters. This means the interface is recognized by Linux and can be used. Change to the following directory: cd /etc/sysconfig/network-scripts Use vi to edit the ifcfg-ethn file for the interface, for example: vi ifcfg-eth2 Add the following lines into the file-replacing IPADDR, NETMASK, BROADCAST, and NETWORK values with the actual values suitable for your network: DEVICE=eth2 IPADDR=192.168.0.253 NETMASK=255.255.255.252 BROADCAST=192.168.0.255 NETWORK=192.168.0.252 BOOTPROTO=static ONBOOT=yes TYPE=Ethernet Save the file and reboot the system. The network interface is now ready to be used for HA. Note If the NIC card is not recognized by BIOS (for example, for a non-appliance server machine), you may need to adjust IRQ/memory settings as per the manufacturer's recommendations. Once the NIC is recognized by BIOS, it should be automatically recognized by the software (Linux). If for some reason, the NIC is recognized by BIOS, but not by Linux, then login to the system and run kudzu. This brings up a utility that helps you to configure the NIC. Note Static IP addresses must be configured for the CAM/CAS interfaces. DHCP mode is not supported for configuration of these interfaces. See Chapter 4, "Configuring High Availability (HA)"for details on configuring HA. 3-38 Cisco NAC Appliance Hardware Installation Guide OL-20326-01

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176

3-38
Cisco NAC Appliance Hardware Installation Guide
OL-20326-01
Chapter 3
Installing the Clean Access Manager and Clean Access Server
Configuring Additional NIC Cards
If the NIC card is not recognized by BIOS (for example, for a non-appliance server machine), you
may need to adjust IRQ/memory settings as per the manufacturer’s recommendations.
Once the NIC is recognized by BIOS, it should be automatically recognized by the software (Linux).
If for some reason, the NIC is recognized by BIOS, but not by Linux, then login to the system and
run “kudzu”. This will bring up a utility that helps you configure the NIC.
To Configure an Additional NIC:
Step 1
To verify that the NIC has been recognized by Linux, type
ifconfig eth
n
(where
n
is the interface
number). For example, if adding a NIC to a system that already has two built-in Ethernet interfaces (eth0
and eth1),
n
is 2 and you enter
ifconfig eth2
.
Step 2
Verify that the output displays information about the interface including MAC address and transmit and
receive counters. This means the interface is recognized by Linux and can be used.
Step 3
Change to the following directory:
cd /etc/sysconfig/network-scripts
Step 4
Use vi to edit the
ifcfg-eth
n
file for the interface, for example:
vi ifcfg-eth2
Step 5
Add the following lines into the file—replacing
IPADDR
,
NETMASK
,
BROADCAST
, and
NETWORK
values with the
actual values suitable for your network:
DEVICE=eth2
IPADDR=192.168.0.253
NETMASK=255.255.255.252
BROADCAST=192.168.0.255
NETWORK=192.168.0.252
BOOTPROTO=static
ONBOOT=yes
TYPE=Ethernet
Step 6
Save the file and reboot the system. The network interface is now ready to be used for HA.
Note
If the NIC card is not recognized by BIOS (for example, for a non-appliance server machine), you may
need to adjust IRQ/memory settings as per the manufacturer’s recommendations.
Once the NIC is recognized by BIOS, it should be automatically recognized by the software (Linux). If
for some reason, the NIC is recognized by BIOS, but not by Linux, then login to the system and run
kudzu
. This brings up a utility that helps you to configure the NIC.
Note
Static IP addresses must be configured for the CAM/CAS interfaces. DHCP mode is not supported for
configuration of these interfaces.
See
Chapter 4, “Configuring High Availability (HA)”
for details on configuring HA.