Follow Us !!

Wednesday 31 January 2018

Virtual private network [VPN]



virtual private network (VPN) extends a private network across a public network, and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. Applications running across the VPN may therefore benefit from the functionality, security, and management of the private network.
VPNs may allow employees to securely access a corporate intranet while located outside the office. They are used to securely connect geographically separated offices of an organization, creating one cohesive network. Individual Internet users may secure their transactions with a VPN, to circumvent geo-restrictions and censorship, or to connect to proxy servers for the purpose of protecting personal identity and location. However, some Internet sites block access to known VPN technology to prevent the circumvention of their geo-restrictions.
A VPN is created by establishing a virtual point-to-point connection through the use of dedicated connections, virtual tunneling protocols, or traffic encryption. A VPN available from the public Internet can provide some of the benefits of a wide area network (WAN). From a user perspective, the resources available within the private network can be accessed remotely.
Traditional VPNs are characterized by a point-to-point topology, and they do not tend to support or connect broadcast domains, so services such as Microsoft Windows NetBIOS may not be fully supported or work as they would on a local area network (LAN). Designers have developed VPN variants, such as Virtual Private LAN Service (VPLS), and Layer 2 Tunneling Protocols (L2TP), to overcome this limitation.

Types

Early data networks allowed VPN-style remote connectivity through dial-up modem or through leased line connections utilizing Frame Relay and Asynchronous Transfer Mode (ATM) virtual circuits, provisioned through a network owned and operated by telecommunication carriers. These networks are not considered true VPNs because they passively secure the data being transmitted by the creation of logical data streams. They have been replaced by VPNs based on IP and IP/Multi-protocol Label Switching (MPLS) Networks, due to significant cost-reductions and increased bandwidth provided by new technologies such as Digital Subscriber Line (DSL) and fiber-optic networks.
VPNs can be either remote-access (connecting a computer to a network) or site-to-site (connecting two networks). In a corporate setting, remote-access VPNs allow employees to access their company's intranet from home or while travelling outside the office, and site-to-site VPNs allow employees in geographically disparate offices to share one cohesive virtual network. A VPN can also be used to interconnect two similar networks over a dissimilar middle network; for example, two IPv6 networks over an IPv4 network.
VPN systems may be classified by:
  • The tunneling protocol used to tunnel the traffic
  • The tunnel's termination point location, e.g., on the customer edge or network-provider edge
  • The type of topology of connections, such as site-to-site or network-to-network
  • The levels of security provided
  • The OSI layer they present to the connecting network, such as Layer 2 circuits or Layer 3 network connectivity
  • The number of simultaneous connections

Security mechanisms

VPNs cannot make online connections completely anonymous, but they can usually increase privacy and security. To prevent disclosure of private information, VPNs typically allow only authenticated remote access using tunneling protocols and encryption techniques.
The VPN security model provides:
Secure VPN protocols include the following:

Authentication

Tunnel endpoints must be authenticated before secure VPN tunnels can be established. User-created remote-access VPNs may use passwordsbiometricstwo-factor authenticationor other cryptographic methods. Network-to-network tunnels often use passwords or digital certificates. They permanently store the key to allow the tunnel to establish automatically, without intervention from the administrator.

Routing

Tunneling protocols can operate in a point-to-point network topology that would theoretically not be considered as a VPN, because a VPN by definition is expected to support arbitrary and changing sets of network nodes. But since most router implementations support a software-defined tunnel interface, customer-provisioned VPNs often are simply defined tunnels running conventional routing protocols.

Provider-provisioned VPN building-blocks

Depending on whether a provider-provisioned VPN (PPVPN) operates in layer 2 or layer 3, the building blocks described below may be L2 only, L3 only, or combine them both. Multi-protocol label switching (MPLS) functionality blurs the L2-L3 identity.
RFC 4026 generalized the following terms to cover L2 and L3 VPNs, but they were introduced in RFC 2547. More information on the devices below can also be found in Lewis, Cisco Press.
Customer (C) devices
A device that is within a customer's network and not directly connected to the service provider's network. C devices are not aware of the VPN.
Customer Edge device (CE)
A device at the edge of the customer's network which provides access to the PPVPN. Sometimes it is just a demarcation point between provider and customer responsibility. Other providers allow customers to configure it.
Provider edge device (PE)
A PE is a device, or set of devices, at the edge of the provider network which connects to customer networks through CE devices and presents the provider's view of the customer site. PEs are aware of the VPNs that connect through them, and maintain VPN state.
Provider device (P)
A P device operates inside the provider's core network and does not directly interface to any customer endpoint. It might, for example, provide routing for many provider-operated tunnels that belong to different customers' PPVPNs. While the P device is a key part of implementing PPVPNs, it is not itself VPN-aware and does not maintain VPN state. Its principal role is allowing the service provider to scale its PPVPN offerings, for example, by acting as an aggregation point for multiple PEs. P-to-P connections, in such a role, often are high-capacity optical links between major locations of providers.

