This commit is contained in:
Andreas Stephanides
2017-06-27 08:03:06 +02:00
parent 4b170509a2
commit 9659e697b4
3 changed files with 49 additions and 3 deletions

11
basic/routing.md Normal file
View File

@@ -0,0 +1,11 @@
title: Routing http und ssh
Alle Webserver sind hinter Firewall und Proxy, dadurch sind sie weitestgehend geschützt vor zufälligen Zugriffen.
## interfaces ##
<pre>
auto eth0
iface eth0 inet dhcp
post-up route add -net 192.168.95.0 netmask 255.255.255.0 gw 192.168.86.36
pre-down route del -net 192.168.95.0 netmask 255.255.255.0 gw 192.168.86.36
</pre>