I have set up a new NAS using Open Media Vault. I have installed the WebMin extension to get on to the web gui for configuration. My problem is that I have to be on the same network as my NAS. How can I connect to my NAS from a different network than it is connected to? On the network that it is connected to its IP is 192.168.0.99:1000 for the WebMin gui. How can I access this from a different network?
Connect to WebMin from external network
1k views Asked by Tyler Whitsett At
2
There are 2 answers
0
dinnerisserved
On
You could alternatively also try to open the NAS and give it a public IP address and a DNS. This will allow you to setup SSH and FTP as it was any other server.
To SSH remotely over the internet, you need either a permanent IP address or a domain name that is updated to point to the IP address when it changes. The latter requires a dynamic domain name service. A good free one is DuckDNS (duckdns.org). First, use one of the sign-in options such as Google. In the domain line enter your preferred subdomain name.
There is a great guide on how you can do this here: https://forums.freenas.org/index.php?threads/how-to-how-to-access-your-freenas-server-remotely-and-securely.27376/
Related Questions in USER-INTERFACE
- OS-wide text autocomplete service with popup
- Bootstrap 5 tooltips not working in Laravel 9.x application
- GUI window is not appearing
- Responsive gui customtkinter
- Unwanted text on created icon
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Page behavior in flet works when used directly in `main`, but not in a UserControl?
- How could I reuse the CTk tabviews in python GUI app?
- mouse coordinates in image go below 0 and above width
- Use the same button in different interfaces (JAVA)
- Distributing a GTK4 Windows application
- How to design the file operation interface involving status and transactions?
- Creating a GUI application for creating graphs
- How point to other link after login
- How to align widget to another widget in Flutter
Related Questions in NETWORKING
- How to avoid duplicates with the pull-based subscribe model?
- How to simulate CSMA/CD protocol in ns3?
- Network System - Cisco Packet Tracer
- Adhoc / mesh network not working (with and without batman-adv)
- Algorithm for finding a subset of nodes in a weighted connected graph such that the distance between any pair nodes are under a postive number?
- Python Client-Server Communication with Protocol
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Share files from the server without data or internet usage
- Player names not synchronizing in unity Mirror Networking
- My phone can not visit the server on macos in the same local network
- Unable to ping remote websites from an ipV6 only ubuntu ec2 Instance
- Linux Networking - Routing packets from one network interface to another
- wrong output from Supernetting algorithm
- Mapping localhost port on host to docker container
- Microsoft Message Analyzer disable resolving IP address to their domain names a.k.a turn off AutoIP feature
Related Questions in NAS
- Insert image from a NAS drive to a PDF c# MVC
- Hyper-V export with Export-VM to network (NAS) fails
- How to create merge request and view source code Git Store in File Station Synology NAS
- Connection to SVN repositories fails after updates to NAS Synology DS710+
- ERROR: Failed building wheel for backports.zoneinfo on an env Python
- How to create a NAS for the office using proxmox and docker container
- Why are lines from my table visible to specific queries but not otherwise?
- Azure Kubernetes Pod to access NAS
- Display html img located in network drive
- Can not dvc push to a NAS
- Apache on Jammy
- git commit -m "<message>" returns fatal: cannot lock ref 'HEAD' - non-directory in the way
- Rsync always do a copy from scratch with a mounted NAS
- Why is my function to calculate Annualized Rate of Change returning NAs in R?
- n8n on qnap ts 233 NAS Container Station node.js not working
Related Questions in WEBMIN
- Webmin CentOS7 AWS backup errors - perl(S3::AWSAuthConnection) can't be installed
- Wordpress login page keeps refreshing on login -- setup on Webmin
- Adding Imports and Customizing Echarts/other Plugin Code in Grafana
- NTP time synchronization failed : Missing ntpdate and sntp commands Webmin
- ValueError: "Challenge did not pass" for Let's Encrypt Certificate Request
- How to test php api stored in webmin file storage?
- Determining whether I should to upgrade an Apache web server (by server-status data)
- Failed Network Error When Downloading Log File From Webmin File Manager
- Webmin keeps redirecting to 192.168.*.* using KeenDNS (dynamic DNS provider) after login
- Install Laravel script on Webmin/Virtualmin...issue connecting to database
- Develop a web interface for custom embedded device
- Where can I find credentials for webmin which was ran in docker-compose?
- Webmin Loading issues on clean install
- How do I edit/delete MySQL backups in Webmin
- Mozilla not using http2
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Setup a VPN to connect to the network that your NAS is on. Once the VPN is connected you can connect to the NAS as if you were on the local network.
You could also possibly setup firewall and/or port forwarding rules depending on how your network is setup but please consider the security issues when doing so.