Networking Forums

Networking Forums > Computer Networking > Linux Networking > VPN with iptables/poptop works. can reach lan but not server

Reply
Thread Tools Display Modes

VPN with iptables/poptop works. can reach lan but not server

 
 
Evert
Guest
Posts: n/a

 
      02-18-2005, 09:43 PM

i've setup a linux-vpn with poptop (pptpd) and connections etc
works fine. people can connect and play games with each other.
file shares can be reached between all the clients and even http
servers on several computers can be reached with their local ip's.

but the only problem is reaching the vpn-server itself. i can connect
to the pop3 server and list email. connect to ssh with the local ip
etc. get a samba-file listing. but when trying to connect to a share
it times out. the same for the apache server. the request get's to
the server and the server sends back some data. the first package
always arrives. a 'move permanent' arrives and the client redirects
to an other server for example. but normal pages always time out.
the request for the page get's to the server. the server sends back
the data over the vpn-tunnel and the first few packages arrives
and the rest times out so nothing is displayed. it looks like sequential
packages don't arrive. (a telnet 'server_ip' 80 does work (giving me
the right 'move permanent' for example). requesting something large
(my homedir) will show up nothing

what could this be?

my firewall settings:


Chain INPUT (policy DROP 65203 packets, 11M bytes)
pkts bytes target prot opt in out source
destination
1248 110K ACCEPT all -- ppp2 any 192.168.0.0/24
192.168.0.0/24
2031 362K ACCEPT all -- ppp1 any 192.168.0.0/24
192.168.0.0/24

Chain FORWARD (policy DROP 127 packets, 6096 bytes)
pkts bytes target prot opt in out source
destination
169K 98M ACCEPT all -- any any 192.168.0.0/24
192.168.0.0/24

Chain OUTPUT (policy ACCEPT 220M packets, 41G bytes)
pkts bytes target prot opt in out source
destination
14M 16G INT_OUT all -- any eth0 anywhere anywhere
44M 19G PUB_OUT all -- any ppp+ anywhere anywhere

so output shouldn't hold up anything...

hope some-one can help me out with this one.

kind regards,
Evert


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Longhorn Server 6001 with NAP: DHCP Server can't reach IAS Server Shrek Windows Networking 3 04-02-2007 06:21 PM
iptables line works ... but why? bill.omer@gmail.com Linux Networking 0 02-28-2006 09:30 PM
Iptables Forwarding Works But Now No NFS Access. Gazza Linux Networking 0 07-19-2004 09:17 PM
PoPTop, Samba, IPTables Sebastian Araya Linux Networking 1 06-30-2004 11:00 PM
PopTop, VPN works on only some systems Brian Andrus Linux Networking 0 12-18-2003 08:45 PM



1 2 3 4 5 6 7 8 9 10 11