This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Public AND private IP's on same network

Hello all. I am trying to set up a network. I am familiar with setting up networks that work with NAT, but this is a bit different than what I have done.

I have a SDSL line that I have a /28 Public IP range. I am using 1 IP to provide Nat'd addresses. The problem is that I also want to be able to assign my public IP's to machines on the same physical network. I can't use VLAN's etc.

Here's a diagram (Attempt)

Code:

x.x.36.178      x.x.36.79    
SDSL-----------Firewall/NAT-----------Switchportsswitch
               192.168.1.1           |     |     |     |     |
                                    pub   pri  pri   pub
                                   36.80  1.2 1.3  36.81


So in the diagram (probably not much help), I want to be able to assign routable IP addresses to the public machines and private IP's to others.

I don't care about them being on the same IP network etc. I just want to be able to use ASTARO for DHCP and NAT for machines that haven't been assigned a routable IP AND for the ones that have a public IP.

Is this possible?

Thanks!
Aaron
         


This thread was automatically locked due to age.
Parents
  • Enable DHCP on your Astaro box and configure static mapping to assign a specific IP to a specific box (by specifying the mac address to each IP addy).
      
  • This is a good example where multiple interface DHCP comes in handy.

    If one of your groups is not numerous, you can also do static assignments for that group; remember that many OSes permit multiple IPs on an interface.

    One other 'plumbing' way to do it is to segment the two networks onto two LANs; then have a dedicated DHCP server on each LAN. That would be a solution for a BIG shop.

    Should be interesting to see if 5 has multiple interface DHCP...
        
Reply
  • This is a good example where multiple interface DHCP comes in handy.

    If one of your groups is not numerous, you can also do static assignments for that group; remember that many OSes permit multiple IPs on an interface.

    One other 'plumbing' way to do it is to segment the two networks onto two LANs; then have a dedicated DHCP server on each LAN. That would be a solution for a BIG shop.

    Should be interesting to see if 5 has multiple interface DHCP...
        
Children
No Data