All of lore.kernel.org
 help / color / mirror / Atom feed
* Help: ip_pptp_*  Issue
@ 2003-06-04 23:54 John Paul
  0 siblings, 0 replies; 2+ messages in thread
From: John Paul @ 2003-06-04 23:54 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 1919 bytes --]

Hello Folks,

My Config:

PC1 (192.168.0.20) ----> gateway(LinuxServer) <-------------------> internet <--------------------> VPN Server
PC2 (192.168.0.21)       eth0 : 242.x.x.x
                                    eth1 : 192.168.0.1


I have my private network configured as 192.168.0.0/24. PC1 and PC2 can connect to the VPN Server BUT ONLY ONE AT A TIME. Is there any way to configure "gateway(LinuxServer) so PC1 and PC2 can connect at the same time? Is it something to do with the ip_pptp_* issue?

Appreciate any help.

TIA.


"lsmod"

Module                  Size  Used by    Tainted: P
ip_conntrack_pptp       3984   0  (unused)
ip_conntrack_proto_gre    6036   0  [ip_conntrack_pptp]
ppp_deflate             4568   0  (autoclean)
zlib_deflate           21624   0  (autoclean) [ppp_deflate]
zlib_inflate           21828   0  (autoclean) [ppp_deflate]
ppp_mppe               24088   0  (autoclean)
bsd_comp                5464   0  (autoclean)
ipt_LOG                 4248   5  (autoclean)
ipt_limit               1688   3  (autoclean)
ipt_state               1048   7  (autoclean)
iptable_mangle          2776   0  (autoclean) (unused)
ipt_MASQUERADE          2872   1  (autoclean)
ipt_REDIRECT            1368   1  (autoclean)
iptable_nat            30072   1  (autoclean) [ipt_MASQUERADE ipt_REDIRECT]
ip_conntrack           41824   4  (autoclean) [ip_conntrack_pptp ip_conntrack_proto_gre ipt_state ipt_MASQUERADE ipt_REDIRECT iptable_nat]
ppp_synctty             8384   0  (unused)
ppp_async               9888   1
ppp_generic            23936   3  [ppp_deflate ppp_mppe bsd_comp ppp_synctty ppp_async]
slhc                    6844   0  [ppp_generic]
3c59x                  30608   1
iptable_filter          2412   1  (autoclean)
ip_tables              18584  10  [ipt_LOG ipt_limit ipt_state iptable_mangle ipt_MASQUERADE ipt_REDIRECT iptable_nat iptable_filter]


[-- Attachment #2: Type: text/html, Size: 5134 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: Help: ip_pptp_*  Issue
@ 2003-06-05  0:52 George Vieira
  0 siblings, 0 replies; 2+ messages in thread
From: George Vieira @ 2003-06-05  0:52 UTC (permalink / raw)
  To: John Paul, netfilter

[-- Attachment #1: Type: text/plain, Size: 2596 bytes --]

Your missing the ipt_nat_pptp or whatever it is..
 
why not run the PPTP client on the firewall and all the workstations route through it????

Thanks,

 
____________________________________________
George Vieira
Citadel Computer Systems Pty Ltd Systems Manager georgev AT citadelcomputer DOT com DOT au 
Citadel Computer Systems Pty Ltd
Phone : +61 2 9955 2644 HelpDesk: +61 2 9955 2698  <http://www.citadelcomputer.com.au/> http://www.citadelcomputer.com.au
 
 
-----Original Message-----
From: John Paul [mailto:john@pinoylinux.sytes.net]
Sent: Thursday, June 05, 2003 9:54 AM
To: netfilter@lists.netfilter.org
Subject: Help: ip_pptp_* Issue


Hello Folks,
 
My Config:
 
PC1 (192.168.0.20) ----> gateway(LinuxServer) <-------------------> internet <--------------------> VPN Server
PC2 (192.168.0.21)       eth0 : 242.x.x.x
                                    eth1 : 192.168.0.1
 
 
I have my private network configured as 192.168.0.0/24. PC1 and PC2 can connect to the VPN Server BUT ONLY ONE AT A TIME. Is there any way to configure "gateway(LinuxServer) so PC1 and PC2 can connect at the same time? Is it something to do with the ip_pptp_* issue?
 
Appreciate any help.
 
TIA.
 
 
"lsmod"
 
Module                  Size  Used by    Tainted: P
ip_conntrack_pptp       3984   0  (unused)
ip_conntrack_proto_gre    6036   0  [ip_conntrack_pptp]
ppp_deflate             4568   0  (autoclean)
zlib_deflate           21624   0  (autoclean) [ppp_deflate]
zlib_inflate           21828   0  (autoclean) [ppp_deflate]
ppp_mppe               24088   0  (autoclean)
bsd_comp                5464   0  (autoclean)
ipt_LOG                 4248   5  (autoclean)
ipt_limit               1688   3  (autoclean)
ipt_state               1048   7  (autoclean)
iptable_mangle          2776   0  (autoclean) (unused)
ipt_MASQUERADE          2872   1  (autoclean)
ipt_REDIRECT            1368   1  (autoclean)
iptable_nat            30072   1  (autoclean) [ipt_MASQUERADE ipt_REDIRECT]
ip_conntrack           41824   4  (autoclean) [ip_conntrack_pptp ip_conntrack_proto_gre ipt_state ipt_MASQUERADE ipt_REDIRECT iptable_nat]
ppp_synctty             8384   0  (unused)
ppp_async               9888   1
ppp_generic            23936   3  [ppp_deflate ppp_mppe bsd_comp ppp_synctty ppp_async]
slhc                    6844   0  [ppp_generic]
3c59x                  30608   1
iptable_filter          2412   1  (autoclean)
ip_tables              18584  10  [ipt_LOG ipt_limit ipt_state iptable_mangle ipt_MASQUERADE ipt_REDIRECT iptable_nat iptable_filter]


[-- Attachment #2: Type: text/html, Size: 8579 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-05  0:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-04 23:54 Help: ip_pptp_* Issue John Paul
  -- strict thread matches above, loose matches on Subject: below --
2003-06-05  0:52 George Vieira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.