Guest User

Untitled

a guest
Feb 28th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. [Dialer Defaults]
  2. Phone = *99***1#
  3. Username = guest
  4. Password = guest
  5. Stupid Mode = 1
  6. Dial Command = ATDT
  7. Modem = /dev/ttyUSB0
  8. Baud = 460800
  9. Init2 = ATZ
  10. Init3 = ATE0V1&D2&C1S0=0+IFC=2,2
  11. ISDN = 0
  12. Modem Type = Analog Modem
  13. Init5 =AT+CGDCONT=1,"IP","three.co.uk"
  14. Carrier Check = No
  15.  
  16.  
  17.  
  18. # Configuration file for /sbin/dhclient, which is included in Debian's
  19. # dhcp3-client package.
  20. #
  21. # This is a sample configuration file for dhclient. See dhclient.conf's
  22. # man page for more information about the syntax of this file
  23. # and a more comprehensive list of the parameters understood by
  24. # dhclient.
  25. #
  26. # Normally, if the DHCP server provides reasonable information and does
  27. # not leave anything out (like the domain name, for example), then
  28. # few changes must be made to this file, if any.
  29. #
  30.  
  31. send host-name "<hostname>";
  32. #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
  33. #send dhcp-lease-time 3600;
  34. #supersede domain-name "fugue.com home.vix.com";
  35. #prepend domain-name-servers 127.0.0.1;
  36. request subnet-mask, broadcast-address, time-offset, routers,
  37. domain-name, domain-name-servers, domain-search, host-name,
  38. netbios-name-servers, netbios-scope, interface-mtu;
  39. #require subnet-mask, domain-name-servers;
  40. #timeout 60;
  41. #retry 60;
  42. #reboot 10;
  43. #select-timeout 5;
  44. #initial-interval 2;
  45. #script "/etc/dhcp3/dhclient-script";
  46. #media "-link0 -link1 -link2", "link0 link1";
  47. #reject 192.33.137.209;
  48.  
  49. #alias {
  50. # interface "eth0";
  51. # fixed-address 192.5.5.213;
  52. # option subnet-mask 255.255.255.255;
  53. #}
  54.  
  55. #lease {
  56. # interface "eth0";
  57. # fixed-address 192.33.137.200;
  58. # medium "link0 link1";
  59. # option host-name "andare.swiftmedia.com";
  60. # option subnet-mask 255.255.255.0;
  61. # option broadcast-address 192.33.137.255;
  62. # option routers 192.33.137.250;
  63. # option domain-name-servers 127.0.0.1;
  64. # renew 2 2000/1/12 00:00:01;
  65. # rebind 2 2000/1/12 00:00:01;
  66. # expire 2 2000/1/12 00:00:01;
  67. #}
Add Comment
Please, Sign In to add comment