I have an issue with the four port NIC card. In network settings I only see eth0 and eth1.
Here is the ifconfig:
__________________________
__________
__________
__________
__________
__________
___
> ifconfig
eth0 Link encap:Ethernet HWaddr 00:1A:4B:AE:75:A3
inet addr:xxx.xxx.xxx..123 Bcast:xxx.xxx.xxx.127 Mask:255.255.255.248
inet6 addr: fe80::21a:4bff:feae:75a3/6
4 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12605527 errors:0 dropped:0 overruns:0 frame:0
TX packets:14922590 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3709116682 (3.4 GiB) TX bytes:3084327167 (2.8 GiB)
Interrupt:16
eth1 Link encap:Ethernet HWaddr 00:15:60:A3:C1:12
inet addr:xxx.xxx.xxx.122 Bcast:xxx.xxx.xxx.127 Mask:255.255.255.248
inet6 addr: fe80::215:60ff:fea3:c112/6
4 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:10011 (9.7 KiB)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:680215 errors:0 dropped:0 overruns:0 frame:0
TX packets:680215 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:164142772 (156.5 MiB) TX bytes:164142772 (156.5 MiB)
__________________________
__________
__________
__________
__________
______
Here is the result of lspci:
__________________________
__________
__________
__________
__________
_______
> lspci
00:00.0 Host bridge: Intel Corporation E7230 Memory Controller Hub (rev c0)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.4 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5 (rev 01)
00:1c.5 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 RAID bus controller: Intel Corporation 82801GR/GH (ICH7 Family) Serial ATA Storage Controllers cc=RAID (rev 01)
03:00.0 VGA compatible controller: Matrox Graphics, Inc. Unknown device 0522 (rev 02)
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 21)
0a:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705_2 Gigabit Ethernet (rev 03)
__________________________
__________
__________
__________
__________
__________
____
My goal is to assign static ips for eCommerce web sites. We have several projects our Web Developers are working on that require this.
Thanks in advance for your assistance