F5F Stay Refreshed Software Operating Systems Ubuntu Server 18.10

Ubuntu Server 18.10

Ubuntu Server 18.10

Pages (2): Previous 1 2
A
aloyark
Member
161
05-16-2018, 05:17 AM
#11
This depends on how your setup works. With four connections using bonded links, you're seeing six unique IP addresses. You should configure static IPs for each or enable DHCP so they share the same address. This ensures the server appears as a single IP to networks.
A
aloyark
05-16-2018, 05:17 AM #11

This depends on how your setup works. With four connections using bonded links, you're seeing six unique IP addresses. You should configure static IPs for each or enable DHCP so they share the same address. This ensures the server appears as a single IP to networks.

P
pyromaani
Member
61
05-16-2018, 05:50 AM
#12
The instructions link everything to a single IP address. Since I haven’t tried Netplan, it seems they’re handling many extra things that aren’t needed.
P
pyromaani
05-16-2018, 05:50 AM #12

The instructions link everything to a single IP address. Since I haven’t tried Netplan, it seems they’re handling many extra things that aren’t needed.

D
DD_CoolCat
Member
65
05-17-2018, 06:48 AM
#13
Explore the examples for sample configurations.
D
DD_CoolCat
05-17-2018, 06:48 AM #13

Explore the examples for sample configurations.

A
Abe_YouTube7
Member
125
05-17-2018, 11:33 AM
#14
Thanks for your assistance!
A
Abe_YouTube7
05-17-2018, 11:33 AM #14

Thanks for your assistance!

I
InsygniaS
Member
55
05-17-2018, 03:50 PM
#15
Linux bonding offers a detailed overview of the process and available configurations. Netplan appears to be a strong choice based on what I found. I appreciate when things are described in YAML formats. Regarding alternatives, running serverless puppet or similar tools can give you high-level abstraction and flexibility for managing servers. Defining configurations as code always brings a smile to my face.
I
InsygniaS
05-17-2018, 03:50 PM #15

Linux bonding offers a detailed overview of the process and available configurations. Netplan appears to be a strong choice based on what I found. I appreciate when things are described in YAML formats. Regarding alternatives, running serverless puppet or similar tools can give you high-level abstraction and flexibility for managing servers. Defining configurations as code always brings a smile to my face.

L
Ltobias965
Junior Member
18
05-17-2018, 10:59 PM
#16
Assign the server a fixed IP address might resolve the issue.
L
Ltobias965
05-17-2018, 10:59 PM #16

Assign the server a fixed IP address might resolve the issue.

Pages (2): Previous 1 2