Monday, March 12, 2012

adaptiveVPN, modifications

IPSec client modifications. To support adaptiveVPN, modifications have been made to both theLucent IKE module and the IPSec NDIS driver. TheLucent IKE module has been modified so that it cannegotiate IKE sessions with two or more externalendpoints at the same time. (To support adaptiveVPN, the ability to negotiate with two endpoints issufficient.) The modified Lucent IKE module is capable of pushing SA information and keys for multipleIPSec tunnels to the IPSec NDIS driver. The SA database has been modified so that it can maintain information about multiple IPSec tunnels, including thehost subnet IP addresses and TCP port numbers forwhich packets should be sent through that tunnel. Inaddition, the IPSec engine has been modified so that,based on the SA database information, it can addthe appropriate (outer) IP headers and de-multiplexthe packet through the appropriate tunnel. Let usconsider an example to illustrate the effect of thesemodifications. Figure 10 shows an example of a networkarchitecture. The client with physical IP address135.180.144.174 has two tunnels, one to an enterprise gateway at IP address 135.180.144.254 andthe other to a network VPN gateway (or an IPSS thatsupports VPN) at IP address 135.180.244.150. Thelocal presence IP addresses of the two tunnels are192.168.5.10 and 192.168.1.10, respectively. Thehosts behind the enterprise tunnel are in the subnet192.168.5.0/24 and the hosts behind the networktunnel are in subnets 192.168.1.0/24 and 192.168.3.0/24. With the modifications we have made, theLucent IKE module is able to negotiate IPSec parameters for both the tunnels with the two VPN gatewaysand to keep both tunnels active at the same time. TheSA database keeps information about both the tunnelsto enable the modified IPSec engine to de-multiplexpackets through the tunnels; packets destined to subnet 192.168.5.0/24 are sent through the enterprisetunnel, and packets destined to subnets 192.168.1.0/24 and 192.168.3.0/24 are sent through the networktunnel. Based on local presence IP address information and information about the hosts behind eachof the tunnels, the Lucent IKE process modifies the routing table. The modified routing table is shown inFigure 11. Let us examine how IPSec processing willtake place, based on the routing table shown in thefigure.

Mobile IP and IPSEC

In the first solution, shown in Figure 5, we assume that the mobile host has a fixed home IP address and home agent assignment. The home agent is either in the home access provider's network or at the corporate network that the mobile user wishes to access. In the latter case, a firewall exists and we assume that the access gateway/firewall at the corporate network supports home agent functionality. Mobile IP client software is assumed to be running in the mobile host, while foreign agent software is running at the IWF. Both the home and foreign agents support bidirectional tunneling and enhanced mobile IP mobility agent's functionality as specified by Zao et al.( n15) IPSEC is supported at the firewall/gateway (if one exists) or the home agent (HA). We assume there exists some prior arrangement between the home/ visiting access provider and the corporate network to obtain the shared key information for mutual authentication of the foreign agent and the firewall.Otherwise, a key management protocol such as the IETF's Internet security association and key management protocol (ISAKMP)( n16) is required.

In this solution (shown in Figure 6), we assume that the mobile host is using the foreign agent address as the "care of" address. The foreign agent (FA) indicates via the agent advertisement to the mobile host that it can support IPSEC. For the rest of the description, we assume that a firewall (FW) exists. During the registration procedure, the mobile host sets the "FA/FW IPSEC required" bit in its mobile IP registration request message and sends it to the FA (step 1 in Figure 6). The FA authenticates the message and determines the associated FW (potentially with the help of an authentication server) based on the destination address of the registration request, which is the HA's address (step 2). The FA then builds a secure tunnel between itself and the FW and relays the registration request to the FW (step 3).

Upon receiving the encrypted registration request, the FW decrypts it (step 4) and relays it to the specified HA (step 5). It is assumed that the header of the secured tunnel carries sufficient information for the FW to authenticate the FA. It is also assumed that the key used to decrypt the registration request is unique to each FA. The HA authenticates the mobile host upon receiving the request. If the service request is granted, a registration reply will be sent to the mobile host via the FW (step 6). Next, the FW initiates accounting for the session (step 7). The FW then encrypts and sends the registration reply to the associated FA (step 8). The FA decrypts the registration reply and initiates a local accounting transaction (step 9) before relaying it to the mobile host (step 10).

Once the registration process is over, a mobile IP and IPSEC tunnel is established between the FA and the FW. When data packets from the registered mobile host arrive at the FA, it encrypts them, adds the encapsulating security protocol (ESP) header, and sends them through the secured tunnel to the FW. The FW decrypts the packets and delivers them to the corresponding node (CN) inside the corporate network. All packets sent by the CN to the mobile host will be captured by the HA, encapsulated, and sent to the FW. The FW encrypts them, adds ESP headers, and relays them to the FA. The FA decrypts the packets and delivers them to the mobile host. If end-to-end security is desired, the link between the FA and the mobile host must also be encrypted.

