doku2
This commit is contained in:
11
basic/routing.md
Normal file
11
basic/routing.md
Normal 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>
|
||||
Reference in New Issue
Block a user