User-visible PPVPN services

OSI Layer 2 services

Virtual LAN

Virtual LAN (VLAN) is a Layer 2 technique that allow for the coexistence of multiple local area network (LAN) broadcast domains, interconnected via trunks using the IEEE 802.1Qtrunking protocol. Other trunking protocols have been used but have become obsolete, including Inter-Switch Link (ISL), IEEE 802.10 (originally a security protocol but a subset was introduced for trunking), and ATM LAN Emulation (LANE).
Virtual private LAN service (VPLS)
Developed by Institute of Electrical and Electronics Engineers, VLANs allow multiple tagged LANs to share common trunking. VLANs frequently comprise only customer-owned facilities. Whereas VPLS as described in the above section (OSI Layer 1 services) supports emulation of both point-to-point and point-to-multipoint topologies, the method discussed here extends Layer 2 technologies such as 802.1d and 802.1q LAN trunking to run over transports such as Metro Ethernet.
As used in this context, a VPLS is a Layer 2 PPVPN, rather than a private line, emulating the full functionality of a traditional LAN. From a user standpoint, a VPLS makes it possible to interconnect several LAN segments over a packet-switched, or optical, provider core; a core transparent to the user, making the remote LAN segments behave as one single LAN.
In a VPLS, the provider network emulates a learning bridge, which optionally may include VLAN service.
Pseudo wire (PW)
PW is similar to VPLS, but it can provide different L2 protocols at both ends. Typically, its interface is a WAN protocol such as Asynchronous Transfer Mode or Frame Relay. In contrast, when aiming to provide the appearance of a LAN contiguous between two or more locations, the Virtual Private LAN service or IPLS would be appropriate.
Ethernet over IP tunneling
EtherIP (RFC 3378) is an Ethernet over IP tunneling protocol specification. EtherIP has only packet encapsulation mechanism. It has no confidentiality nor message integrity protection. EtherIP was introduced in the FreeBSD network stack and the SoftEther VPN  server program.
IP-only LAN-like service (IPLS)
A subset of VPLS, the CE devices must have Layer 3 capabilities; the IPLS presents packets rather than frames. It may support IPv4 or IPv6.

OSI Layer 3 PPVPN architectures

This section discusses the main architectures for PPVPNs, one where the PE disambiguates duplicate addresses in a single routing instance, and the other, virtual router, in which the PE contains a virtual router instance per VPN. The former approach, and its variants, have gained the most attention.
One of the challenges of PPVPNs involves different customers using the same address space, especially the IPv4 private address space. The provider must be able to disambiguate overlapping addresses in the multiple customers' PPVPNs.
BGP/MPLS PPVPN
In the method defined by RFC 2547, BGP extensions advertise routes in the IPv4 VPN address family, which are of the form of 12-byte strings, beginning with an 8-byte route distinguisher (RD) and ending with a 4-byte IPv4 address. RDs disambiguate otherwise duplicate addresses in the same PE.
PEs understand the topology of each VPN, which are interconnected with MPLS tunnels, either directly or via P routers. In MPLS terminology, the P routers are Label Switch Routerswithout awareness of VPNs.
Virtual router PPVPN
The virtual router architecture, as opposed to BGP/MPLS techniques, requires no modification to existing routing protocols such as BGP. By the provisioning of logically independent routing domains, the customer operating a VPN is completely responsible for the address space. In the various MPLS tunnels, the different PPVPNs are disambiguated by their label, but do not need routing distinguishers.

Unencrypted tunnels

Some virtual networks use tunneling protocols without encryption for protecting the privacy of data. While VPNs often do provide security, an unencrypted overlay network does not neatly fit within the secure or trusted categorization. For example, a tunnel set up between two hosts with Generic Routing Encapsulation (GRE) is a virtual private network, but neither secure nor trusted.
Native plaintext tunneling protocols include Layer 2 Tunneling Protocol (L2TP) when it is set up without IPsec and Point-to-Point Tunneling Protocol (PPTP) or Microsoft Point-to-Point Encryption (MPPE).

