aboutsummaryrefslogtreecommitdiff
path: root/netsec-assignment4-S4498062/exercise4/exercise4a
diff options
context:
space:
mode:
authorCamil Staps2015-10-02 15:02:11 +0200
committerCamil Staps2015-10-02 15:03:07 +0200
commiteb0a29adaab70381867f91085ebe0ba2cc2928d7 (patch)
tree2cffecfec1aa08a91cf8ca231104c439c9d6cb80 /netsec-assignment4-S4498062/exercise4/exercise4a
parentStart exercise 4 (diff)
Finish assignment 4
Diffstat (limited to 'netsec-assignment4-S4498062/exercise4/exercise4a')
-rw-r--r--netsec-assignment4-S4498062/exercise4/exercise4a7
1 files changed, 7 insertions, 0 deletions
diff --git a/netsec-assignment4-S4498062/exercise4/exercise4a b/netsec-assignment4-S4498062/exercise4/exercise4a
new file mode 100644
index 0000000..5646f65
--- /dev/null
+++ b/netsec-assignment4-S4498062/exercise4/exercise4a
@@ -0,0 +1,7 @@
+This is in REQ-4. Error messages should only be in an existing session
+(otherwise we can send error messages `gratuitiously', like in gratuitious ARP,
+and thus influence a NAT from outside). So, we SHOULD drop these packets.
+
+If such an error message does belong to an existing session, NAT should simply
+translate the address and forward the message to the internal host, so that it
+receives the message correctly.