#!/bin/sh
#
# Edit to reflect your locations.
export CLASSPATH=.:/jdk/lib/classes.zip:/home/xner/JJOS/common/bytecode
# Makes sure linux ignores packets intended for us and does not confuse the
# peer with error messages.
# Edit to reflect the fake ip in the source.
ipchains -A input -j DENY -s 0.0.0.0/0 -d 10.10.10.10/32
/jdk/bin/java Main