Trusted delivery networks

Trusted VPNs do not use cryptographic tunneling, and instead rely on the security of a single provider's network to protect the traffic.
  • Multi-Protocol Label Switching (MPLS) often overlays VPNs, often with quality-of-service control over a trusted delivery network.
  • L2TP which is a standards-based replacement, and a compromise taking the good features from each, for two proprietary VPN protocols: Cisco's Layer 2 Forwarding (L2F) (obsolete as of 2009) and Microsoft's Point-to-Point Tunneling Protocol (PPTP).
From the security standpoint, VPNs either trust the underlying delivery network, or must enforce security with mechanisms in the VPN itself. Unless the trusted delivery network runs among physically secure sites only, both trusted and secure models need an authentication mechanism for users to gain access to the VPN.

VPNs in mobile environments

Mobile virtual private networks are used in settings where an endpoint of the VPN is not fixed to a single IP address, but instead roams across various networks such as data networks from cellular carriers or between multiple Wi-Fi access points. Mobile VPNs have been widely used in public safety, where they give law enforcement officers access to mission-critical applications, such as computer-assisted dispatch and criminal databases, while they travel between different subnets of a mobile network.They are also used in field service management and by healthcare organizations, among other industries.
Increasingly, mobile VPNs are being adopted by mobile professionals who need reliable connections. They are used for roaming seamlessly across networks and in and out of wireless coverage areas without losing application sessions or dropping the secure VPN session. A conventional VPN can not withstand such events because the network tunnel is disrupted, causing applications to disconnect, time out,or fail, or even cause the computing device itself to crash.
Instead of logically tying the endpoint of the network tunnel to the physical IP address, each tunnel is bound to a permanently associated IP address at the device. The mobile VPN software handles the necessary network authentication and maintains the network sessions in a manner transparent to the application and the user. The Host Identity Protocol(HIP), under study by the Internet Engineering Task Force, is designed to support mobility of hosts by separating the role of IP addresses for host identification from their locator functionality in an IP network. With HIP a mobile host maintains its logical connections established via the host identity identifier while associating with different IP addresses when roaming between access networks.

VPN on routers

With the increasing use of VPNs, many have started deploying VPN connectivity on routers for additional security and encryption of data transmission by using various cryptographic techniques. Setting up VPN support on a router and establishing a VPN allows any networked device to have access to the entire network—all devices look like local devices with local addresses. Supported devices are not restricted to those capable of running a VPN client.
Many router manufacturers supply routers with built-in VPN clients. Some use open-source firmware such as DD-WRTOpenWRT and Tomato, in order to support additional protocols such as OpenVPN.
Setting up VPN services on a router requires a deep knowledge of network security and careful installation. Minor misconfiguration of VPN connections can leave the network vulnerable. Performance will vary depending on the ISP.

Networking limitation

One major limitation of traditional VPNs is that they are point-to-point, and do not tend to support or connect broadcast domains. Therefore, communication, software, and networking, which are based on layer 2 and broadcast packets, such as NetBIOS used in Windows networking, may not be fully supported or work exactly as they would on a real LAN. Variants on VPN, such as Virtual Private LAN Service (VPLS), and layer 2 tunneling protocols, are designed to overcome this limitation.


Monday 29 January 2018

Palo Alto Network - Configure Active & Passive HA

Configure Active/Passive HA

