-
it seems the alpine client doesn't have /etc/network/interfaces by default and since eth0 is on dhcp how I can statically configure eth1 for ghcr.io/hellt/network-multitool linux container? |
Beta Was this translation helpful? Give feedback.
Answered by
hellt
Jan 15, 2023
Replies: 1 comment
-
Hi @nanisyako Examples: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hellt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nanisyako
you have to use exec and call ip/ifconfig utilities as with regular containers
Examples:
containerlab/lab-examples/ixiac01/ixiac01.clab.yml
Line 9 in ba3475c