Rodolfo Medina wrote: > Some months ago I managed to connect my Hyundai and Acer laptops with an > ethernet cable. I can copy file from one PC to another with rsync. The file > `/etc/network/interfaces' is edited on the Acer as follows: > > auto eth1 > allow-hotplug eth1 > iface eth1 inet static > address 192.168.0.1 > netmask 255.255.255.0 > > , and on the Hyundai: > > auto eth0 > allow-hotplug eth0 > iface eth0 inet static > address 192.168.0.2 > netmask 255.255.255.0 > > Now, I want to connect the Hyundai with an old desktop PC. How do I > know how to properly edit the same file? I tried with eth0, eth1, > 192.168.0.3, etc..., but they don't connect:
Axel Freyn <axel-fr...@gmx.de> writes: > On your old PC, > > ifconfig eth0 192.168.0.3 netmask 255.255.255.0 up > > should be sufficient to configure its Network -- afterwards, the > communication with the laptops should work (This command is not > preserved during system restarts -- after each restart, you have to set > again the IP adress & netmask). Fantastic!! It works. Then, to make that permanent, on old PC I edited /etc/network/interfaces as follows: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.3 netmask 255.255.255.0 Now I copy files from one to another with rsync. Thanks a lot, and thanks to Debian user mailig list Rodolfo P.S.: but now, suppose that I want, from the laptop, to delete a file that's in the other machine, or viceversa: is it possible, and with what command? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/871v9alxmy.fsf...@gmail.com