Hi how i can open ports for my macos server?
so these port's
5223
2195
2196
443
and this network for apple push
17.0.0.0/8
so i made this rules, redirecting the ports on router to my mac server, but still receiving the fail push notifications.
;;; APPLESERVER 2195
chain=dstnat action=dst-nat to-addresses=172.16.104.21 protocol=tcp
dst-address=177.8.160.122 in-interface-list=all dst-port=2195 log=no
log-prefix=""
37 X ;;; APPLESERVER 2196
chain=dstnat action=dst-nat to-addresses=172.16.104.21 protocol=tcp
dst-address=177.8.160.122 in-interface-list=all dst-port=2196 log=no
log-prefix=""
38 X ;;; APPLESERVER 5223
chain=dstnat action=dst-nat to-addresses=172.16.104.21 protocol=tcp
dst-address=177.8.160.122 in-interface-list=all dst-port=5223 log=no
log-prefix=""
39 X ;;; APPLESERVER 443
chain=dstnat action=dst-nat to-addresses=172.16.104.21 protocol=tcp
dst-address=177.8.160.122 in-interface-list=all dst-port=443 log=no
log-prefix=""
40 X ;;; Apple APN
chain=dstnat action=dst-nat to-addresses=172.16.104.21
src-address=17.0.0.0/8 log=no log-prefix=""