Support #3284

Access antlets Locally

Added by [email protected] over 6 years ago. Updated over 6 years ago.

Status:
Closed
Assignee:
Mario Kaack
% Done:

0%


Description

Your Docs say: To access web services on your antlets from within your
LAN, just go to http://antlet12.local http://antlet12.localto access the
antlet with IP address 10.1.1.12. Works for the other IP addresses
accordingly.

It appears from my 192.168.1.x network it cannot route to 101.1.x by IP
address. Is there a forwarding rule needed on my router I need to make?

-kirk

History

#1 Updated by Mario Kaack over 6 years ago

Kirk,

That is correct. 10.1.1.x is an internal NAT'ed network
The url 'http://antletX.local' is built in and will forward to the antlet that has X as its last number of its 10.1.1.X address.

If you want to use a specific domain name for an antlet you can create an nginx virtualhost .conf file.
http://docs.antsle.com/accdomain/
http://docs.antsle.com/accdomain/#3-connect-domain-with-antlet
If you do not have an internal DNS server you may need to add the domain name to your local 'hosts' file.

If you must use an IP address you can either
Port Forward: http://docs.antsle.com/forward/#forwarding-other-ports
Or use bridged networking: http://docs.antsle.com/bridgevnic/#configure-virtual-nic
With bridged virtual NIC the antlet can be addressed on the local LAN.

Add a comment