Dear Team,
We have successfully interfaced the EC200 Modem with the Raspberry Pi and are currently using dynamic IPV4 address SIM cards to get internet access via PPP mode. The following chat script is used for the IPV4 configuration: (/etc/ppp/peers) connect “/usr/sbin/chat -v -f /etc/chatscripts/gprs -T www”
/dev/GSM_USB3
115200
defaultroute
nocrtscts
lock
noauth
persist
lcp-echo-interval 30
lcp-echo-failure 65535
lcp-max-failure 100
mtu 1492
passive
hide-password
usepeerdns
local
asyncmap 0
maxfail 0
noccp
debug Now, we want to use static IPV6 address SIM cards to get internet access via PPP mode. Kindly assist with the configuration for this setup.
Please let us know the required changes to the chat script and any additional settings needed for IPV6.
Thank you.