Re: connecting two computers over serial line

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
  The command slattach is good for my setup.
I had to install a few kernel modules though(slip, slhc etc.)

The following steps were used to configure the tcp/ip over
serial line:

1)modprobe slip
2) slattach /dev/ttyS0 (COM0 was connected to COM0 with a crossover
cable)
"sl0" was created.
2) On one system ifconfig sl0 192.168.10.1 pointopoint 192.168.10.2
   and on the other ifconfig sl0 192.168.10.2 pointopoint 192.168.10.1
The ping worked fined.



On Mon, 2003-08-25 at 15:13, bill davidsen wrote:
> In article <1061835005.18164.12.camel@wskallol>,
> Kallol Biswas  <kallol@efi.com> wrote:
> | Hi,
> |    I understand there must be some document to setup
> | network over dialup/serial line. I have two computers
> | that can be connected with a cross-over serial cable or
> | through a modem. I need to setup ppp or slip connection
> | between them for carrying out academic experiments. 
> | 
> | Any pointer to the document is welcome.
> 
> For that setup "man pppd" may be enough. I haven't done it in a few
> years, but I think the only trick is to use the 'passive' option. Make
> sure your crossover cable supports all the lines you need for flow
> control.

-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux