[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Connect [Bridge] two machines running lwip applications
From: |
Saket Chawla |
Subject: |
Re: [lwip-users] Connect [Bridge] two machines running lwip applications |
Date: |
Thu, 9 Feb 2012 13:43:32 +0530 |
Just an update
i read thorugh this entire thread
and figured that i have to add MAC ID of the device to the IP of my lwip application
as
sudo arp -s 192.168.0.2 Bridgeddress-br0
or
sudo arp -s 192.168.0.2 Ethaddress-eth0
or
sudo arp -s 192.168.0.2 Tapadress-tap0
i tried all but still no success
--
Thanks
Regards
Saket Chawla