This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use a firewall to restrict PPTP connection

How to use a firewall to restrict PPTP connection?


This thread was automatically locked due to age.
  • Hi reson and welcome to the Sophos User BB!

    Can you please describe your problem more in detail? What do you want to achieve?

    I have a good day, otherwise my answer had been: "Setup appropriate firewall rules!". [;)]

    ----------
    Sophos user, admin and reseller.
    Private Setup:

    • XG: HPE DL20 Gen9 (Core i3-7300, 8GB RAM, 120GB SSD) | XG 18.0 (Home License) with: Web Protection, Site-to-Site-VPN (IPSec, RED-Tunnel), Remote Access (SSL, HTML5)
    • UTM: 2 vCPUs, 2GB RAM, 50GB vHDD, 2 vNICs on vServer (KVM) | UTM 9.7 (Home License) with: Email Protection, Webserver Protection, RED-Tunnel (server)
  • WAN is multi ip

    iptables rule

    iptables-save |grep 1723 
    -A AUTO_INPUT -p tcp -m tcp --sport 1024:65535 --dport 1723 -j CONFIRMED
    -A USR_INPUT -p tcp -m set --match-set k6Vm/9jicuIONysbpduKCg dst -m tcp --sport 1:65535 --dport 1723 -j REJECT --reject-with icmp-port-unreachable

    i can't reject other IP service
  • Hi, reson, and welcome to the UTM Users BB!

    This is not a good place to get information about using iptables.  Everyone here is using the WebAdmin GUI with Sophos UTM software.  The UTM uses iptables, but we have no forum for such discussions here.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • You can create Service Definitions and Firewall Rules in the GUI to achieve the same.

    Barry