pavan
2007-06-18 10:19:42 UTC
Hi
i am trying to connect an embedded system running on Linux to Linux
host (Red hat 2.6.9 kernel) through PPP.
on client side(embedded system) i am using the following command:
pppd -detach crtscts lock noauth defaultroute 10.64.64.66:10.44.0.225 /
dev/ttyS4 9600&
on serverside (Redhat linux machine) :
pppd -detach crtscts lock noauth proxyarp 10.44.0.225: /dev/ttyUSB2
9600&
host ip address is :10.44.0.225
at start up i am getting this message:
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS4
Deflate (15) compression enabled
local IP address 10.64.64.66
remote IP address 10.44.0.225
when i give ifconfig on clientside i am able to see ppp connection
(RUNNING)
ppp0 Link encap:Point-Point Protocol
inet addr:10.64.64.66 P-t-P:10.44.0.225 Mask:
255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:75 (75.0 B) TX bytes:87 (87.0 B)
but i couldn't ping any computer connected to network. even i couldn't
reach the PPP server(Red hat machine) it self. i am running pppd on
server with sudo access. is that okay? or should it require "root"
access? at startup on serverside "cannot determine ethernet address
for proxy ARP" is appearing.
can anyone help me in this?
Thanks
pk
i am trying to connect an embedded system running on Linux to Linux
host (Red hat 2.6.9 kernel) through PPP.
on client side(embedded system) i am using the following command:
pppd -detach crtscts lock noauth defaultroute 10.64.64.66:10.44.0.225 /
dev/ttyS4 9600&
on serverside (Redhat linux machine) :
pppd -detach crtscts lock noauth proxyarp 10.44.0.225: /dev/ttyUSB2
9600&
host ip address is :10.44.0.225
at start up i am getting this message:
Using interface ppp0
Connect: ppp0 <--> /dev/ttyS4
Deflate (15) compression enabled
local IP address 10.64.64.66
remote IP address 10.44.0.225
when i give ifconfig on clientside i am able to see ppp connection
(RUNNING)
ppp0 Link encap:Point-Point Protocol
inet addr:10.64.64.66 P-t-P:10.44.0.225 Mask:
255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:75 (75.0 B) TX bytes:87 (87.0 B)
but i couldn't ping any computer connected to network. even i couldn't
reach the PPP server(Red hat machine) it self. i am running pppd on
server with sudo access. is that okay? or should it require "root"
access? at startup on serverside "cannot determine ethernet address
for proxy ARP" is appearing.
can anyone help me in this?
Thanks
pk