From af1192960d81151a5a103e97538d0750e0f754eb Mon Sep 17 00:00:00 2001 From: mborgerson Date: Tue, 9 Jun 2020 14:23:06 -0700 Subject: [PATCH] Updated Networking (markdown) --- Networking.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Networking.md b/Networking.md index 1198d8a..abf59ea 100644 --- a/Networking.md +++ b/Networking.md @@ -18,6 +18,7 @@ Tips ---- ### Connect to an FTP server hosted inside xemu + If you have an alternative dashboard that runs an FTP server (as almost all replacement dashboards do), you can easily connect to that FTP server to read or write files on the virtual hard disk. @@ -46,7 +47,14 @@ hostfwd_add xemu-netdev tcp:127.0.0.1:2121-:21 Now xemu will begin listening on TCP port 2121 for new connections, and forward that traffic to the internal network. -#### Step 3: Connect using your FTP client +#### Step 3: Launch your alternative dashboard from disc + +Assuming you have a copy of your alternative dashboard in the form of an ISO +image, load the disc image. You may need to reset the system to get it to +load. Double check the networking settings for your dashboard to make sure +that it is configured to use DHCP. + +#### Step 4: Connect using your FTP client The [Filezilla FTP client](https://filezilla-project.org/) is recommended. It is an open-source client available for all major platforms. If you would prefer to use another client, look for the respective settings in your client