Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM-IPv4 defaultrouten funktionieren so nicht (immer) #10

Open
Adorfer opened this issue Apr 3, 2016 · 0 comments
Open

VM-IPv4 defaultrouten funktionieren so nicht (immer) #10

Adorfer opened this issue Apr 3, 2016 · 0 comments

Comments

@Adorfer
Copy link
Member

Adorfer commented Apr 3, 2016

Auf einem Host auf dem die FallOverIPs aus einem /30 vergeben werden sind ist die
als Gateway NICHT die Falloverip auf .254 nutzbar.
Und auch auf Grundlage der OVH-Doku empfiehlt es sich, das gleich "sauber" zu machen.
Also über die post-up ip-routen.
Mir ist nur nicht so recht klar, wie man das allgemeinverständlich formulieren kann.
Vermutlich mit einem Haufen Screenshots...

z.B.

    auto eth0
    iface eth0 inet static
    address 51.255.150.68
    netmask 255.255.255.0
    dns-nameservers 8.8.8.8
    network 51.255.150.0
    broadcast 51.255.150.255
    post-up ip r add 51.254.47.254 dev eth0
    post-up ip r add default via 51.254.47.254 dev eth0

oder

    auto eth0
    iface eth0 inet static
    address 164.132.62.120
    netmask 255.255.255.0
    network 164.132.62.0
    broadcast 164.132.62.255
    dns-nameservers 8.8.8.8
    post-up ip r add 91.121.134.254 dev eth0
    post-up ip r add default via 91.121.134.254 dev eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant