Displaying 20 results from an estimated 200 matches similar to: "mpd and radius"
2008 May 27
4
freebsd and snort
Hello all:
I tried to install snort under /usr/ports/security and have some problems. with "make all", I checked every item on the menu but I got error messages:
//////////////////////////////
laptop# make all
===> snort-2.8.1_1 is marked as broken: FLEXRESP2 patch file does not incorporate cleanly.
*** Error code 1
Stop in /usr/ports/security/snort.
2006 Jan 26
7
strange problem with ipfw and rc.conf
Hi all:
I have strange probelm with rc.conf. I set up ipfw
(compiled into kernel) on freebsd-5.4 and it doesn't
seem to load ipfw rulesets (it uses default ruleset
65335 locking out everything). I have to do "sh
/etc/ipfw.rules" in order to load the rulesets, once I
did that, I can access the box from remote locations
here is my rc.conf:
host# more /etc/rc.conf
2006 Feb 04
2
nnamp question
Hi:
I have a machine with four interfaces connecting four
different networks. I am learning to use nmap and
trying to force the nmap working only one interface.
As nmap man page states, I use -e option and it would
not work:
nmap -e fx0 -v -sP 192.168.128.0/23
Starting Nmap 3.95 ( http://www.insecure.org/nmap/ )
at 2006-02-04 14:04 CST
getinterfaces: Failed to open ethernet interface (el0)
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior ..
root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# ip tunnel show
..
testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit
root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# echo $?
0
root@garfield ~# ip tunnel show
..
testing123:
2009 Mar 17
1
ipfw and carp
Hi all:
Did any one use ipfw with CARP before? is there anything specific about ipfw configurations working with CARP? I have two servers and they configured with CARP. they are working fine except i can't turn on ipfw.
I have the exact same configuration except ip addresses; those same rule sets of ipfw work on one server but not on another.
Thanks all
2004 Dec 22
2
Can't Receive/Send Calls
Hi,
I can't receive/send calls with Asterisk. Could someone please give me a
few pointers on my configuration?
Regards,
Norman Zhang
; sip.conf
[general]
disallow=all
allow=ulaw
port=5060
bindaddr=0.0.0.0
externip=x.x.x.x
localnet=192.168.22.0
mask=255.255.255.0
context=inbound-sip
maxexpirey=180
defaultexpirey=160
tos=reliability
srvlookup=yes
register =>
2016 Aug 25
1
dracut-initqueue timeout with virt-install... but it works (kinda?)
Hello,
I?m using virt-install to build a guest system with CentOS. The system boots up, times out with dracut-initqueue timeout and drops me into an emergency shell. If I exit the shell the install continues and I get a working machine.
Any ideas?
virt-install \
-n TEST \
-r 8192 \
--os-type=linux \
--disk=/vm-images/test.img,device=disk,bus=virtio,size=100,format=raw \
2006 Jan 24
3
IPsec, VPN and FreeBSD
Hi:
We intend to build IPSec based VPN server on FreeBSD
platform so that we can access internal network of a
lab. The remote side will use VPN client and could be
from anywhere of the Internet, or may be from the
another site of the company. From the hnadbook, I saw
the sample of site-to-site configurations and we do
have one FreeBSD firewall (running ipfw) on both site
and another one on
2019 Aug 30
6
Samba 4.10.7 + freeradius 3.0.17 +ntlm_auth - Debian buster
Hai,
It does not happen often but yes, i also need some help as i cant know everything also and im new with freeradius.
Im working on a configuration for samba member + freeradius with ntlm_auth.
Why ntlm_auth, because the next one is kerberos and ldap auth to configure..
I want to have some fallback options here and you have to start somewhere.
This is running on my new proxy/gateway
2013 Feb 22
6
Samba 4 and freeradius
Hi,
My goal is to make use of samba 4 and freeradius to authenticate user to use wifi network (WPA2 enterprise).
The setup is to setup Samba 4.0.3 in machine A and setup freeradius in machine B.
By reading:
Document A: http://wiki.samba.org/index.php/Samba4/beyond
Document B: https://wiki.samba.org/index.php/Samba4/HOWTO/Virtual_Private_Network
Document C:
2017 Oct 04
3
moving from mysql to pgsql
Hello,
I hope that this mailing list is "alive", since I am looking for a
solution for my problem for a long time.
I would like to migrate my existing dovecot installation from mysql to
pgsql. But I have problems with the passwords when using pgsql.
The existing and working mysql-based installation looks like this:
dovecot-sql.conf.ext:
driver = mysql
default_pass_scheme =
2009 Mar 26
2
rsync questions
Hi all:
I got basic rsync working (not server mode). Basically it went to another server via ssh, backed up subdireactories and stored on the local server. But I am trying to use the feature of "exclude" and could not get it working rigjt.
I am trying to back up /export/home/* (all of users) on another machine but exclude a certain types of files. here is one of my tested exclude
2023 Apr 03
2
[EXTERNAL] Fwd: ntlm_auth and freeradius
On Mon, 2023-04-03 at 15:08 +0000, Tim ODriscoll via samba wrote:
> Unfortunately it's still erroring out:
> (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
> (7) mschap: Client is using MS-CHAPv2
Is this set as a UPN (with the realm appended) on the user?
--
Andrew Bartlett (he/him) https://samba.org/~abartlet/
Samba Team Member (since 2001)
2023 Apr 04
1
Fwd: ntlm_auth and freeradius
On Mon, 2023-04-03 at 15:08 +0000, Tim ODriscoll via samba wrote:
Unfortunately it's still erroring out:
(7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
(7) mschap: Client is using MS-CHAPv2
> Is this set as a UPN (with the realm appended) on the user?
I don't see any UPN's in my AD record, only SPNs - unless I misunderstand you?
I've run
2017 Oct 06
0
moving from mysql to pgsql
mws at alpenjodel.de writes:
> 1) select digest('testing123','sha512');
> result:
> ?\x4120117b3190ba5e24044732b0b09aa9ed50eb1567705abcbfa78431a4e0a96b1152ed7f4925966b1c82325e186a8100e692e6d2fcb6702572765820d25c7e9e
> login fails
I think 2 problems here:
1) the encoding should be some modified base64; and
2) this appears to compute the SHA512 hash, *not* the
2007 Apr 14
0
Problem using ADS
Hi,
I have configured samba to authenticate against a windows 2003 AD. There is
no error joining to the domain ..
If I try to access any share using smbclient using an existing user account
from the AD, it returns an error "NT_STATUS_LOGON_FAILURE".
On adding the same user to local machine (/etc/passwd), the smbclient logs
in and displays all information properly.
Is this the usual
2017 Oct 04
0
moving from mysql to pgsql
On 05/10/2017 02:06, Magnus wrote:
> Hello,
>
> I hope that this mailing list is "alive", since I am looking for a solution for my problem for a long time.
>
> I would like to migrate my existing dovecot installation from mysql to pgsql. But I have problems with the passwords when using pgsql.
>
> The existing and working mysql-based installation looks like this:
2019 Sep 28
5
problems after migrating NT domain to AD (samba 4.7.x)
Dear List,
My domain +/- works, so I try to fix rest services based on domain NT/AD....
I use WiFi authorization with PEAP/MSCHAPv2 + freeradius (before
migration it works).
And after migration autorization does not work.
Freeradius server is on samba domain member.
So i check domain connectivity:
[root at see-you-later samba]# net ads testjoin
Join is OK
[root at see-you-later samba]#
2019 Aug 30
0
Samba 4.10.7 + freeradius 3.0.17 +ntlm_auth - Debian buster
We have this running but on a DC (Samba 4.10.7).
we have this line in /etc/raddb/mods-enabled/mschap. Only this line!
DOMAIN is the actual netbio name of the domain.
ntlm_auth = "/usr/bin/ntlm_auth --allow-mschapv2 --request-nt-key
--username=%{mschap:User-Name:-None} --domain=DOMAIN
--challenge=%{mschap:Challenge:-00} --nt-response=%{mschap:NT-Response:-00}"
Do you users login in
2019 Aug 30
0
Samba 4.10.7 + freeradius 3.0.17 +ntlm_auth - Debian buster
Guys,
Christian, Marco, Thank you very much.
Marco, you have the best internal wiki :-)
Very very usefull.
Whooe.. Most is working atm. And as always the solution was so simpel..
I forgot... To .. Add...
ntlm auth = mschapv2-and-ntlmv2-only
To the DC's smb.conf. :-/ pretty stupid.. But.
So far, it looks good. I've tested now.
radtest -t mschap username 'passwd'