Hey folks,
I've got a little problem that's I haven't been able to resolve yet.
I run a small network at home which uses a Linux 2.2.x machine as it's
firewall/nat server. I'm only using the standard ipchains commands
right now. Here are the only commands that I've got setup right now.
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ
I'd like to facilitate the connection of a PPTP client on my network
back out to my works PPTP server for a VPN link, so that the
connection would look something like this:
PPTP Client --> Linux IP Masq Firewall --> Internet --> Cisco VPN 3005
PPTP Server --> Private Network
Where the PPTP Client is on my home network.
So far I've tried some ipchains commands, but they don't seem to have
worked.
Please help.
Teddy