Hello Anton,
On Mon, 9 Jun 2003 11:15 pm, Uskov A. wrote: > I've the following lines in radius.cfg > > FramedGroupMaxPortsPerClassC 30 > FramedGroupBaseAddress 192.168.55.1 > FramedGroupBaseAddress 194.186.43.1 > FramedGroupBaseAddress 192.168.55.31 > > and sometimes I get the address 192.168.56.* (instead 192.168.55.*) for a > PPP connection from pool 1(or 3) and address 194.186.44.* (instead > 194.186.43.*) for a PPP connection from pool 2. > > Does someone know what is the matter? Without seeing your log files it hard to tell for sure what is going on. When Radaitor calculates the IP address using FramedGroupBaseAddress and FramedGroupMaxPortsPerClassC, it adds the NAS-Port number from the incoming address to FramedGroupBaseAddress, modulo FramedGroupMaxPortsPerClassC. In your case, if NAS-Port is more than 30, you would get an address in the 192.168.56.* range. In order to be sure what is going on you will need to look at your log files and see what the NAS-Port is in your incoming requests. Cheers. > > Sincisrely yours, ... -- Mike McCauley [EMAIL PROTECTED] Open System Consultants Pty. Ltd Unix, Perl, Motif, C++, WWW 24 Bateman St Hampton, VIC 3188 Australia http://www.open.com.au Phone +61 3 9598-0985 Fax +61 3 9598-0955 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP etc on Unix, Windows, MacOS etc. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
