Introduction
Statistics
Contact
Development
Disclaimer
Help
sdf.org home page
Linux������һ���������ڲ�����ļ취
���±�ţ�1256840888
�����ڣ�2011-12-31 06:43:48
=====================
ʹ���龰����һֻ�л�3gs��û��wifi����Ҫ������ibluever��ͨ��Linux��
�
����ppp���������ļ����˴����ļ��Ϊpalm����ϴ�������ǽ�palm���õ�
���հ�֮��
nano /etc/ppp/peers/palm
921600 #�����ٶȣ��������
noauth # ������֤
local # local connection
passive # the client (palm) initiates the connection
172.0.0.1:172.0.0.2 # Server:client ip address
ms-dns 192.168.1.1 #�����DNS��ַ
ʹ��sdptool����һ�������
sdptool add SP
��dund���������
dund -s call palm
Linux��NAT����ܼ�ֻҪ������
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s 172.0.0.0/24 -j SNAT --to 192.168.1.
124