Guten Abend,
also: In /etc/sysctl.d/ habe ich eine default.conf und 99-hetzner.conf in denen in etwa ähnliche Sachen stehen:
net.ipv6.conf.default.autoconf=0
net.ipv6.conf.default.accept_dad=0
net.ipv6.conf.default.accept_ra=0
net.ipv6.conf.default.accept_ra_defrtr=0
net.ipv6.conf.default.accept_ra_rtr_pref=0
net.ipv6.conf.default.accept_ra_pinfo=0
net.ipv6.conf.default.accept_source_route=0
net.ipv6.conf.default.accept_redirects=0
net.ipv6.conf.default.forwarding=0
net.ipv6.conf.all.autoconf=0
net.ipv6.conf.all.accept_dad=0
net.ipv6.conf.all.accept_ra=0
net.ipv6.conf.all.accept_ra_defrtr=0
net.ipv6.conf.all.accept_ra_rtr_pref=0
net.ipv6.conf.all.accept_ra_pinfo=0
net.ipv6.conf.all.accept_source_route=0
net.ipv6.conf.all.accept_redirects=0
net.ipv6.conf.all.forwarding=0
Alles anzeigen
Nach dem Bootvorgang kommt da (wie in meinem ersten Beitrag das Problem beschrieben) diese Situation:
root@BGstyleSrv01 ~ # /etc/init.d/apache2 status
apache2.service - LSB: Start/stop apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Thu, 24 Apr 2014 20:12:53 +0200; 1min 0s ago
Process: 1181 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/apache2.service
Wenn ich jetzt noch eine /etc/sysctl.ipv6.conf mit selbigen ipv6-Settings anlege, erscheint nach dem Boot folgendes:
root@BGstyleSrv01 ~ # /etc/init.d/apache2 status
apache2.service - LSB: Start/stop apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Thu, 24 Apr 2014 20:04:52 +0200; 4min 14s ago
Process: 1177 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/apache2.service
Apr 24 20:04:52 BGstyleSrv01 apache2[1177]: Starting web server: apache2(99)Cannot assign requested address: make_sock: could not bind to address [2a01:4f8:191:8483::2]:443
Apr 24 20:04:52 BGstyleSrv01 apache2[1177]: no listening sockets available, shutting down
Apr 24 20:04:52 BGstyleSrv01 apache2[1177]: Unable to open logs
Apr 24 20:04:52 BGstyleSrv01 apache2[1177]: Action 'start' failed.
Alles anzeigen
Via lsmod wird es nicht geladen:
root@BGstyleSrv01 /etc/sysctl.d # lsmod
Module Size Used by
cpufreq_powersave 12454 0
cpufreq_stats 12866 0
cpufreq_userspace 12576 0
cpufreq_conservative 13147 0
ext3 162072 1
jbd 56902 1 ext3
quota_v2 12959 1
quota_tree 12906 1 quota_v2
coretemp 12898 0
eeepc_wmi 12564 0
crc32c_intel 12747 0
ghash_clmulni_intel 13173 0
aesni_intel 50667 0
asus_wmi 18726 1 eeepc_wmi
aes_x86_64 16843 1 aesni_intel
aes_generic 33026 2 aes_x86_64,aesni_intel
cryptd 14517 2 aesni_intel,ghash_clmulni_intel
sparse_keymap 12760 1 asus_wmi
acpi_cpufreq 12935 0
mperf 12453 1 acpi_cpufreq
rfkill 19012 1 asus_wmi
wmi 13243 1 asus_wmi
iTCO_wdt 17081 0
i2c_i801 16870 0
iTCO_vendor_support 12704 1 iTCO_wdt
i2c_core 23876 1 i2c_i801
evdev 17562 4
button 12937 0
video 17683 0
processor 28157 1 acpi_cpufreq
loop 22641 0
autofs4 27628 2
ext4 350763 2
crc16 12343 1 ext4
jbd2 62115 1 ext4
mbcache 13114 2 ext4,ext3
btrfs 505636 0
crc32c 12656 1
libcrc32c 12426 1 btrfs
zlib_deflate 25638 1 btrfs
dm_mod 63645 0
raid1 30714 4
md_mod 87742 5 raid1
microcode 30126 0
sg 25874 0
sd_mod 36136 10
crc_t10dif 12348 1 sd_mod
ahci 24997 8
libahci 22941 1 ahci
libata 140630 2 libahci,ahci
scsi_mod 162269 3 libata,sd_mod,sg
thermal 17383 0
fan 12674 0
thermal_sys 18040 4 fan,thermal,processor,video
r8169 47008 0
ehci_hcd 40215 0
mii 12675 1 r8169
usbcore 128741 2 ehci_hcd
usb_common 12354 1 usbcore
Alles anzeigen
In /etc/network/interfaces wird es ebenfalls statisch geladen.
Beste Grüße,
Florian Scholz