I'm new at using Astaro. I'm also pretty new at all of this.
With saying that I hope someone out there can help me.
I have a box witch has 3 NIC's. I want to test how good this firewall solution really is. I have a "/26" net.
After what I have understood by reading her, I can't get the Astaro to work as a bridging firewall.
That means that I cant make the firewall act as a switch. My first question is; "Is this is right"
I have tried to SNAT/DNAT (what is the different between these two?) ip's with little success.
Currently my network is connected right into a switch, but this offers little security.
Can enyone help me with the rules I need to make using SNAT/NAT/route to give my home computers
access to the Inetnett WITH different ip's on the Inetnett?
--------------------------------------------------------------------------------------------
(Internet) ----( fw )----( switch )
| | | |--(PC_01)
| | |----(PC_02)
| |-------(PC_03)
|----------(PC_04)
NIC_exsternal = xxx.xxx.xxx.199 netmask: 255.255.255.192 gateway: xxx.xxx.xxx.193
NIC_internal = 10.0.0.1 netmask: 255.255.255.0 gateway: "none"
PC_01 = inet: 10.0.0.31 netmask: 255.255.255.0 gateway: 10.0.0.1
PC_02 = inet: 10.0.0.32 netmask: 255.255.255.0 gateway: 10.0.0.1
PC_03 = inet: 10.0.0.33 netmask: 255.255.255.0 gateway: 10.0.0.1
PC_04 = inet: 10.0.0.34 netmask: 255.255.255.0 gateway: 10.0.0.1
--------------------------------------------------------------------------------------------
These are the rule that I have made: (please tell me what I have done right/wrong)
+--------------------------------------------------------+
|Definitions/Nettwork |
+--------------------------------------------------------+
|Name: IP address: Subnet mask: |
|LAN_PC01 10.0.0.31 255.255.255.255 |
|LAN_PC02 10.0.0.32 255.255.255.255 |
|LAN_PC03 10.0.0.33 255.255.255.255 |
|LAN_PC04 10.0.0.34 255.255.255.255 |
+---------------------------------------------------------
+-----------------------------------------------------------------------------+
|Network/Interfaces |
+-----------------------------------------------------------------------------+
| |
|Name: IP address: Subnet mask: Gateway: |
|DMZ (Stand..) on eth1 10.0.1.0 255.255.255.0 none |
|LAN (Stand..) on eth2 10.0.0.1 255.255.255.0 none |
|WAN (Stand..) on eth0 x.x.x.199 255.255.255.192 x.x.x..193 |
| |
|WAN_PC01 (Additional..)on eth0 x.x.x.231 255.255.255.192 x.x.x.193 |
|WAN_PC02 (Additional..)on eth0 x.x.x.232 255.255.255.192 x.x.x.193 |
|WAN_PC03 (Additional..)on eth0 x.x.x.233 255.255.255.192 x.x.x.193 |
|WAN_PC04 (Additional..)on eth0 x.x.x.234 255.255.255.192 x.x.x.193 |
+-----------------------------------------------------------------------------+
+-------------------------------------------------------------+
|Network/"NAT/Masquerading": NAT Rules |
+-------------------------------------------------------------+
|Name Match parameters SRC translation DST translation |
|LAN til WAN LAN_PC01 -> Any / Any WAN_PC01 None |
|WAN til LAN Any -> WAN_PC01 / Any None LAN_PC01 |
|(and so on .. I'm lazy ..) |
+ ------------------------------------------------------------+
+---------------------------------------------------------------------+
|Packet Filter: |
+---------------------------------------------------------------------+
|Any Any Any Allow |
|(just so that I could get things working. I will redefine this when |
| I get the network sharing to work ;D) |
+---------------------------------------------------------------------+
Network/Routing = "nothing"
This was written in notpad .. Look her to see how it was supposed to look; http://194.19.69.167/~lodgin/help.html
I hope someone can help me
This thread was automatically locked due to age.