Displaying 2 results from an estimated 2 matches for "definindo".
Did you mean:
definido
2006 Aug 14
4
append to path from login script?
I'm wondering if there is a way to add a network share (either UNC or
mapped drive) to the path of a user when they login?
for example have a directory \\smbserver\apps and put putty.exe in
there.. so that when I sit down at a machine I will always have putty in
the path..
Is that possible?
2007 May 08
0
Squid + iproute2
...OUTING -t mangle -s 192.168.2.0/24 -d 0/0 -j MARK --set-mark 3
echo "[OK]"
# Desabilitando o filtro de pacotes do martian source
echo -n "Desligando rp_filter..."
for eee in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 0 > $eee
done
echo "[OK]"
# Definindo regras de balanceamento de Link:
echo -n "Balanceando links..."
# link #1
ip route add 192.168.1.0/24 dev eth1 src 192.168.1.245 table link1
#ip route add 192.168.0.0/24 via 192.168.0.1 table link1
ip route add default via 192.168.1.7 table link1
# link Default
ip route add 192.168.2.0/...