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!". [;)]
  • 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
  • You can create Service Definitions and Firewall Rules in the GUI to achieve the same.

    Barry