Changes

From SME Server
Jump to navigationJump to search
m
no edit summary
Line 91: Line 91:  
== console ==
 
== console ==
 
* kudzu has been removed from EL6, so now this bug [[bugzilla:3596|Bug #3596: Stop using kudzu for NIC detection]] needs to be fixed so we can detect network interfaces. A patch is waiting to be aproved.
 
* kudzu has been removed from EL6, so now this bug [[bugzilla:3596|Bug #3596: Stop using kudzu for NIC detection]] needs to be fixed so we can detect network interfaces. A patch is waiting to be aproved.
 +
 +
== iptables ==
 +
* Starting the masq script (/etc/init.d/masq start) throw several warnings:
 +
<pre>
 +
[root@sme9 ~]# /etc/init.d/masq restart
 +
 +
Shutting down IP masquerade and firewall rules:        Done!
 +
 +
Enabling IP masquerading: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
 +
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
 +
Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`).
 +
Using intrapositioned negation (`--option ! this`) is deprecated in favor of extrapositioned (`! --option this`).
 +
done
 +
[root@sme9 ~]#
 +
</pre>
 +
* We need to migrate settings in /etc/modprobe.conf into /etc/modprobe.d/
 +
* masq templates need to be adjusted to use extrapositioned negation
    
== various ==
 
== various ==

Navigation menu