Displaying 3 results from an estimated 3 matches for "habilitando".
Did you mean:
habilitado
2024 Mar 21
1
Share mappings with error 85
...= 0700
printer name = impsuporte
############ Map usu?rio Sistema Unix/Windows ############
username map = /etc/samba/smbusers
############ LOGS ########################
os level = 33
debug level = 2
max log size = 8000
log file = /var/log/samba/%U_%m.log
############ Habilitando Consultas LDAP###############
ldap server require strong auth = No
############ COMPARTILHAMENTOS ###########################
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[netlogon]
path = /var/lib/samba/sysvol/serv.ibam/scripts
read only = No
[logon-bat]
path =...
2007 May 08
0
Squid + iproute2
...regras existentes"
iptables -F
iptables -Z
iptables -X
iptables -t nat -F
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
echo "[OK]"
# OBS: essa regra eh mutuamente excludente com a proxima, a do NAT
# ou seja, escolha uma das duas
echo -n "Habilitando o mascaramento..."
#iptables -t nat -A POSTROUTING -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
echo "[OK]"
# Marcando pacotes
echo -n "Marcando pacotes..."
iptables -A PREROUTING -t mangle -s 192....
2013 May 21
2
[Bug 821] New: Rosa
...35 -j ACCEPT
# cameras
#iptables -A INPUT -p tcp --dport 14 -j ACCEPT
### dropando o restante das conexoes
iptables -A INPUT -j DROP
###############################################################################
###############################################################################
### habilitando o roteamento entre as unidades
# iptables -t nat -A PREROUTING -s 192.168.0.0/16 -d 192.168.0.0/16 -j ACCEPT
# iptables -t nat -A POSTROUTING -s 192.168.0.0/16 -d 192.168.0.0/16 -j ACCEPT
###############################################################################
############################...