Advertisement
Guest User

Untitled

a guest
Jan 25th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. My `/etc/netctl/mobile_ppp` file's contents are as follows:
  2.  
  3. Description='Example PPP mobile connection'
  4. Interface='ttyUSB0'
  5. Connection='mobile_ppp'
  6. PhoneNumber='*99#'
  7. # Use default route provided by the peer (default: true)
  8. #DefaultRoute=true
  9. # Use DNS provided by the peer (default: true)
  10. #UsePeerDNS=true
  11. # The user and password are not always required
  12. #User='example@yourprovider.com'
  13. #Password='very secret'
  14. # The access point name you are connecting to
  15. AccessPointName='internet'
  16. # If your device has a PIN code, set it here. Defaults to 'None'
  17. #Pin=None
  18. # Mode can be one of 3Gpref, 3Gonly, GPRSpref, GPRSonly, None
  19. # These only work for Huawei USB modems; all other devices should use None
  20. Mode=3Gonly
  21. # ^ tried all other options too
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement