#!/system/bin/sh

/system/bin/setprop "net.interfaces.defaultroute" "gprs"
#/system/bin/setprop "net.dns1" "205.252.144.228"
#/system/bin/setprop "net.gprs.dns1" "205.252.144.228"
#/system/bin/setprop "net.gprs.dns1" "211.136.20.203"
#/system/bin/setprop "net.gprs.dns2" "211.136.17.107"
#/system/bin/setprop "net.gprs.dns1" "$DNS1"
/system/bin/setprop "net.dns1" "$DNS1"
/system/bin/setprop "net.dns2" "$DNS2"
/system/bin/setprop "net.gprs.local-ip" "$IPLOCAL" 
/system/bin/setprop "net.ppp0.local-ip" "$IPLOCAL"
/system/bin/setprop "net.gprs.remote-ip" "$IPREMOTE" 

exit 0


