Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: PPTP |
|---|---|
| Date: | Thu, 29 Sep 2005 08:40:13 -0700 |
Morning Matt,
2 nic's on the firewall:
# Internet Interface INET_IFACE="eth1"
# Local Interface Information LOCAL_IFACE="eth0"
$IPT -A FORWARD -i $INET_IFACE -p tcp --destination-port 1723 \ --destination 192.168.2.3 -j ACCEPT $IPT -A FORWARD -i $INET_IFACE -p 47 \ --destination 192.168.2.3 -j ACCEPT
#vpn
$IPT -t nat -A PREROUTING -p tcp -i $INET_IFACE --destination-port 1723 \
-j DNAT --to-destination 192.168.2.3
$IPT -t nat -A PREROUTING -p tcp -i $LOCAL_IFACE --destination-port 1723 \
--destination $INET_ADDRESS -j DNAT --to-destination 192.168.2.3
$IPT -t nat -A PREROUTING -i $INET_IFACE -p 47 \
-j DNAT --to-destination 192.168.2.3Peace, Joe
"Without love in the dream It will never come true" Words by Robert Hunter
Mathew Benwell wrote:
Hi Matt, Have you allowed the GRE protocol through (IP Protocol 47 I think)?
Cheers Mat
Matt Mckinley wrote:
I have a linux IPtables firewall (latest version) that is in bridging mode.
There is another firewalling device behind it that is performing NAT. When
a host behind that firewall connects to a PPTP server on a routable IP
address,
it appears that the IPTables linux box is breaking the connection. When we
remove that device, the connection works fine.
Does anyone have any thoughts on what might cause this behavior?
Thanks!!
-Matt
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Firewall Log Management Security, dave kleiman |
|---|---|
| Next by Date: | VLAN in CheckPoint FW1 Secure Platform, Bill Smith |
| Previous by Thread: | Re: PPTP, Eduardo Kienetz |
| Next by Thread: | Re: PPTP, Francesco Ciocchetti |
| Indexes: | [Date] [Thread] [Top] [All Lists] |