Warning: require() [function.require]: open_basedir restriction in effect. File(/usr/local/php-spez-5.2.17/lib/php/geshi/geshi.php) is not within the allowed path(s): (/usr/local/php/lib/php/:/home/www/:/usr/bin/:/tmp:/usr/local/php52/lib/php/) in /home/www/web25/html/syswiki/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 376
Add static route (OpenSUSE) – HS Syswiki

Add static route (OpenSUSE)

Aus HS Syswiki
Wechseln zu: Navigation, Suche

Note: Hetzner doesn't allow communication between two servers in the same subnet. There is needed to install static route for each server.

SERVER tux29.hoststar.at:
- IP: 85.10.205.7
- default GW: 85.10.205.1 
 
route add -host 85.10.205.23 gw 85.10.205.1 dev eth0
 
SERVER tux99.hoststar.ch
- IP: 85.10.205.23
- default GW: 85.10.205.1
 
route add -host 85.10.205.7 gw 85.10.205.1 dev eth0
 
 
Pernament configuration:
 
Note: BE VERY CAREFULLY !!!
 
tux29at:
echo '85.10.205.23 85.10.205.1 255.255.255.255 eth0' >> /etc/sysconfig/network/routes
service network restart
 
tux99ch:
echo '85.10.205.7 85.10.205.1 255.255.255.255 eth0' >> /etc/sysconfig/network/routes
service network restart
Meine Werkzeuge
Namensräume

Varianten
Aktionen
Navigation
Werkzeuge