I have 80.10.100.1/26, therefore 64 IP addresses.
I have two Network Interface Cards
NIC's have separate cat5e cables going into router. I want to speed up network speed uploading and downloading by using both network cards giving one 30 host addresses and other 30.
So my conf would be like
eth0
eth1
But whatever I try WHM uses bounding still like this
WHM for some reason doesnt understand that IP addresses above 80.10.100.33 should be eth1 not eth0 so it should be
but it's not, what may I be doing wrong.
Code:
Host address range: 80.10.100.1 - 80.10.100.62
Subnet mask: 255.255.255.192
Broadcast address: 80.10.100.63
NIC's have separate cat5e cables going into router. I want to speed up network speed uploading and downloading by using both network cards giving one 30 host addresses and other 30.
So my conf would be like
eth0
Code:
Host address range: 80.10.100.1 - 80.10.100.30
Broadcast address: 80.10.100.31
Subnet mask: 255.255.255.224
Code:
Host address range: 80.10.100.33 - 80.10.100.62
Broadcast address: 80.10.100.63
Subnet mask: 255.255.255.224
Code:
80.10.100.2
Main/shared IP for host, root
Nameserver: ns1.hostname.com eth0
80.10.100.3 eth0:cp1 Remove
80.10.100.4 eth0:cp2 Remove
80.10.100.5 eth0:cp3 Remove
80.10.100.6 eth0:cp4 Remove
80.10.100.7 eth0:cp5 Remove
80.10.100.8 eth0:cp6 Remove
80.10.100.9 eth0:cp7 Remove
...
80.10.100.29 eth0:cp36 Remove
...
80.10.100.40 [Main Address]
Nameserver: ns2.hostname.com eth1
...
80.10.100.45 eth0:cp52 Remove
80.10.100.46 eth0:cp53 Remove
WHM for some reason doesnt understand that IP addresses above 80.10.100.33 should be eth1 not eth0 so it should be
Code:
80.10.100.45 eth1:cp52 Remove
80.10.100.46 eth1:cp53 Remove