От: AstraLinux Debian не получает по сети ip адрес

Автор DiaTDS, 29 марта 2023, 21:48:25

« назад - далее »

0 Пользователи и 2 гостей просматривают эту тему.

DiaTDS

AstraLinux Debian не получает по сети ip адрес. Настройки стоят по умолчанию как все автоматически установил. Получение идет по DHCP от сервера по маку. На Windows с этой же сетевухой все ок. Драйвер alt1c пишет вроде как у той сетевухи. На ней 4 порта. Пробовал в стандартный порт, тоже самое. Менял сетевухи. Проблема не решилась. В KaliLinux ip адрес получает автоматически норм. Но почему то тоже пинги не идут и доступа до шлюза нет.

29 марта 2023, 21:49:44
# 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

все что написано в /etc/network/interfaces

29 марта 2023, 21:50:38
обычная сеть работает без проблем на обоих сетевухах. А другая ни в какую с этой системой.

dzhoser

Ubuntu->Linux mint->Astra Linux SE->Debian 12
Для новичков

DiaTDS

#2
lspci | grep -i 'net'
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V
19:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
1a:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
1b:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)
1c:00.0 Ethernet controller: Qualcomm Atheros AR8131 Gigabit Ethernet (rev c0)


29 марта 2023, 22:57:48
sudo lshw -class network
  *-network                 
       description: Ethernet interface
       product: Ethernet Connection (2) I219-V
       vendor: Intel Corporation
       physical id: 1f.6
       bus info: pci@0000:00:1f.6
       logical name: eth4
       version: 00
       serial: e0:d5:5e:64:95:12
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=5.15.0-33-generic duplex=full firmware=0.2-4 ip=10.0.17.113 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:41 memory:92f00000-92f1ffff
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:19:00.0
       logical name: eth0
       version: c0
       serial: 4c:5e:0c:12:73:3a
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=5.15.0-33-generic latency=0 link=no multicast=yes port=twisted pair
       resources: irq:102 memory:b5d00000-b5d3ffff ioport:7000(size=128)
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:1a:00.0
       logical name: eth1
       version: c0
       serial: 4c:5e:0c:12:73:3b
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=5.15.0-33-generic latency=0 link=no multicast=yes port=twisted pair
       resources: irq:103 memory:b5c00000-b5c3ffff ioport:6000(size=128)
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:1b:00.0
       logical name: eth2
       version: c0
       serial: 4c:5e:0c:12:73:3c
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=5.15.0-33-generic latency=0 link=no multicast=yes port=twisted pair
       resources: irq:104 memory:b5b00000-b5b3ffff ioport:5000(size=128)
  *-network
       description: Ethernet interface
       product: AR8131 Gigabit Ethernet
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:1c:00.0
       logical name: eth3
       version: c0
       serial: 4c:5e:0c:12:73:3d
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=5.15.0-33-generic duplex=full latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:105 memory:b5a00000-b5a3ffff ioport:4000(size=128)

29 марта 2023, 22:58:54
меня волнует порт ETH3. на нем висит кабель в другую сеть


DiaTDS


ChubaDuba

Ну так пропишите нужный интерфейс в /etc/network/interfaces
Что-то подобное:
allow-hotplug eth0
iface eth0 inet dhcp

DiaTDS

так я делал. он ни в какую не хочет получать адрес

ChubaDuba

Цитата: DiaTDS от 29 марта 2023, 23:49:59так я делал. он ни в какую не хочет получать адрес
Тогда на форум астрологов.

ogost

Цитата: DiaTDS от 29 марта 2023, 21:48:25Получение идет по DHCP от сервера по маку.
Проверьте мак адрес. А так же просмотрите логи на предмет ошибок
sudo grep -i dchlient /var/log/syslog