Short version: I configured a pptpd vpn server , I can connect but not able to see the devices shared at the office. (Do i need to add another rule to achieve this scenario? If yes preferably through Yast or /etc/sysconfig/SuSEfirewall2)
Long version:
CONF:
eth0 - external ip (SuSEfirewall **external **zone)
eth1 - internal ip (192.168.1.197) (SuSEfirewall **internal **zone)
SuSEfirewall is on permitting gre ip protocols and **TCP 1723
**Masquarade is on
http://picpaste.com/Capture-INE6uaak.PNG
Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
10 697 MASQUERADE all – * eth0 0.0.0.0/0 0.0.0.0/0
0 0 MASQUERADE all – * ppp0 0.0.0.0/0 0.0.0.0/0
**Fileserver **- 192.168.1.1
**pptpd **server up
The pptpd server works (i can connect using credentials - user and pass)
PROBLEM:
Cannot acces a file sharing server with an ip in the same network as eth1.
Cannot ping file server from vpn client.
CAN ping eth1 ip from vpn client.
No firewall on fileserver (pings from internal network works)
So i guess vpn data doesnt pass through. It seems everything is ok but the packages are not routed as it should? (Do i need to add another rule to achieve this scenario? If yes preferably through Yast or /etc/sysconfig/SuSEfirewall2)