[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problem with hurd image



https://cdimage.debian.org/cdimage/ports/stable/hurd-i386/

I just tried the HURD image from 2019 and found a problem.  I boot with the 
default /etc/network/interfaces and see the following (after manually adding 
an IP address, that network doesn't have a DHCP server):

root@debian:~# inetutils-ifconfig 
/dev/eth0 (2):
  inet address  203.15.120.8
  netmask       255.255.255.0
  broadcast     10.0.2.255
  flags         UP BROADCAST RUNNING ALLMULTI MULTICAST
  mtu           1500
  link encap    Ethernet
  hardware addr 02:00:00:00:01:99

lo (1):
  inet address  127.0.0.1
  netmask       255.0.0.0
  flags         UP LOOPBACK RUNNING
  mtu           3924
  link encap    Local Loopback

I change /etc/network/interfaces to the following:
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto /dev/eth0
iface /dev/eth0 inet static
  address 203.15.120.8
  netmask 255.255.255.0
  gateway 203.15.120.1


Then after a reboot I don't see a /dev/eth0.

Any suggestions?

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/




Reply to: