Results 1 to 1 of 1
Hello all,
I am trying to get connection between two machines using PPP. I am able to pass the echo/cat test as described in http://linux-ha.org/GettingStarted
After testing the link I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-29-2006 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 19
Connecting two machines using Null Modem Cable
Hello all,
I am trying to get connection between two machines using PPP. I am able to pass the echo/cat test as described in http://linux-ha.org/GettingStarted
After testing the link I tried to run pppd on both the machines(CentOS-4.3 and Fedora Core 3).
Machine 1 (centos):
PPP version : ppp-2.4.2-7
The output on this machine is as follows:Code:pppd -detach crtscts lock 192.168.1.10:192.168.1.20 /dev/ttyS0 38400 &
On Machine 2(fedora) :Code:Using interface ppp0 Connect: ppp0 <--> /dev/ttyS0 Deflate (15) compression enabled local IP address 192.168.1.10 remote IP address 192.168.1.20
PPP version is ppp-2.4.2-6.4.FC3
the log on machine 1:Code:pppd -detach crtscts lock 192.168.1.20:192.168.1.10 /dev/ttyS0 38400 &
But when I ping both the machines it doesn't work.Code:Connect: ppp0 <--> /dev/ttyS0 Deflate (15) compression enabled local IP address 192.168.1.20 remote IP address 192.168.1.10
In machine 1:
and in machine 2:Code:[root@r223a ~]# ping 192.168.1.20 PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data. --- 192.168.1.20 ping statistics --- 5 packets transmitted, 0 received, 100% packet loss, time 4014ms
Is there anything I went wrong? Somebody please guide me.Code:[root@cobra kronolith]# ping 192.168.1.10 PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data. ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted ping: sendmsg: Operation not permitted --- 192.168.1.10 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 1999ms
regards
Libregeek


Reply With Quote
