According to RFC 5036 section 3.10.1, LDP uses TCP and UDP port 646 for its communication.
I have created 4 firewall rules for this:
Code: Select all
action=accept chain=input dst-port=646 protocol=tcp
action=accept chain=input dst-port=646 protocol=udp
action=accept chain=output dst-port=646 protocol=tcp
action=accept chain=output dst-port=646 protocol=udp
Do any of you smart people know why? Is this firewall rule for some reason not needed?
Best regards,
Marius