3
« on: March 04, 2008, 09:51:27 pm »
well been mulling this over for a bit, got a ppp connection going,
on the mac:
ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
inet 10.189.66.36 --> 10.0.1.201 netmask 0xfffffe00
on the z:
ppp0
inet addr: 10.0.0.201 P-t-P:10.189.66.36
yet can't ping google, any idea's will be much appreciated.
this is the script for the mac:
do shell script "sudo /usr/sbin/pppd /dev/tty.Bluetooth-PDA-Sync 115200 noauth local passive proxyarp asyncmap 0 silent persist :10.0.1.201 &" with administrator privileges
do shell script "sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=1"
do shell script "sudo ifconfig ppp0 up"
and I am using the BT-GMRS script in /etc/ppp/peers/
Almost there I think....