My config:
public LAN x.y.z.0/255.255.255.0, ASL NIC: x.y.z.118, default gateway x.y.z.100
DMZ LAN p.q.3.0/255.255.255.0, ASL NIC: p.q.3.1
Private LAN: p.q.2.0/255.255.255.0, ASL NIC[:P].q.2.1
where p=192, q=168
Now I have a machine (x.y.z.51) with a http server I want in the DMZ, if I add its public IP address to the DMZ NIC, e.g.
x.y.z.51
and then set public NIC to proxy ARP, as I understand it ASL will pass packets aimed at x.y.z.51 from the public NIC to the DMZ NIC
My question is what network setup do I give the machine in the DMZ.
Do I set its IP to DMZ network p.q.3.51/255.255.255.0 GW p.q.3.1
or do I set its IP to public network/ public gateway
x.y.z.51/255.255.255.0 GW x.y.z.100
or do I set its IP to public network but with public NIC as gateway
x.y.z.51/255.255.255.0 GW x.y.z.118
or some other option..
thanks in advance for any advice.
Regards,
Dave.
- public LAN x.y.z.0/255.255.255.0, ASL NIC: x.y.z.118 default gateway x.y.z.100
This thread was automatically locked due to age.