MrDeluxe
Enthusiast
Thread Starter
- Mitglied seit
- 01.04.2006
- Beiträge
- 1.466
- Laptop
- Thinkpad E480, E14, T14s
- Prozessor
- AMD 3700x @ 4,3 Boost-Overdrive + Thermal Grizzly Aeronaut
- Mainboard
- Gigabyte Aorus Pro X570
- Kühler
- Scythe Fuma 2
- Speicher
- G.Skill - F4-3200C14D-16GFX
- Grafikprozessor
- 5700 XT
- Display
- 1xBenq G2411HD, 1xLG 27GL850-B, 1xBenq G2411HD @ Icy Box Monitor Arm IcyBox 3 – IB-MS405-T
- SSD
- WD Black SN750
- HDD
- Samsung 850Evo, Crucial 120GB @ Linux EOS
- Opt. Laufwerk
- N/A
- Soundkarte
- OnBoard
- Gehäuse
- Fractal Design Define R6 USB-C Blackout
- Netzteil
- be quiet straight power 650W
- Keyboard
- CMSTORM
- Mouse
- MX518
- Betriebssystem
- Win11 + Linux Elementary OS
- Sonstiges
- Mobile Phone - Mi 11 Lite 5G @ lineageOS nightly
- Internet
- ▼1000 ▲500
Guten Tag,
ich vermute ich habe ein Routingproblem.
Also ich habe 5 NICs:
Wenn ich 192.168.55.22 vom Windows Client anpinge dann geht das selbst obwohl ich das Lankabel entfernt habe (die anderen Lankabel stecken.) Das funktioniert nicht beim 10.1.1.0-er Netz.
Wie kann ich es einstellen, das jede NIC auch genau auf die IP zugeordnet wird?
ich vermute ich habe ein Routingproblem.
Also ich habe 5 NICs:
# meine /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# Verbindung zu SWITCH Gigabit
auto eth0
iface eth0 inet static
address 192.168.55.26
netmask 255.255.255.0
network 192.168.55.0
broadcast 192.168.55.255
gateway 192.168.55.111
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.55.111
# Verbindung zu Sandy Crossover
auto eth1
iface eth1 inet static
address 10.1.1.1
netmask 255.255.255.252
network 10.1.1.0
broadcast 10.1.1.3
# Verbindung XXX
auto eth2
iface eth2 inet static
address 192.168.55.21
netmask 255.255.255.0
network 192.168.55.0
broadcast 192.168.55.255
gateway 192.168.55.111
# VMware VMbr3
auto eth3
iface eth3 inet static
address 192.168.55.20
netmask 255.255.255.0
network 192.168.55.0
broadcast 192.168.55.255
gateway 192.168.55.111
#Verbindung VMbr2
auto eth4
iface eth4 inet static
address 192.168.55.22
netmask 255.255.255.0
network 192.168.55.0
broadcast 192.168.55.255
gateway 192.168.55.111
Wenn ich 192.168.55.22 vom Windows Client anpinge dann geht das selbst obwohl ich das Lankabel entfernt habe (die anderen Lankabel stecken.) Das funktioniert nicht beim 10.1.1.0-er Netz.
Wie kann ich es einstellen, das jede NIC auch genau auf die IP zugeordnet wird?