Skip to content

How can I get Virtual/Shared IP running (on TuringPI2/RK1)? #8222

Answered by nberlee
bguijt asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bguijt ,

Thanks for using the image the eth0 is wrong, unless you have set :

        extraKernelArgs:
            - net.ifnames=0

Please use:

    network:
        # `interfaces` is used to define the network interface configuration.
        interfaces:
            - deviceSelector:
                driver: rk_gmac-dwmac 
              dhcp: true # Indicates if DHCP should be used to configure the interface.
              # Virtual (shared) IP address configuration.
              vip:

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@nberlee
Comment options

Answer selected by bguijt
@smira
Comment options

@smira
Comment options

@bguijt
Comment options

@bguijt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants