Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 888  / 2 Years ago, tue, october 4, 2022, 7:56:16

I plan to change OS on my other PC from Windows XP to Ubuntu and want to have access to it.



Basically please imagine two PCs, each running Ubuntu 11.04 and connected together with twisted cable (Ethernet).

I want to be able to access filesystems in both directions (from either PC to other) in the easiest possible way.






update: I just installed Ubuntu (decided to dual-boot as first), and the process went flawlessly, Gparted resized partions with ease and overall everything was smooth, which I did not expect when computer tasks are in question.


More From » networking

 Answers
2

Connect the 2 pcs directly using a cross network cable and use the ifconfig command to assign the fixed addresses between the pcs.



ie:



ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255


for pc1, and



ifconfig eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255


for pc 2, where eth0 is your network interface name (check ifconfig -a for all your interfaces).



Use ping to see if you have connection between pcs: from pc1 > ping 192.168.1.2, from pc2 > ping 192.168.1.1



If you can ping you can connect, the use of NFS is really simple and fast to use, check it here: Ubuntu NFS howto


[#43274] Wednesday, October 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rontablis

Total Points: 293
Total Questions: 123
Total Answers: 104

Location: Austria
Member since Mon, Mar 1, 2021
3 Years ago
;