network settings at debian creating loss? [on hold]

Multi tool use
i've tried to set up multiple IPs on my debian 8.1 root server with a dual ethernet system.
this was the initial setup without multiple IPs.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
The following setup I've created to setup multiple IPs. This is working fine as long as the traffic is not to high. But on high traffic the clients get loss. I'm not sure if this is caused by a switch before my machine or because I'm just using one ethernet controller...
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
auto eth0:0
allow-hotplug eth0:0
iface eth0:0 inet static
address x.xxx.xx.235
netmask 255.255.255.248
auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
address x.xxx.xx.236
netmask 255.255.255.248
auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
address x.xxx.xx.237
netmask 255.255.255.248
auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
address x.xxx.xx.238
netmask 255.255.255.248
It would really be nice if someone could help me setting this up in a better way. I'm a little bit frigthend to test out things as this might cause losing the connection to the machine.
networking ethernet debian
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by vidarlo, Florian Diesch, pomsky, waltinator, DK Bose 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, Florian Diesch, pomsky, waltinator, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
i've tried to set up multiple IPs on my debian 8.1 root server with a dual ethernet system.
this was the initial setup without multiple IPs.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
The following setup I've created to setup multiple IPs. This is working fine as long as the traffic is not to high. But on high traffic the clients get loss. I'm not sure if this is caused by a switch before my machine or because I'm just using one ethernet controller...
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
auto eth0:0
allow-hotplug eth0:0
iface eth0:0 inet static
address x.xxx.xx.235
netmask 255.255.255.248
auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
address x.xxx.xx.236
netmask 255.255.255.248
auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
address x.xxx.xx.237
netmask 255.255.255.248
auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
address x.xxx.xx.238
netmask 255.255.255.248
It would really be nice if someone could help me setting this up in a better way. I'm a little bit frigthend to test out things as this might cause losing the connection to the machine.
networking ethernet debian
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by vidarlo, Florian Diesch, pomsky, waltinator, DK Bose 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, Florian Diesch, pomsky, waltinator, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago
add a comment |
i've tried to set up multiple IPs on my debian 8.1 root server with a dual ethernet system.
this was the initial setup without multiple IPs.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
The following setup I've created to setup multiple IPs. This is working fine as long as the traffic is not to high. But on high traffic the clients get loss. I'm not sure if this is caused by a switch before my machine or because I'm just using one ethernet controller...
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
auto eth0:0
allow-hotplug eth0:0
iface eth0:0 inet static
address x.xxx.xx.235
netmask 255.255.255.248
auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
address x.xxx.xx.236
netmask 255.255.255.248
auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
address x.xxx.xx.237
netmask 255.255.255.248
auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
address x.xxx.xx.238
netmask 255.255.255.248
It would really be nice if someone could help me setting this up in a better way. I'm a little bit frigthend to test out things as this might cause losing the connection to the machine.
networking ethernet debian
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
i've tried to set up multiple IPs on my debian 8.1 root server with a dual ethernet system.
this was the initial setup without multiple IPs.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth1
iface eth1 inet dhcp
auto eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
The following setup I've created to setup multiple IPs. This is working fine as long as the traffic is not to high. But on high traffic the clients get loss. I'm not sure if this is caused by a switch before my machine or because I'm just using one ethernet controller...
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address x.xxx.xx.234
netmask 255.255.255.248
gateway x.xxx.xx.233
auto eth0:0
allow-hotplug eth0:0
iface eth0:0 inet static
address x.xxx.xx.235
netmask 255.255.255.248
auto eth0:1
allow-hotplug eth0:1
iface eth0:1 inet static
address x.xxx.xx.236
netmask 255.255.255.248
auto eth0:2
allow-hotplug eth0:2
iface eth0:2 inet static
address x.xxx.xx.237
netmask 255.255.255.248
auto eth0:3
allow-hotplug eth0:3
iface eth0:3 inet static
address x.xxx.xx.238
netmask 255.255.255.248
It would really be nice if someone could help me setting this up in a better way. I'm a little bit frigthend to test out things as this might cause losing the connection to the machine.
networking ethernet debian
networking ethernet debian
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
D. SensenD. Sensen
1
1
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
D. Sensen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by vidarlo, Florian Diesch, pomsky, waltinator, DK Bose 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, Florian Diesch, pomsky, waltinator, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by vidarlo, Florian Diesch, pomsky, waltinator, DK Bose 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – vidarlo, Florian Diesch, pomsky, waltinator, DK Bose
If this question can be reworded to fit the rules in the help center, please edit the question.
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago
add a comment |
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
tyep2F STp T1rD81 ct7D9z
Debian is not Ubuntu. You should probably use The Unix & Linux SE
– vidarlo
2 days ago