Skip to content

Commit 5317f34

Browse files
authored
Merge pull request #1 from serverok/serverok-patch-1
Updated network config for Debian 9/Ubuntu 18.04
2 parents 95e08ee + 77dc7f3 commit 5317f34

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pages/cloud/dedicated/network_bridging/guide.en-gb.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,23 @@ iface eth0 inet static
7474
pre-down route del default gw GATEWAY_IP
7575
```
7676

77+
**Debian 9**
78+
79+
```bash
80+
auto lo eth0
81+
iface lo inet loopback
82+
iface eth0 inet static
83+
address FAILOVER_IP
84+
netmask 255.255.255.255
85+
broadcast FAILOVER_IP
86+
post-up ip route add GATEWAY_IP dev eth0
87+
post-up ip route add default via GATEWAY_IP dev eth0
88+
pre-down ip route del GATEWAY_IP dev eth0
89+
pre-down ip route del default via GATEWAY_IP dev eth0
90+
```
91+
92+
93+
7794
#### Redhat and Redhat based operating systems (CentOS 6, Scientific Linux, ClearOS, etc)
7895

7996
1. Open up an SSH connection to your virtual machine
@@ -261,4 +278,4 @@ In the IPv4 Properties window:
261278

262279
## Go further
263280

264-
Join our community of users on <https://community.ovh.com/en/>.
281+
Join our community of users on <https://community.ovh.com/en/>.

0 commit comments

Comments
 (0)