Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.09 KB | None | 0 0
  1. ##GoGoNet/GOgo6 Ipv6
  2. ##Rewriten For Ubuntu On
  3. #Mon Feb  7 06:58:04 EST 2011
  4. #Linux www 2.6.28-19-generic #66-Ubuntu SMP Sat Oct 16 17:39:04 UTC 2010 i686 GNU/Linux
  5. ###
  6. ###Copy To The Decompressed gogoc-1_2-RELEASE/install.sh
  7. ###
  8. ###Depends
  9. ##tools
  10. #'sh' 'grep' 'awk' 'sed' 'gcc/glibc-dev/g++' 'libc6-dev' 'gmake'
  11. #
  12. ##Encryption
  13. #'OpenSSL' 'libcrypto' 'libptherad' 'libsocket'
  14. #
  15. ##Kernel
  16. #'Universal TUN/TAP device driver support'
  17. #'IPv6-In-IPv4 tunneling support'
  18. #'IPv4-In-IPv6 tunneling support (optional)'
  19. #'IPv6 support'
  20. ###
  21. #BloodStarNet.Net
  22. #Pinginn-Live
  23. ###
  24. ##COMfuckingPILATION
  25. # compileing gogoc distro linux
  26. echo 'make [platform=linux] all' >> gogoc-tsp/make.sh
  27. chmod 777 gogoc-tsp/make.sh
  28. sh gogoc-tsp/make.sh
  29. rm gogoc-tsp/make.sh
  30. ##Install
  31. # installing client and libs to /usr/local/gogoc
  32. mkdir /usr/local/gogoc
  33. echo 'make [platform=linux] installdir=/usr/local/gogoc install' >> gogoc-tsp/install.sh
  34. chmod 777 gogoc-tsp/install.sh
  35. sh gogoc-tsp/install.sh
  36. rm gogoc-tsp/install.sh
  37. # executeing gogoc from /usr/local/gogoc/bin is requiered.
  38. echo 'gogoc Has Been Installed To /usr/local/gogoc/bin'
  39. echo 'A copy of the configuration file has been copyed to your home Dir. After Editing It it must be copyed to /usr/local/gogoc/bin/'
  40. echo 'Please Edit Your UserName/pass Change The GateWay Server The DNS Server EtherNet Setting,'
  41. echo 'And The security method Dont Forget TO Remove The / ;) Examples Below.'
  42. echo 'userid=USER passwd=PASS'
  43. echo 'server=authenticated.freenet6.net,amsterdam.freenet6.net, montreal.freenet6.net, taipei.freenet6.net, sydney.freenet6.net'
  44. echo 'dns_server=8.8.8.8'
  45. echo 'if_prefix=eth0'
  46. echo 'auth_method=any'
  47. cp /usr/local/gogoc/bin/gogoc.conf ~
  48. chmod 777 ~/gogoc.conf
  49. echo 'Extra Indeepth Info Is Located In The ManFiles.'
  50. #Man files
  51. echo 'To view man pages, run :'
  52. echo   'man -M /usr/local/gogoc/man gogoc'
  53. echo   'man -M /usr/local/gogoc/man gogoc.conf'
  54. echo 'To Execute you need to run "gogoc"'
  55. ##Copying Executer to /bin
  56. echo '/usr/local/gogoc/bin/gogoc -f /usr/local/gogoc/bin/gogoc.conf' >> /bin/gogoc
  57. chmod 777 /bin/gogoc
  58. #End. installer.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement