I am unable to find bind/list ip address for L2PP and PPTP servers.
ROS 6.12 RB1100
I have both enabled and have router with 2 ip addresses (IP1, IP2) on single wan.
I would like the L2TP listen on IP1 and the PPTP listen on IP2.
I am unable to find bind/list ip address for L2PP and PPTP servers.
ROS 6.12 RB1100
I have both enabled and have router with 2 ip addresses (IP1, IP2) on single wan.
I would like the L2TP listen on IP1 and the PPTP listen on IP2.
I think you have to allow the desired traffic via firewall
/ip firewall filter
add chain=input dst-address=ip1 protocol=udp dst-port=1701
add chain=input dst-address=ip1 protocol=udp dst-port=4500
add chain=input dst-address=ip1 protocol=udp dst-port=500
add chain=input dst-address=ip2 protocol=tcp dst-port=1723And then obviously end with a generic block rule