One issue with using 1:1 NAT in place of Virtual IPs:
Reduced configuration ability - specifically, netmask. My issue:
I have 5 IPv4 static addresses my ISP has provided: xxx.xxx.xxx.33 - ...37
In order for the transparent passthru to work, the way my ISP's gateway is set up, I need to be able to have any IPs configured with the netmask 255.255.248.0 for the routing to work between the statics. E.g., I need to see something like this in ifconfig:
| Code: |
eth0:1 Link encap:Ethernet HWaddr 00:40:05:XX:XX:XX
inet addr:XXX.XXX.XXX.36 Bcast:XXX.XXX.183.255 Mask:255.255.248.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:22 Base address:0xc00
|
When I create virtual IPs using the 1:1 NAT function, I get this:
| Code: |
eth0:200 Link encap:Ethernet HWaddr 00:40:05:XX:XX:XX
inet addr:XXX.XXX.XXX.37 Bcast:XXX.XXX.180.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:22 Base address:0xc00
|
With the result that the inter-ip routing on the ISP's side does not work.
There is no way in the UI (unless I'm a complete dolt) to configure the netmask.
Is there a plan to do this at all, or is it just that I'm a newbie? Or have I been smoking some good sh*t and completely missed it?
Cheers all
~Sam