The following procedure shows how to configure a pair of firewalls in an active/passive deployment as depicted in the following example topology.
HA_topology.png
To configure an active/passive HA pair, first complete the following workflow on the first firewall and then repeat the steps on the second firewall.
  1. Step 1 - Connect the HA ports to set up a physical connection between the firewalls.
    • For firewalls with dedicated HA ports, use an Ethernet cable to connect the dedicated HA1 ports and the HA2 ports on peers. Use a crossover cable if the peers are directly connected to each other.
    • For firewalls without dedicated HA ports, select two data interfaces for the HA2 link and the backup HA1 link. Then, use an Ethernet cable to connect these in-band HA interfaces across both firewalls.
    Use the management port for the HA1 link and ensure that the management ports can connect to each other across your network.
    • Step 2 - Enable ping on the management port. 
    Enabling ping allows the management port to exchange heartbeat backup information.
    • Select DeviceSetupManagement and edit the Management Interface Settings.
    • Select Ping as a service that is permitted on the interface.
  2. Step 3 - If the firewall does not have dedicated HA ports, set up the data ports to function as HA ports.
    • For firewalls with dedicated HA ports continue to the next step.
    • Select NetworkInterfaces.
    • Confirm that the link is up on the ports that you want to use.
    • Select the interface and set Interface Type to HA.
    • Set the Link Speed and Link Duplex settings, as appropriate.
  3. Step 4 - Set the HA mode and group ID.
    • Select DeviceHigh AvailabilityGeneral and edit the Setup section.
    • Set a Group ID and optionally a Description for the pair. The Group ID uniquely identifies each HA pair on your network. If you have multiple HA pairs that share the same broadcast domain you must set a unique Group ID for each pair.
    • Set the mode to Active Passive.
  4. Step 5 - Set up the control link connection.
    • This example shows an in-band port that is set to interface type HA.
    • For firewalls that use the management port as the control link, the IP address information is automatically pre-populated.
    • In DeviceHigh AvailabilityGeneral, edit the Control Link (HA1) section.
    • Select the Port that you have cabled for use as the HA1 link.
    • Set the IPv4/IPv6 Address and Netmask.
    • If the HA1 interfaces are on separate subnets, enter the IP address of the Gateway. Do not add a gateway address if the firewalls are directly connected
  5. Step 6 - (Optional) Enable encryption for the control link connection.
    This is typically used to secure the link if the two firewalls are not directly connected, that is if the ports are connected to a switch or a router.
    • Export the HA key from one firewall and import it into the peer firewall.
      1. Select DeviceCertificate ManagementCertificates.
      2. Select Export HA key. Save the HA key to a network location that the peer can access.
      3. On the peer firewall, select DeviceCertificate ManagementCertificates, and select Import HA key to browse to the location that you saved the key and import it in to the peer.
    • Select DeviceHigh AvailabilityGeneral, edit the Control Link (HA1) section.
    • Select Encryption Enabled.
  6. Step 7 - Set up the backup control link connection.
    • In DeviceHigh AvailabilityGeneral, edit the Control Link (HA1 Backup) section.
    • Select the HA1 backup interface and set the IPv4/IPv6 Address and Netmask.
  7. Step 8 - Set up the data link connection (HA2) and the backup HA2 connection between the firewalls.
    • In DeviceHigh AvailabilityGeneral, edit the Data Link (HA2) section.
    • Select the Port to use for the data link connection.
    • Select the Transport method. The default is ethernet, and will work when the HA pair is connected directly or through a switch. If you need to route the data link traffic through the network, select IP or UDP as the transport mode.
    • If you use IP or UDP as the transport method, enter the IPv4/IPv6 Address and Netmask.
    • Verify that Enable Session Synchronization is selected. 
    Select HA2 Keep-alive to enable monitoring on the HA2 data link between the HA peers. If a failure occurs based on the threshold that is set (default is 10000 ms), the defined action will occur. For active/passive configuration, a critical system log message is generated when an HA2 keep-alive failure occurs.
    1. You can configure the HA2 keep-alive option on both firewalls, or just one firewall in the HA pair. If the option is only enabled on one firewall, only that firewall will send the keep-alive messages. The other firewall will be notified if a failure occurs.
    2. Edit the Data Link (HA2 Backup) section, select the interface, and add the IPv4/IPv6 Address and Netmask.
  8. Step 9 - Enable heartbeat backup if your control link uses a dedicated HA port or an in-band port.
    You do not need to enable heartbeat backup if you are using the management port for the control link.
    • In DeviceHigh AvailabilityGeneral, edit the Election Settings.
    • Select Heartbeat Backup.
    • To allow the heartbeats to be transmitted between the firewalls, you must verify that the management port across both peers can route to each other.
    1. Enabling heartbeat backup also allows you to prevent a split-brain situation. Split brain occurs when the HA1 link goes down causing the firewall to miss heartbeats, although the firewall is still functioning. In such a situation, each peer believes that the other is down and attempts to start services that are running, thereby causing a split brain. When the heartbeat backup link is enabled, split brain is prevented because redundant heartbeats and hello messages are transmitted over the management port.
  9. Step 10 - Set the device priority and enable preemption.
    This setting is only required if you wish to make sure that a specific firewall is the preferred active firewall. For information, see Device Priority and Preemption .
    1. In DeviceHigh AvailabilityGeneral, edit the Election Settings.
    2. Set the numerical value in Device Priority. Make sure to set a lower numerical value on the firewall that you want to assign a higher priority to.
      If both firewalls have the same device priority value, the firewall with the lowest MAC address on the HA1 control link will become the active firewall.
    3. Select Preemptive.
      You must enable preemptive on both the active firewall and the passive firewall.
  10. Step 11 - (Optional) Modify the HA Timers .
    By default, the HA timer profile is set to the Recommended profile and is suited for most HA deployments.
    • In DeviceHigh AvailabilityGeneral, edit the Election Settings.
    • Select the Aggressive profile for triggering failover faster; select Advanced to define custom values for triggering failover in your set up.
    1. To view the preset value for an individual timer included in a profile, select Advanced and click Load Recommended or Load Aggressive. The preset values for your hardware model will be displayed on screen.
  11. Step 12 - (Optional), only configured on the passive firewall) Modify the link status of the HA ports on the passive firewall.
    The passive link state is shutdown, by default. After you enable HA, the link state for the HA ports on the active firewall will be green and those on the passive firewall will be down and display as red.
    Setting the link state to Auto allows for reducing the amount of time it takes for the passive firewall to take over when a failover occurs and it allows you to monitor the link state.
    To enable the link status on the passive firewall to stay up and reflect the cabling status on the physical interface:
    • In DeviceHigh AvailabilityGeneral, edit the Active Passive Settings.
    • Set the Passive Link State to Auto.
    • The auto option decreases the amount of time it takes for the passive firewall to take over when a failover occurs.
    1. Although the interface displays green (as cabled and up) it continues to discard all traffic until a failover is triggered.
      When you modify the passive link state, make sure that the adjacent devices do not forward traffic to the passive firewall based only on the link status of the firewall.
  12. Step 13 - Enable HA.
    • Select DeviceHigh AvailabilityGeneral and edit the Setup section.
    • Select Enable HA.
    • Select Enable Config Sync. This setting enables the synchronization of the configuration settings between the active and the passive firewall.
    • Enter the IP address assigned to the control link of the peer in Peer HA1 IP Address.
    • For firewalls without dedicated HA ports, if the peer uses the management port for the HA1 link, enter the management port IP address of the peer.Enter the Backup HA1 IP Address.
  13. Step 14 - (Optional) Enable LACP and LLDP Pre-Negotiation for Active/Passive HA for faster failover if your network uses LACP or LLDP.
    Enable LACP and LLDP before configuring HA pre-negotiation for the protocol if you want pre-negotiation to function in active mode.
    • Ensure that in Step 12 you set the link state to Auto.
    • Select NetworkInterfacesEthernet.
     
    • To enable LACP active pre-negotiation:
      1. Select an AE interface in a Layer 2 or Layer 3 deployment.
      2. Select the LACP tab.
      3. Select Enable in HA Passive State.
      4. Click OK.
        You cannot also select Same System MAC Address for Active-Passive HAbecause pre-negotiation requires unique interface MAC addresses on the active and passive firewalls.
    1. To enable LACP passive pre-negotiation:
      1. Select an Ethernet interface in a virtual wire deployment.
      2. Select the Advanced tab.
      3. Select the LACP tab.
      4. Select Enable in HA Passive State.
      5. Click OK.
    2. To enable LLDP active pre-negotiation:
      1. Select an Ethernet interface in a Layer 2, Layer 3, or virtual wire deployment.
      2. Select the Advanced tab.
      3. Select the LLDP tab.
      4. Select Enable in HA Passive State.
      5. Click OK.
        If you want to allow LLDP passive pre-negotiation for a virtual wire deployment, perform Step e but do not enable LLDP itself.
  14. Step 15 - Save your configuration changes.
    Click Commit.
  15. Step 16 - After you finish configuring both firewalls, verify that the firewalls are paired in active/passive HA.
    1. Access the Dashboard on both firewalls, and view the High Availability widget.
    2. On the active firewall, click the Sync to peer link.
    3. Confirm that the firewalls are paired and synced, as shown as follows:
      • On the passive firewall: the state of the local firewall should display passive and the Running Config should show as synchronized.
      • On the active firewall: The state of the local firewall should display active and the Running Config should show as synchronized.

How to set up and manage an FTP server on Windows 10

You can build your own private cloud to share and transfer files without restrictions using Windows 10's FTP server feature, and in this...