143 reputation
11
bio website
location Serbia
age 29
visits member for 3 years, 5 months
seen May 7 at 13:53
stats profile views 29

Nov
28
awarded  Suffrage
Nov
28
awarded  Analytical
Nov
21
comment Most functional log analysis tools?
Maybe it's better idea to use some service specific log analysis tool ( for example, only for http, mail, squid...) than some all round solution.
Nov
10
comment Logging on as root without winbind timeouts
You are right, for what you want pam_unix.so should be placed before pam_winbind.so. But try to put sufficiant keyword in pam_unix.so line, so it would log in right away, without checking winbind.
Nov
10
asked Domain logon with Linux
Nov
3
revised Changing the maximum mail size in Postfix
added 88 characters in body
Nov
3
answered Changing the maximum mail size in Postfix
Nov
3
comment OpenVPN Segmentation Fault
Try to use full filename paths. Try '/usr/sbin/openvpn --daemon --writepid /var/run/openvpn/openvpn.pid --config /etc/openvpn/openvpn.conf' and change ipp.txt into full filename path in your config
Nov
3
comment OpenVPN Segmentation Fault
And also, why u are not using openvpn's log? it can help a lot. Put verb 5, and read log after failed restart
Nov
3
comment OpenVPN Segmentation Fault
I had similar situation recently when I tried to authenticate against Active directory with openvpn-auth-ldap. Try to coment out the plugin directive in openvpn.conf and restart openvpn. It can help in isolating problem. Note: I'm using domain/username as BindDN.
Nov
3
comment OpenVPN Segmentation Fault
And one thing more: show the file /etc/openvpn/auth/ldap.conf (no passwords of course)
Nov
3
comment OpenVPN Segmentation Fault
Show the output of the 'uname -a' and 'dpkg -p openvpn' (dpkg should be replaced with rpm --info for for centos)
Nov
2
comment FreeRadius is not opening ports
Solved. I had to uncomment "interface eth0" line in listen section of the config file. Thanks, anyway
Nov
1
comment Disabling DNS change in openvpn client
After connecting your linux box to the vpn, try to manualy set dns servers that belong to a vpn routed network, and see if it's working.
Nov
1
answered Disabling DNS change in openvpn client
Nov
1
comment FreeRadius is not opening ports
It's the same as using 127.0.0.1. In my /etc/hosts/ file, i have a line "127.0.0.1 localhost radius" (radius is my hostname) because if I delete radius word, I have an error "radclient:: Failed to find IP address for radius". I've tried to add a line "192.168.6.66 raidus" in the file, but nothin is changed.
Nov
1
comment FreeRadius is not opening ports
You are right, UDP ports 1812, 1813 are opened. But when I try radtest testing password 127.0.0.1 0 testing123, I see that client (localhost) is sending requests, but server (localhost, also) is not receiving it (debbuging with radiusd -X). when I try radtest testing password localhost 0 testing123, i get "radclient: socket: cannot initialize udpfromto: Function not implemented"
Nov
1
answered Multiple DHCP servers on the same subnet
Nov
1
asked FreeRadius is not opening ports
May
31
comment Traffic not routing as expected
I don't know details since it's remote vpn server which is not set up by me. All I have it is login credentials and server IP. Which exactly tcpdump are you are interested?