Not sure wether this belongs here or in internet & security.
Bsicaly I have a /29 subnet on the internet provided by my ISP and my growing number of servers and workstations and devices has stretched it to its limit in routing mode. I have begged my ISP for a /28 but as i cant justify it, and the world is running short on IPv4 adresses they wont let me have one.
My solution would be to buy a Draytek Vigor 2600 router , which means i can put my network on a local subnet, say 192.168.1.0/24 then this router is capable of me setting up what it calls WAN IP aliases so the 6 unused ip adresses (network, broadcast and router are taken) in my /29 could be forwarded to 6 ip addresess i specify on my /24 network.
lets say i wan ip alias internet ip adress 123.123.123.123 to 192.168.0.10
the router cleverly shows all outgoing traffic on the wan port which comes from 192.168.0.10 on the lan port to be coming from 123.123.123.123 and then any traffic comign in on the routers wan port adressed for 123.123.123.123 it forwards to 192.168.0.10 . this means that whilst 192.168.0.10 can co-exist on my now much mor eexpndable network, it can also benefit from public ips and be accessable fro mthe outside.
However, i cannot afford a Draytek vigor router, but i do have a spare pc (p2-300 256mb ram 2 nics
I have been looking at linux distros to do this. one i have seen has been ipcop which seems to manage this only half way, it can masquerade traffic inwards but not outwards.
I have also looked at smoothwall which doesnt seem to have the ability to do this at all.
can anyone suggest a solution and/or point me in the right direction ?
BTW the linux box also acting as a firewall would be nice, but its not necaserry as i can firewall the machines themselves.