$ lando info
- Get port of
https://localhost:port
- Get IP of host
$ ifconfig
- Add IP:port to
sites.php
as$sites['port.ip.ad.dr.ess'] = 'lando-url-alias.org';
- Open
settings
of VM, thenNetwork
tab - In
advanced
, openport forwarding
- Add the port from above in both
host port
andguest port
- From the VM, use
http://ip.ad.dr.ess:port
from above