Community discussions

MikroTik App
 
User avatar
boxybh
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 55
Joined: Sat Jul 29, 2017 11:16 am

Vpn server. from client unc path access?

Thu Apr 22, 2021 3:36 pm

vpn server

mikrotik 192.168.100.254/24
all setup and my vpn sounds like this
ip pool add name=PPTP-Pool ranges=192.168.99.10/24
ppp profile add change-tcp-mss=yes local-address=PPTP-Pool name=PPTP-Profile only-one=yes remote-address=PPTP-Pool use-encryption=yes dns-server=8.8.8.8,8.8.4.4
ppp secret add name=user password=password profile=PPTP-Profile
interface pptp-server server set authentication=chap,mschap1,mschap2 default-profile=PPTP-Profile enabled=yes
ip firewall filter add chain=input comment="PPTP VPN" dst-port=1723 protocol=tcp


IP > Firewall > NAT > Add rule
Chain: srcnat
Src. Address: 192.168.25.88/29
Dst. Address: !192.168.25.88/29
Action: masquerade
Comment: PPTP NAT Rule

lan port is arp-proxy

now i can dial in to this server . I can access the remote network via ip address but i cannot use the unc path with pc name.

with hamachi i can access everything
any guru can guide me

Who is online

Users browsing this forum: No registered users and 32 guests