diff options
author | Camil Staps | 2015-10-02 15:02:11 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-02 15:03:07 +0200 |
commit | eb0a29adaab70381867f91085ebe0ba2cc2928d7 (patch) | |
tree | 2cffecfec1aa08a91cf8ca231104c439c9d6cb80 /netsec-assignment4-S4498062/exercise3/exercise3d | |
parent | Start exercise 4 (diff) |
Finish assignment 4
Diffstat (limited to 'netsec-assignment4-S4498062/exercise3/exercise3d')
-rw-r--r-- | netsec-assignment4-S4498062/exercise3/exercise3d | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netsec-assignment4-S4498062/exercise3/exercise3d b/netsec-assignment4-S4498062/exercise3/exercise3d new file mode 100644 index 0000000..b5ea318 --- /dev/null +++ b/netsec-assignment4-S4498062/exercise3/exercise3d @@ -0,0 +1,5 @@ +This is added to not VPN the DNS service on 131.174.117.20. From the DHCP lease +of tap0 we can see that this VPN service does not provide a DNS server. So, if +we don't allow the other name server (if this rule were not there), we cannot +resolve any hostnames. However, there are VPNs that do have a DNS service (see +http://security.stackexchange.com/a/13907/21287) |