- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-09-2022 12:59 PM
I am trying to build firewall from scratch. Our use case is to secure 3 servers with separate DSP connected to PA-220. We do not have any managed switch or router between ISP to firewall. It is direct from modem to firewall.
Can anyone help with this? Palo Alto's documentation isnt helpful as I am not network guru.
03-10-2022 01:12 AM
Hi @PranamShah ,
That a broad request. I'd recommend checking out some of the getting started guides. You'll find plenty of those on our LIVEcommunity YouTube channel over a variety of different topics.
There's also the getting started documentation DOC which provides detailed steps to help you deploy a new Palo Alto Networks next-generation firewall.
These should definitely help to get you started.
Cheers,
-Kiwi.
03-10-2022 06:19 AM
Thanks Kiwi.
Do you know if my use case as below is Valid?
Do I need to have Switch (L3) / Router (L3) between my servers and PA-220 or can I directly plug in Servers to PA-220?
03-10-2022 08:17 AM
A switch would be L2, not L3. You can connect the servers directly to the PA-220, but you will need to decide if each port will be its own network (L3 routing thru the PaloAlto between servers), or if you will try to bridge all 3 server ports together into a single L2 network. See this for bridging L2 ports:
https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClRqCAK
03-10-2022 04:48 PM
Thanks Adrian.
L2 switch is an unmanaged switch isn't it? Managed switch would be L3?
So basically I can not connect Server/VM Hosts directly to one one of 8 available interfaces on PA-220? Do I have to have a switch? And if yes, will unmanaged switch work or do I have to buy a managed switch?
Also for the internet to PA-220, can I connect ISP Modem directly to PA-220 and configure public IP on either management port or one of the interfaces?
Something like below is what I want to achieve. Is it viable?
Sorry to ask some basics but I am a bit new to this.
03-10-2022 05:02 PM - edited 03-10-2022 05:11 PM
Hi @PranamShah ,
Yes, it is viable.
Thanks,
Tom
03-11-2022 09:15 AM - edited 03-11-2022 09:17 AM
@PranamShah wrote:L2 switch is an unmanaged switch isn't it? Managed switch would be L3
No... A switch is always an L2 device, a device that receives packets in one port and sends packets out to other ports based on destination MAC address. It works on layer 2, the packet MAC hardware destination address. (OK... this gets a bit complicated as there are L2/L3+ switches, but for the definition of "switch", it is always a layer 2 device). An unmanaged switch is just that, a collection of ports that just pass packets based on MAC destination. A managed switch allows you to segment the switch into different layer 2 domains (VLANs), acting as multiple switches in one. (ports 1-4 are one VLAN, ports 5-6 are a different VLAN, etc., packets from 1-4 don't pass to ports 5-6).
A L3 device works on layer 3 - the IP address. It receives packets on one port (this is typically the gateway IP of the network) and routes them to other ports/networks based on the destination IP address. Hence an L3 device is a router.
The PaloAlto ports can be configured as L3 router ports (the default) or as L2 switch ports (done by creating a VLAN to route L3 on and assigning it to multiple ports).
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!