Navigation


Changeset 9:6400e3613888 in VirtualTestbed for conf


Ignore:
Timestamp:
Aug 16, 2010, 3:44:59 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added a second NAS in EAP testbed

Location:
conf
Files:
11 added
6 edited

Legend:

Unmodified
Added
Removed
  • conf/backend.eap.testbed.aaa/freeDiameter/CMakeFlags

    r7 r9  
    22-DBUILD_APP_ACCT:BOOL=ON
    33-DBUILD_TESTING:BOOL=OFF
    4 -DCMAKE_BUILD_TYPE:STRING=Debug 
     4-DCMAKE_BUILD_TYPE:STRING=DebugValgrind
    55-DDEFAULT_CONF_PATH:PATH=/root/conf/freeDiameter
    66-DBUILD_APP_DIAMEAP:BOOL=ON
  • conf/backend.eap.testbed.aaa/freeDiameter/app_diameap.sql

    r8 r9  
    99
    1010INSERT INTO users (username, eapmethod) values ( 'client@eap.testbed.aaa', 13 );
     11INSERT INTO users (username, eapmethod) values ( 'client2@eap.testbed.aaa', 13 );
    1112
  • conf/eapmgr.testbed.aaa/dns/dnsmasq.conf

    r0 r9  
    1111domain=eap.testbed.aaa
    1212
    13 dhcp-range=192.168.105.50,192.168.105.150,255.255.255.0,12h
     13dhcp-range=192.168.105.60,192.168.105.150,255.255.255.0,12h
    1414
    1515dhcp-host=08:00:27:33:77:82,supauth
     
    1717dhcp-host=08:00:27:F0:A1:70,gw
    1818dhcp-host=08:00:27:D9:B0:9D,opendiam
     19dhcp-host=08:00:27:63:F1:B7,supauth2
    1920
    2021#conf-dir=/etc/dnsmasq.d
  • conf/eapmgr.testbed.aaa/dns/hosts

    r4 r9  
    1414192.168.105.30  gw
    1515192.168.105.40  opendiam
     16192.168.105.50  supauth2
    1617fde4:2c6e:55c4:105:a00:27ff:fe33:7782   supauth
    1718fde4:2c6e:55c4:105:a00:27ff:fef0:a170   gw
  • conf/gw.eap.testbed.aaa/freeDiameter/CMakeFlags

    r5 r9  
    11-DBUILD_DBG_MONITOR:BOOL=ON
    2 -DBUILD_APP_RADGW:BOOL=ON -DBUILD_RGWX_DEBUG:BOOL=ON -DBUILD_RGWX_AUTH:BOOL=ON -DBUILD_RGWX_ACCT:BOOL=ON -DBUILD_RGWX_ECHODROP:BOOL=ON
    3 -DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Debug -DDEFAULT_CONF_PATH:PATH=/root/conf/freeDiameter
     2-DBUILD_APP_RADGW:BOOL=ON
     3-DBUILD_RGWX_DEBUG:BOOL=ON
     4-DBUILD_RGWX_AUTH:BOOL=ON
     5-DBUILD_RGWX_ACCT:BOOL=ON
     6-DBUILD_RGWX_ECHODROP:BOOL=ON
     7-DBUILD_TESTING:BOOL=OFF
     8-DCMAKE_BUILD_TYPE:STRING=DebugValgrind
     9-DDEFAULT_CONF_PATH:PATH=/root/conf/freeDiameter
  • conf/gw.eap.testbed.aaa/freeDiameter/rgw.conf

    r0 r9  
    1616
    1717cli = 192.168.105.10 / "radiusecret" ;
     18cli = 192.168.105.50 / "radiusecret2" ;
    1819
    1920
Note: See TracChangeset for help on using the changeset viewer.