Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Port Forwarding in new Antman 2.1

When I add a port forwarding rule in the new antman (and then enable it), it doesn't seem to work.

For example, I'm forwarding port 32400 to my plex antlet's port 32400 (both tcp and udp to be safe) so I can access it via the antsle URL (I assume that's how this port forwarding works).

Do I have to restart something? Antman? Nginx? The Antlet? The Antsle?

I'm having the same issue @lancem . @admin any info here? --- I'm having this issue with antman 2.2.0d

@scho228901 and @lancem,

The port forwarding rules will forward traffic from a specified port on the antsle to a specified port on the antlet. However, since antman doesn't access antlets directly (i.e. ssh into an antlet and change its firewall rules), you'll need to make sure that the destination  port on the antlet is accepting traffic. Tools like firewalld or iptables help to configure and enforce these rules.

Example of firewalld configuration: https://stackoverflow.com/questions/24729024/open-firewall-port-on-centos-7

Example of iptables configuration: https://www.hostinger.com/tutorials/iptables-tutorial

Joe