IPCop


 
Thread Tools Search this Thread
Special Forums Cybersecurity IPCop
# 1  
Old 06-09-2003
IPCop

I just recently heard about IPCop. I am curious if anyone knows anything about this program/os and if I should attempt to use it. I currently have a cable modem connected straight to my pc with a trial version firewall. But what I want is to setup IPCop on a pc and connect the cable modem to it then connect that pc to a hub/switch and connect my computers to it. Also, I am curious if with this setup I could connect my work laptop to it and then use my work vpn client? A lot of questions, I know but I haven't had the time to read up on this yet and I need to set it up tomorrow or buy a router, if I set it up this way I don't have to buy anything because I have all the listed items. Thanks for any and all help. Oh, and if I have put this in the wrong thread please move it or let me know thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DOCSIS(1)						      General Commands Manual							 DOCSIS(1)

NAME
DOCSIS - Docsis configuration file creator. DESCRIPTION
DOCSIS Configuration File creator. This program encodes text configuration files which contain Configuration File Settings into binary configuration files, as specified by the DOCSIS RFI 1.1 Specification, Appendix C. To encode a cable modem configuration file: ./docsis -e <modem_cfg_file> <key_file> <output_file> To encode multiple cable modem configuration files: ./docsis -m <modem_cfg_file1> ... <key_file> <new_extension> To encode a MTA configuration file: ./docsis -p <mta_cfg_file> <output_file> To encode multiple MTA configuration files: ./docsis -m -p <mta_file1> ... <new_extension> To decode a CM or MTA config file: ./docsis -d <binary_file> Where: <cfg_file> = name of text (human readable) cable modem or MTA configuration file <key_file> = text file containing the authentication key (shared secret) to be used for the CMTS MIC <output_file> = name of output file where the binary data will be written to (if it does not exist it is created). <binary_file> = name of binary file to be decoded <new_extension> = new extension to be used when encoding multiple files See examples/*.cfg for configuration file format. BUGS
/QUESTIONS Please send bugs or questions to docsis-users@lists.sourceforge.net COPYRIGHT
Copyright (C) 1999,2000,2001 Cornel Ciocirlan, ctrl@users.sourceforge.net Copyright (C) 2002,2003,2004,2005 Evvolve Media SRL, docsis@evvolve.com This manual page was written by Lisandro Damian Nicanor Perez Meyer based on the output of help2man for the Debian project, but may be used by others. DOCSIS Configuration File creator. February 2012 DOCSIS(1)