Can not connect to network. Localhost refused to connect. I can not even get backup file from the system using filezilla. Filezilla says Connection refused.
I tried with port 22 as well as port 3022. This problem came after upgrade from 7 to 8
I desparately need my backup file. So that I can restore after fresh installation of Oracle box.
saidsl
July 18, 2017, 8:30am
2
@Amarjeet_Singh_Sintu
You need to use the IP number of the Virtual Box and not Localhost to access the server.
In the Terminal type ifconfig and it will give you the IP number which should either be 192.168.X.X or 10.0.0.X
OK I will try
But before migrating I used to use localhost to access the server and it worked fine then. How?
saidsl
July 18, 2017, 8:37am
4
How are you running the VirtualBox and are you accessing the server from within the VirtualBox itself or external to the VirtualBox.
This might help you understand how the VirtualBox works
Hi All,
Basically, if you are running EPRNext from a VirtualBox and wish to connect to it, the simplest way to do so is:
Go to Network settings in your VirtualBox Manager for the Virtual Device
Select Bridged Adapter
Select the type of connection you have, its either en1: Wi-Fi or en0: Ethernet
Save your settings
Start your Virtual Device
After you are logged in check what is the IP of your Virtual Device is by typing the command ifconfig in the terminal of your device.
Take the eth0 IP addre…
Hope it helps