>
>#!/bin/sh
># Add a PLIP connection to the other laptop
>ifconfig -v plip1 205.180.230.157 pointopoint 205.180.230.192 up
>route add 205.180.230.192 plip1
>
>Obviously you will have to change those IP addresses. I was using
>addresses that are private to my company's network. You may have to
>use addresses in the range 192.168.1.xxx, which are reserved for
>private networks.
>
I have some more question. If my laptop has no ip address, that is,
localhost.localdomain and my desktop running windows has ip
address. I think using above script I can tranfer between my
laptop running linux and desktop running windows like FX cable.
Can you explain in more detail ?
Thanks in advance and sorry for my poor english