Hello,
I am trying to transfer files from my Ubuntu system 12.04 to my other Ubuntu system 12.10 which is running in VirtualBox.
I try: sftp linux@192.168.1.13 when linux is the name of my system in the VM and 192.168.1.13 is its IP.
I have set up the VirtualBox Manager 'Network' setting to show: Bridged Adaptor on wlan0. I have also tested this on eth0 but this does not connect to the router (no IP address).
When I sftp (on my system on 192.168.1.11) I get: sftp linux@192.168.1.13 ssh: connect to host 192.168.1.13 port 22: Connection refused Couldn't read packet: Connection reset by peer
The brctl show command displays: bridge name bridge id STP enabled interfaces
In other words, there are apparently no bridges.
Does anyone know how I can rectify this? Thanks!
I am trying to transfer files from my Ubuntu system 12.04 to my other Ubuntu system 12.10 which is running in VirtualBox.
I try: sftp linux@192.168.1.13 when linux is the name of my system in the VM and 192.168.1.13 is its IP.
I have set up the VirtualBox Manager 'Network' setting to show: Bridged Adaptor on wlan0. I have also tested this on eth0 but this does not connect to the router (no IP address).
When I sftp (on my system on 192.168.1.11) I get: sftp linux@192.168.1.13 ssh: connect to host 192.168.1.13 port 22: Connection refused Couldn't read packet: Connection reset by peer
The brctl show command displays: bridge name bridge id STP enabled interfaces
In other words, there are apparently no bridges.
Does anyone know how I can rectify this? Thanks!