摘要: iptables -t nat -A PREROUTING -d {外网ip}/32 -p tcp -m tcp --dport 4956 -j DNAT --to-destination 10.1.3.4:4956iptables -t nat -A POSTROUTING -d 10.1.3.4/32 -p tcp -m tcp --dport 4956 -j SNAT --to-source 10.1.3.41 阅读全文
posted @ 2013-12-05 13:56 silence.li 阅读(208) 评论(0) 推荐(0)
摘要: 1.fengoffice配置config/ldap_config.php $config_ldap = array ( 'binddn' => 'cn=admin,dc=xxx,dc=xxx', 'bindpw' => 'xxxxxx', 'basedn' => 'dc=xxx,dc=xxx', 'host' => 'ldap://192.168.1.41:389', 'uid' => 'uid' //Ch 阅读全文
posted @ 2013-12-05 11:47 silence.li 阅读(721) 评论(0) 推荐(0)