Skip to content

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

Open
@Adorfer

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions