Accessing jail's localhost (for Hugo) from LAN

Vayu Puthran

Cadet
Joined
Nov 29, 2015
Messages
5
I installed Hugo in a FreeNAS jail. I can start hugo webserver daemon by doing 'hugo server -D'. If I do that, I can access the website from firefox in the jail by going to either
My jail's IP in my network is 192.168.1.220.

I could **not** access that page from my Windows computer in my network by going to
I could ping 192.168.1.220 from my windows computer. I'm wondering if I am missing some FreeBSD/FreeNAS networking configuration to make this work. I would appreciate help in getting this to work.
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Use SSH port forwarding. How to configure depends on the SSH client on Windows you are using.
 
Top