Does anyone know how to connect two Ubuntu 18 servers with a direct NIC to NIC connection? [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to connect the second NIC in two servers directly using a crossover cable. I want to setup a direct 10G connection for DRBD.
ubuntu networking
closed as unclear what you're asking by G-Man, n.st, thrig, RalfFriedl, GAD3R Dec 5 at 16:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I am trying to connect the second NIC in two servers directly using a crossover cable. I want to setup a direct 10G connection for DRBD.
ubuntu networking
closed as unclear what you're asking by G-Man, n.st, thrig, RalfFriedl, GAD3R Dec 5 at 16:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
1
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to connect the second NIC in two servers directly using a crossover cable. I want to setup a direct 10G connection for DRBD.
ubuntu networking
I am trying to connect the second NIC in two servers directly using a crossover cable. I want to setup a direct 10G connection for DRBD.
ubuntu networking
ubuntu networking
edited Dec 7 at 14:39
asked Dec 4 at 19:15
Ken
11
11
closed as unclear what you're asking by G-Man, n.st, thrig, RalfFriedl, GAD3R Dec 5 at 16:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by G-Man, n.st, thrig, RalfFriedl, GAD3R Dec 5 at 16:36
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
4
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
1
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11
add a comment |
4
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
1
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11
4
4
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
1
1
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
4
Have you actually tried the connection and verified that it doesn't work? As a general rule, almost all modern GbE and higher speed NIC's implement auto MDIX, which means not only that you normally don't need a crossover cable with them, but that they also shouldn't care if you do use one.
– Austin Hemmelgarn
Dec 4 at 19:24
I have tested the crossover cable on two Windows systems and have verified it works. I have the primary NIC's on the two Ubuntu servers connected via a switch and they communicate fine. I cannot ping the IP of the secondary NIC (connected via crossover cable) from the other server(s). I don't know how to setup the direct connection on the secondary NIC's in netplan.
– Ken
Dec 4 at 20:32
1
Have you configured static IPs for the relevant interface devices on both ends (or set up a DHCP on one end)?
– n.st
Dec 4 at 22:26
I have tried configuring static IP's, but I don't know all of the necessary parameters. Below is my current 01-netcfg.yaml file. en02 is the interface connected with the crossover.
– Ken
Dec 5 at 13:09
PC1 network: version: 2 renderer: networkd ethernets: eno1: addresses: [192.168.25.108/24] gateway4: 192.168.25.254 nameservers: search: [mydomain.local] addresses: [192.168.25.3, 192.168.25.4, 192.168.1.19] eno2: addresses: [192.168.125.108/32]
– Ken
Dec 5 at 13:11