I a a newbie on ASL; I want insert ASL into a direct connected LAN (without changing LAN IP for the moment).
ASCII art from an old Gert Hansen post:
Sketch:=======
Interfaces:
(1) CableModem/Router Interface
IP : 200.1.1.1
Netmask: 255.255.255.0
(2) Astaro External Interface (eth1):
Name : External
IP : 200.1.1.2 ???
Netmask: 255.255.255.0 ???
(3) Astaro DMZ Interface (eth2):
Name : DMZ
IP : 200.1.1.65 ???
Netmask: 255.255.255.240
(4) Astaro Internal Interface (eth0)
Name : External
IP : 192.168.1.1
Netmask: 255.255.255.0
Definition LAN:
---------------
Network : 192.168.1.0/255.255.255.0
Default Gateway : 192.168.1.1
(for all PCs connected to the LAN)
Definition DMZ:
---------------
Network : 200.1.1.64/255.255.255.240
Default Gateway : 200.1.1.65
(for all PCs connected to the DMZ)
Definition OldLan:
---------------
Network : 200.1.1.0/255.255.255.0
Default Gateway : 200.1.1.1
(for all PCs connected to the OldLan)
What I like to do:
====================
- Bring my LAN online through the Firewall (now there is a Linux-Box that do Masquerading)
- Partially Move Boxes From OldLan in the DMZ (without changing IPs)(some Box ie.e Terminal Server, must remain in OldLan)
- Servers/services moved in DMZ are: SSH, FTP, DNS, MAIL (SMTP, POP, IMAP), HTTP(S), MySQL, Radius (from TS that stay in OldLan), PcAnywhere
Thanks, F.
[This message has been edited by Markus Hennig (edited 15 March 2001).]
This thread was automatically locked due to age.