nmcli connection delete uuid "$CONNECTION_UUID"
-# ipv6.addresses "2a02:d400:0000:f268:000c:18ff:fe03:6d83/64" \
-# ipv6.dns "2a02:d400:0000:f268:000c:18ff:fe03:6d9f, 2a02:d400:0000:f268:000c:18ff:fe03:5c9f" \
-# ipv6.dns-search "in.useribm.hu" \
-# ipv6.gateway "2a02:d400:0000:f268:000c:18ff:fe03:6dfe" \
-# ipv6.method "manual" \
nmcli connection add \
connection.autoconnect yes \
connection.id internal \
ipv4.dns-search "in.useribm.hu" \
ipv4.gateway "10.228.109.254" \
ipv4.method "manual" \
- ipv6.method "disabled" \
+ ipv6.addresses "2001:1aa1:000a:7dae:000c:18ff:fe03:6d83/64" \
+ ipv6.dns "2001:1aa1:000a:7dae:000c:18ff:fe03:5c9f, 2001:1aa1:000a:7dae:000c:18ff:fe03:6d9f" \
+ ipv6.dns-search "in.useribm.hu" \
+ ipv6.gateway "2001:1aa1:000a:7dae:000c:18ff:fe03:6dfe" \
+ ipv6.method "manual" \
save yes
nmcli connection show
#!/bin/sh
+systemctl enable crond.service
+systemctl start crond.service
systemctl enable httpd.service
systemctl start httpd.service
systemctl enable oddjobd.service