111 reputation
4
bio website
location
age
visits member for 1 year, 10 months
seen Jun 13 at 16:23
stats profile views 2

Mar
5
comment Cannot compile tape kernel module
Thanks, We had a custom kernel because we needed io statistc per pid, but I've found that it was backported later: dag.wieers.com/blog/red-hat-backported-io-accounting-to-rhel5 HTH
Mar
5
asked Cannot compile tape kernel module
Oct
25
revised openvpn server with only one ip address
Self-Answer
Oct
25
revised openvpn server with only one ip address
Self-Answer
Oct
24
answered openvpn in a bridge?
Oct
24
revised openvpn server with only one ip address
fix typo
Oct
24
asked openvpn server with only one ip address
Oct
23
comment Using OpenVPN on Two Linux Machines *not on the gateways* to link the networks over the internet
Trying to solve a similar problem I've found a link that I hope it help you: community.openvpn.net/openvpn/wiki/BridgingAndRouting Take a look at the end:Using routing and OpenVPN not running on the default gateway
Oct
23
comment openvpn in a bridge?
Perhaps it looks easier I thought I've found the following article: "Using routing and OpenVPN not running on the default gateway" community.openvpn.net/openvpn/wiki/BridgingAndRouting surely I'll take a look tomorrow
Oct
23
asked openvpn in a bridge?
Sep
10
comment Cisco ASA dropping IPsec VPN between istself and CentOS server
Am I missing something? (I separate each rule with //) access-list pinky-no-nat extended permit ip 10.XXX.0.0 255.255.0.0 asa-ip 255.255.255.128// access-list brain-no-nat extended deny ip 10.0.0.0 255.128.0.0 host someserver// access-list brain-no-nat extended permit ip 10.0.0.0 255.128.0.0 asa-ip 255.255.255.128// access-list brain-no-nat extended permit ip 10.0.0.0 255.128.0.0 W.X.0.0 255.255.0.0 // access-list juancho-no-nat extended permit ip 10.ZZZ.0.0 255.255.0.0 asa-ip 255.255.255.128 // asa-ip is some ip of one asa interface
Aug
30
answered Execute script from rc.local as user instead of root
Aug
26
awarded  Student
Aug
24
asked Cisco ASA dropping IPsec VPN between istself and CentOS server
Jul
28
answered Logrotation - postrotate firing too soon?
Jul
26
answered CentOS: Missing dependencies when installing vsftpd with MySQL
Jul
26
answered RPM: Set Required: somepackage >= 0.5.0 AND somepackage < 0.6.0
Jul
26
comment Script to check if iptables is running is not working
Indeed, and $() has more variable-alike format
Jul
25
awarded  Editor
Jul
25
revised Script to check if iptables is running is not working
fix format