MPAA Sets Up Fake Site to Catch Pirates - Slashdot

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News MPAA Sets Up Fake Site to Catch Pirates - Slashdot
# 1  
Old 07-07-2007
MPAA Sets Up Fake Site to Catch Pirates - Slashdot

MPAA Sets Up Fake Site to Catch Pirates
Slashdot - 42 minutes ago
Apparently, SE Linux is trying to do something like this, but OS vendors need to find a way to make this whole process seamless and easy, ...

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. IP Networking

IPSec Openswan Site to Site VPN - Big Pain

Hi @all, I try to connect 2 LANs with IPSec/Openswan LAN 1: 192.168.0.0/24 LAN 2: 192.168.1.0/24 This is my Config: conn HomeVPN # # Left security gateway, subnet behind it, nexthop toward right. left=192.168.1.29 ... (1 Reply)
Discussion started by: bahnhasser83
1 Replies

2. IP Networking

Does cisco 1921 router support site to site VPNs using IPSec?

Q: "Does Cisco 1921 router support,, act as an endpoint for, site to site VPNs using IPSec? If so, how many? " A: If you get the Cisco 1921/k9 with the security services bundle then it will have built in security features. Cisco, typically includes IP Sec tunnels I believe as part of that... (0 Replies)
Discussion started by: Ayaerlee
0 Replies

3. IP Networking

How to establish site to site vpn - Linux machine and cisco asa?

Hi, I am trying to establish vpn between my linux server and cisco asa at client side. I installed openswan on my cent os. Linux Server eth0 - 182.2.29.10 Gateway - 182.2.29.1 eth1 - 192.9.200.75 I have simple IPtables Like WAN="eth0" LAN="eth1" (0 Replies)
Discussion started by: ashokvpp
0 Replies

4. IP Networking

port access to site to site VPN

Setup a site to site VPN between two cisco routers. One of the site locations is unable to access ports such as https://example.com:9001 How do I let them go into port 9001? They can ssh, ftp, telnet and everything else. Is this a VPN issue or ACL access issue? I put permit ip host... (0 Replies)
Discussion started by: photon
0 Replies

5. Virtualization and Cloud Computing

Clouds (Partially Order Sets) - Streams (Linearly Ordered Sets) - Part 2

timbass Sat, 28 Jul 2007 10:07:53 +0000 Originally posted in Yahoo! CEP-Interest Here is my follow-up note on posets (partially ordered sets) and tosets (totally or linearly ordered sets) as background set theory for event processing, and in particular CEP and ESP. In my last note, we... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. News, Links, Events and Announcements

SCO on slashdot..

http://slashdot.org/articles/03/04/23/1925259.shtml?tid=123 now I am just confused, SuSE is part of United Linux which is lead by SCO right? I could see SCO going after Redhat, but not SuSE, who is a business partner with SCO. what do you guys think about this (0 Replies)
Discussion started by: norsk hedensk
0 Replies
Login or Register to Ask a Question
TORRUS_ACTION_SNMPTRAP(7)					      torrus						 TORRUS_ACTION_SNMPTRAP(7)

NAME
action_snmptrap, action_snmpv1trap - Scripts for sending SNMP traps (version 2c and 1 respectively) from monitor action. "action_snmpv1trap" is obsolete as the preferred SNMP version is 2c. SYNOPSIS
<action name="snmptrap"> <param name="action-type" value="exec" /> <param name="command" value="$TORRUS_BIN/action_snmptrap" /> <param name="launch-when" value="set, clear" /> </action> DESCRIPTION
This program is designed for usage from a monitor action only. It takes the arguments from environment variables, as described in action- type "exec" in Torrus XML Configuration Guide. In addition, some values may be supplied via command-line arguments (see section OPTIONS below). Site-specific variables must be specified in the file snmptrap-siteconfig.pl. Default values are installed by the first run of "make install". Subsequent runs of "make install" do not override this file. OPTIONS
--host=HOSTNAME Sets the hostname of the destination host. --community=COMMUNITY Sets the community string to use when sending the trap. --port=PORT Sets the destination UDP port. --enterprise=OID Sets the "enterprise" field of the SNMPv1 trap to a given OID (see RFC 1157 for more details). This option is only available for "action_snmpv1trap" and will be ignored for "action_snmptrap". --severity=SEVERITY Sets the optional severity SNMP variable to some integer value. FILES
/etc/torrus/conf/snmptrap-siteconfig.pl Torrus site configuration script for SNMP traps. SEE ALSO
torrus(8) NOTES
See more documentation at Torrus home page: http://torrus.org AUTHOR
Stanislav Sinyagin <ssinyagin@yahoo.com> torrus 2.03 2013-07-26 TORRUS_ACTION_SNMPTRAP(7)