![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Security and Firewall Error ! Secuirty and firewall Realted Queries and support |
![]() |
|
PPTP (Point-to-Point Tunneling Protocol) through PIX Firewall
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 876
Join Date: Oct 2005
Rep Power: 10
IM:
|
Cisco PIX Firewalls require two elements to pass traffic from outside (higher security) to inside (lower security): a static translation and a conduit. For this example, assume a server has IP address 192.168.1.100 and there is an available outside address of 1.1.1.1. First, create the static translation. This configuration line establishes a relationship between 1.1.1.1 (public Internet IP address) and 192.168.1.100 (inside, private IP address). static (inside,outside) 1.1.1.1 192.168.1.100 netmask 255.255.255.255 0 0 Next, create appropriate conduits to allow specific traffic to pass from the outside to the Inside interface. PPTP uses TCP/1723, TCP/139, UDP/Netbios-NS, UDP/Netbios-DGM, and IP/47 GRE. conduit permit tcp 1.1.1.1 eq 1723 any conduit permit tcp host 1.1.1.1 eq 139 any conduit permit udp host 1.1.1.1 eq 137 any conduit permit udp host 1.1.1.1 eq 138 any conduit permit gre host 1.1.1.1 any or access-list 101 permit tcp any host 1.1.1.1 1723 access-list 101 permit tcp any host 1.1.1.1 139 access-list 101 permit udp any host 1.1.1.1 137 access-list 101 permit udp any host 1.1.1.1 138 access-list 101 permit gre any host 1.1.1.1 access-group 101 in interface outside A couple of notes:
|
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| F.E.A.R. - Extraction Point | Virtual | Game Cheats | 0 | 29-Mar-2008 12:15 AM |
| F.E.A.R. Extraction Point | driverdownloads | Game Cheats | 0 | 27-Mar-2007 12:12 AM |
| Port Tunneling - Protocol Change | Anilrgowda | Microsoft Windows xp error | 1 | 01-Mar-2007 04:14 AM |
| F.E.A.R. Extraction Point Cheats | Anilrgowda | Game Cheats | 0 | 22-Jan-2007 02:16 AM |
| WikiSeek: What Is The Point? | Anilrgowda | Search Engine Optimization | 0 | 19-Jan-2007 02:37 AM |