| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | May 10 at 15:13 | |
| stats | profile views | 3 |
|
Mar 11 |
awarded | Editor |
|
Mar 11 |
revised |
can heartbeat notice a stopped service and re-start it added 205 characters in body; edited tags |
|
Mar 11 |
asked | can heartbeat notice a stopped service and re-start it |
|
Dec 2 |
comment |
Getting more database performance - postgresql Thanks alot for the tips, i got some further explanation from book "PostgreSQL 9.0 High Performance" |
|
Dec 2 |
accepted | Getting more database performance - postgresql |
|
Dec 1 |
asked | Getting more database performance - postgresql |
|
Nov 28 |
comment |
Tunneling into vpn using squid and ssh-tunnel im really sorry but im failing at using the code block, somehow it doesnt want to work for me. AS for reading the mess - every line starts with a word "iptables", its easy to copy and manualy parse it with new lines |
|
Nov 28 |
awarded | Scholar |
|
Nov 28 |
comment |
Tunneling into vpn using squid and ssh-tunnel Hello, and thanks for hints - the restrictive firewall was the problem. I had to add: {{ iptables -A INPUT -j ACCEPT -s VPN_GW_IP -p esp iptables -A INPUT -j ACCEPT -s VPN_GW_IP -p udp -m multiport --sport isakmp,10000 iptables -A INPUT -j ACCEPT -i tun0 iptables -A OUTPUT -j ACCEPT -d VPN_GW_IP -p esp iptables -A OUTPUT -j ACCEPT -d VPN_GW_IP -p udp -m multiport --dport isakmp,10000 iptables -A OUTPUT -j ACCEPT -o tun0 }} into the firewall script, where VPN_GW_IP is the vpn endpoint ip given to me |
|
Nov 28 |
accepted | Tunneling into vpn using squid and ssh-tunnel |
|
Nov 25 |
awarded | Student |
|
Nov 25 |
asked | Tunneling into vpn using squid and ssh-tunnel |