On Thu,21.Jan.10, 18:04:12, Rodolfo Medina wrote: > > Will it be enough to properly edit /etc/networks/interfaces on both machines?
Yes
> Can anybody suggest a practical example of those files for my case? Let's
> call
> the two pcs `acer' and `huyndai'.
It's all in the manpage, but here you go:
hyundai:
allow-hotplug eth0
iface eth0 inet static
address 192.168.A.X
netmask 255.255.255.0
acer:
allow-hotplug eth0
iface eth0 inet static
address 192.168.A.Y
netmask 255.255.255.0
A is a number in the range 0-255 and has to be the same on both
computers. X and Y are numbers in the range 1-254 and have to be
different.
Are these two computers not connected to the internet?
Regards,
Andrei
--
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
signature.asc
Description: Digital signature

