Portál AbcLinuxu, 10. května 2025 01:51
# # ----------------------------------------------------------------------- # NETWORKING # ----------------------------------------------------------------------- # HOSTNAME="azrael" # # Interfaces to start at boot-up (in this order) # Declare each interface then list in INTERFACES # - prefix an entry in INTERFACES with a ! to disable it # - no hyphens in your interface names - Bash doesn't like it # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # lo="lo 127.0.0.1" eth0="eth0 192.168.1.121 netmask 255.255.255.0 broadcast 192.168.1.255" INTERFACES=(lo eth0) # # Routes to start at boot-up (in this order) # Declare each route then list in ROUTES # - prefix an entry in ROUTES with a ! to disable it # gateway="default gw 192.168.1.2" ROUTES=(gateway) # # Enable these network profiles at boot-up. These are only useful # if you happen to need multiple network configurations (ie, laptop users) # - set to 'menu' to present a menu during boot-up (dialog package required) # - prefix an entry with a ! to disable it # # Network profiles are found in /etc/network-profiles # #NET_PROFILES=(main) # # ----------------------------------------------------------------------- # DAEMONS # ----------------------------------------------------------------------- # # Daemons to start at boot-up (in this order) # - prefix a daemon with a ! to disable it # - prefix a daemon with a @ to start it up in the background # DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond alsa) # End of fileZkoušel jsem sít spouštět i na pozadí, ale chovalo se to stejně.
The "SIOCDELRT: No such process" error message is normally generated when you try to delete a route which doesn't exist of is no longer there. I am not sure whether or not the "SIOCDELRT: No such process" error would actually be generated as a result of all of your IPTABLES/IPCHAINS being removed, but certainly it sounds like a request to delete a non-existent route was made.
ROUTES=(gateway)na
ROUTES=(!gateway)
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.