home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / etc / isdnconfig < prev    next >
Encoding:
Text File  |  1995-09-12  |  613 b   |  37 lines

  1. #!/bin/sh
  2.  
  3.  
  4.  
  5. if false; then
  6. modprobe teles
  7. # modprobe icn
  8. # icnctrl load /usr/local/loadpg.bin /usr/local/pc1t...
  9. # www.think.te/to
  10. isdnctrl addif isdn0
  11. isdnctrl addphone isdn0 out 09312500371
  12. # Nur anrufe von 9312500371 (mit *[] als Template)
  13. isdnctrl addphone isdn0 in "*9312500371"
  14. isdnctrl eaz isdn0 23350
  15. # Close after 60 seconds
  16. isdnctrl huptimeout isdn0 60
  17. # Timeout for incoming
  18. isdnctrl inhup isdn0 60
  19. # Tel-nummern beachten
  20. isdnctrl secure isdn0 on
  21. ifconfig isdn0 194.120.69.50 metric 1
  22. route add 194.120.140.253 dev isdn0
  23. fi
  24.  
  25. ping 194.120.140.253
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. exit
  33.  
  34. ifconfig isdn0 down
  35. rmmod teles
  36. rmmod isdn
  37.