When the mobile host moves from one FA to another, it reregisters with the HA. The hand-off latency is a function of how quickly the mobile host can detect an agent advertisement from the new FA. Of course, link-layer hand-off messages could be used to trigger an agent advertisement from the new FA. Only two messages need to be exchanged between the mobile host and the HA for reregistration, provided new security associations need not be negotiated. Potentially, a minimum of 8 and a maximum of 13 messages are needed for IPSEC operations if we use ISAKMP as the security association and key management protocol. Two local messages may be required if the HA needs to access a local authentication server to verify the mobile's identity. Two more local messages are required at both the FW and the FA for accounting purposes.During handoffs, the tunnel between the new FA and the FW needs to be built; thus, potentially, some data packets may be lost. This loss can be minimized by requiring the mobile and the FAs to support the previous FA notification extension. Upon being notified by the mobile host of the identity of the old FA, the new FA sends a message to the old FA. The old FA then forwards the buffered data to the new FA. The Global System for Mobile Communications (GSM) General Packet Radio Service (GPRS)( n17) specification provides such a packet-forwarding feature.

The advantage of using alternative 1 is that the required software can be easily produced by modifying available off-the-shelf mobile IP and IPSEC codes. The disadvantages of using alternative 1 are as follows:

  • Mobile IP mandates mutual authentication between the mobile host and the HA. Currently, it is assumed that security keys and security index parameters are manually configured, since there is no standardized key management scheme for mobile IP at this time.
  • There must be a prior arrangement between the home/visiting access provider and the corporate network to obtain the shared secret keys. More than one set of keys may be required for each corporation. If only one set of keys is used, a centralized database must be provided so that all FAs of the serving carrier can access that information.
  • The hand-off latency is larger, since the registration path spans across multiple domains.
  • Since mobile IP does not address any accounting issues, an accounting mechanism must be furnished via some other means. One may use either cellular digital packet data (CDPD) accounting or the IETF's RADIUS accounting. Typically, it is more cost effective to reuse an existing accounting system. With CDPD accounting, the users look more like traditional wireless subscribers. Otherwise, RADIUS accounting can be used, since it is simple, cheap, and already available in most of the ISP networks.
  • Both the FA and the HA need to have publicly routable addresses.
  • There is no dynamic HA feature.
  • To support private addresses for the mobile host's home address, the mobile host and the HA need to perform double encapsulation. The tunnel between the FA and the HA needs a tunnel identifier to distinguish between mobile hosts that have the same private address.

One drawback of alternative 1 is that the hand-off latency is high. A possible way of reducing it is to implement the FA functionality at the PDSN rather than at the IWF. Mobility between different IWFs can then be managed via wireless access link-layer protocols. In some larger wireless access networks, multiple PDSNs may be available. These multiple PDSNs can be arranged in a hierarchical manner so that a mobile host's movement from one PDSN to another will not always result in a mobile IP reregistration message. This idea is explored in alternative 2, described in the next section.

Saturday, March 10, 2012

VPN server

Dưới đây là mô tả sơ lược các thành phần của một kết nối mạng riêng ảo.
▪ Máy chủ mạng riêng ảo (VPN server): Là máy tính chấp nhận các kết nối từ các máy khách mạng riêng ảo. Một máy chủ mạng riêng ảo có thể cung cấp kết nối mạng riêng ảo truy cập từ xa hoặc kết nối mạng riêng ảo cổng tới cổng.
▪ Máy khách mạng riêng ảo (VPN client): là máy tính khởi xướng (initiate) kết nối mạng riêng ảo tới một máy chủ mạng riêng ảo. Một máy khách mạng riêng ảo có thể là một một máy tính riêng lẻ có được một kết nối mạng riêng ảo truy cập từ xa hoặc một bộ định tuyến có được một kết nối mạng riêng ảo giữa hai bộ định tuyến. Các máy tính sử dụng Windows NT 4.0, Windows 2000, Windows 9x có thể tạo các kết nối mạng riêng ảo truy cập từ xa tới một máy chủ mạng riêng ảo sử dụng Windows 2000. Windows 2000 Server và Windows NT Server 4.0 chạy dịch vụ định tuyến và truy cập từ xa (Routing and Remote Access Service) có thể tạo các kết nối mạng riêng ảo giữa hai bộ định tuyến tới một máy chủ mạng riêng ảo sử dụng Windows 2000. Các máy khách mạng riêng ảo cũng có thể là các máy khách phi Microsoft khác sử dụng giao thức đường hầm giữa hai điểm (point-to-point tunneling protocol) hoặc giao thức đường hầm lớp hai (layer two tunneling protocol) trên nền IPSec.
▪ Đường hầm: là phần của kết nối, nơi mà dữ liệu được đóng gói.
▪ Kết nối mạng riêng ảo: là phần của kết nối, nơi mà dữ liệu được mã hóa. Trong các kết nối mạng riêng ảo an toàn, dữ liệu được đóng gói và mã hóa suốt theo cùng một phần của kết nối.
Ghi chú: Có thể tạo ra một đường hầm và gửi dữ liệu qua đường hầm đó mà không phải mã hóa. Nhưng đó không được gọi là một kết nối mạng riêng ảo an toàn, bởi vì dữ liệu riêng tư được gửi qua một mạng công cộng dưới dạng không được mã hóa và có thể dễ dàng đọc được.
Các giao thức đường hầm (tunneling protocol): Là các tiêu chuẩn thông tin liên lạc (communication) sử dụng để quản lý các đường hầm và đóng gói dữ liệu riêng tư. (Dữ liệu qua hầm cũng phải được mã hóa để có thể được coi là một kết nối mạng riêng ảo) Windows 2000 gồm có cả giao thức PPTP và L2TP.
▪ Dữ liệu qua hầm (tunneled data): Là dữ liệu thường được gửi thông qua một liên kết riêng giữa hai điểm.
▪ Mạng quá cảnh (transit network): Là mạng công cộng hoặc mạng chia sẻ mà các dữ liệu đóng gói và mã hóa đi qua nó. Với Windows 2000, mạng quá cảnh luôn là một mạng IP. Mạng quá cảnh có thể là mạng Internet hoặc là một mạng IP nội bộ riêng (private IP-base intranet).

Tuesday, March 6, 2012

Additional Benefits of Best Expat VPN

Additional Benefits of Best Expat VPN

Expat VPN

Being able to watch TV shows of your best is not the alone advantage of accepting the best expat VPN as users would aswell be able to get fool-proof online security. Every online user has become acquainted of the threats ambuscade in cyberspace which can accommodation your abstracts if you are not application some able apparatus for online protection. On subscribing the casework of the best expat VPN provider, you computer is affiliated to a limited server through a defended tunnel. All abstracts casual through the adit is encrypted at the admission point and at the avenue point. No crooked antecedent can admission the abstracts traveling through the tunnel. VPN is the a lot of defended apparatus for online security.

Monday, March 5, 2012

The a lot of accepte VPN

The a lot of accepted use of clandestine addresses is in residential networks, back a lot of Internet account providers (ISPs) alone admeasure a individual routable IP abode to anniversary residential customer, but abounding homes accept added than one computer or added Internet affiliated device, such as televisions. In this situation, a arrangement abode translator (NAT/PAT) aperture is usually acclimated to accommodate Internet connectivity to assorted hosts.

Private addresses are aswell frequently acclimated in accumulated networks, which for aegis reasons, are not affiliated anon to the Internet. Generally a proxy, SOCKS gateway, or agnate accessories are acclimated to accommodate belted Internet admission to network-internal users.

In both cases, clandestine addresses are generally apparent as acceptable arrangement aegis for the centralized network, back it is difficult for an Internet host to affix anon to an centralized system.

Security

Security

OpenVPN offers several centralized aegis features. It runs in userspace, instead of acute IP assemblage (and accordingly kernel) operation. OpenVPN has the adeptness to bead basis privileges, use mlockall to anticipate swapping acute abstracts to disk, access a chroot bastille afterwards initialization and administer a SELinux ambience afterwards initialization.

OpenVPN runs a custom aegis agreement based on SSL and TLS[2]. OpenVPN offers abutment of acute cards via PKCS#11 based cryptographic tokens.

Saturday, March 3, 2012

Can I unblock adult - sex - websites with a vpn account?

Can I unblock adult - sex - websites with a vpn account?
You can access websites with adult content if you buy a VPN service from Vpntraffic.

I already have Internet access. Why pay to have the same thing?
Please read below, to find out what are the benefits of using our VPN service.

What are the benefits of using this service?
You can bypass proxy servers, filters set by your network administrator, Internet Service Provider. You can access blocked websites no matter what the site is or where you live! You can protect your real Internet Address, in order to avoid threats from other people or other types of monitoring of your Internet traffic. When you are traveling to countries where certain websites are restricted, you can easily access them using our VPN service. When you are accessing the Internet from a wireless hotspot, you are protected from threats, using the security layer and encryption in our VPN.