<?xml version="1.0" encoding="UTF-8"?>
<!--
        CommDB Settings File
        Copyright (c) 2003-2004, Symbian Ltd.
        All Rights Reserved
-->
<CommDB:Config xmlns="SymbianOS.Generic.Comms-Infras.CommDB"
               xmlns:CommDB="SymbianOS.Generic.Comms-Infras.CommDB"
               xmlns:xlink="http://www.w3.org/1999/xlink"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="SymbianOS.Generic.Comms-Infras.CommDB CommDB.xsd">

<InformationTable>
</InformationTable>

<NetworkTable>
    <Network operation="add">
        <Name>Intranet</Name>
        <HostName>TestHostName1.intra.foo</HostName>	<!-- ensure we exercise the code in CDnsUpdateOption::ToStringL (INC072360) -->
    </Network>
    <Network operation="add">
        <Name>mRouter</Name>
        <HostName>TestHostName2.intra.foo</HostName>	<!-- ensure we exercise the code in CDnsUpdateOption::ToStringL (INC072360) -->
    </Network>
</NetworkTable>

<IAPTable>
    <IAP operation="add">   <!-- 1 -->
        <Name>LAN Static IP No Mask</Name>
        <IAPService>LANService.Ethernet Static IP No Mask</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 2 -->
        <Name>LAN Static IP No Gateway</Name>
        <IAPService>LANService.Ethernet Static IP No Gateway</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 3 -->
        <Name>LAN Static IP No DNS servers</Name>
        <IAPService>LANService.Ethernet Static IP No DNS servers</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 4 -->
        <Name>placeholder 4</Name>
        <IAPService>LANService.Ethernet</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 5 -->
        <Name>placeholder 5</Name>
        <IAPService>LANService.Ethernet</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 6 -->
        <Name>LAN IAP No Daemon</Name>
        <IAPService>LANService.Ethernet No Daemon</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.Intranet</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 7 -->
        <Name>LAN IAP Bad Daemon</Name>
        <IAPService>LANService.Ethernet Bad Daemon</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 8 -->
        <Name>LAN IAP Static IP 1</Name>
        <IAPService>LANService.Ethernet Static IP</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 9 -->
        <Name>LAN IAP Static IP 2</Name>
        <IAPService>LANService.Ethernet Static IP</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.Intranet</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 10 -->
        <Name>LAN IAP 1</Name>
        <IAPService>LANService.Ethernet</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.mRouter</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
    <IAP operation="add">   <!-- 11 -->
        <Name>LAN IAP 2</Name>
        <IAPService>LANService.Ethernet</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.Intranet</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
	<IAP operation="add">   <!-- 12 -->
        <Name>LAN Static IP Static DNS</Name>
        <IAPService>LANService.Ethernet Static IP Static DNS</IAPService>
        <IAPBearer>LANBearer.EKA2 Ethernet</IAPBearer>
        <IAPNetwork>Network.Intranet</IAPNetwork>
        <IAPNetworkWeighting>0</IAPNetworkWeighting>
        <LocationRef>Location.Office</LocationRef>
    </IAP>
</IAPTable>

<ModemBearerTable>
    <ModemBearer operation="template">
        <Name>Default Modem</Name>
        <Agent>CSD.agt</Agent>
        <IfName>PPP</IfName>
        <PortName>COMM::0</PortName>
        <TSYName>MM</TSYName>
        <CSYName>ECUART</CSYName>
        <DataBits>8</DataBits>
        <StopBits>1</StopBits>
        <Parity>NONE</Parity>
        <Rate>115200</Rate>
        <Handshaking>0</Handshaking>
        <SpecialRate>0</SpecialRate>
        <XonChar>0</XonChar>
        <XoffChar>0</XoffChar>
        <FaxClassPref>AUTO</FaxClassPref>
        <SpeakerPref>NEVER</SpeakerPref>
        <SpeakerVolPref>QUIET</SpeakerVolPref>
        <ModemInitString>AT</ModemInitString>
        <DataInitString>AT</DataInitString>
        <FaxInitString>AT</FaxInitString>
        <DialPauseLength>S8=</DialPauseLength>
        <SpeakerVolContorlLow>L0</SpeakerVolContorlLow>
        <SpeakerVolControlMedium>L1</SpeakerVolControlMedium>
        <SpeakerVolControlHigh>L2</SpeakerVolControlHigh>
        <SpeakerAlwaysOff>M0</SpeakerAlwaysOff>
        <SpeakerOnUntilCarrier>M1</SpeakerOnUntilCarrier>
        <SpeakerAlwaysOn>M2</SpeakerAlwaysOn>
        <SpeakerOnAfterUntilCarrier>M3</SpeakerOnAfterUntilCarrier>
        <DialToneWaitModifier>W</DialToneWaitModifier>
        <CallProgress1>X1</CallProgress1>
        <CallProgress2>X2</CallProgress2>
        <CallProgress3>X3</CallProgress3>
        <CallProgress4>X4</CallProgress4>
        <EchoOff>E0</EchoOff>
        <VerboseText>V1</VerboseText>
        <QuietOff>Q0</QuietOff>
        <QuietOn>Q1</QuietOn>
        <DialCommandStateModifier>;</DialCommandStateModifier>
        <OnLine>O</OnLine>
        <ResetConfiguration>Z</ResetConfiguration>
        <ReturnToFactoryDefs>&amp;F</ReturnToFactoryDefs>
        <DCDOnDuringLink>&amp;C1</DCDOnDuringLink>
        <DTRHangUp>&amp;D2</DTRHangUp>
        <DSRAlwaysOn>&amp;S0</DSRAlwaysOn>
        <RTSCTSHandshake>&amp;K3</RTSCTSHandshake>
        <XonXoffHandshake>&amp;K4</XonXoffHandshake>
        <EscapeCharacter>+</EscapeCharacter>
        <EscapeGuardPeriod>S12</EscapeGuardPeriod>
        <NoDialTone>NO DIAL TONE</NoDialTone>
        <Busy>BUSY</Busy>
        <NoAnswer>NO ANSWER</NoAnswer>
        <Carrier>CARRIER</Carrier>
        <Connect>CONNECT</Connect>
        <CompressionClass5>COMPRESSION:CLASS 5</CompressionClass5>
        <CompressionV42bis>COMPRESSION:V.42 bis</CompressionV42bis>
        <CompressionNone>COMPRESSION:NONE</CompressionNone>
        <ProtocolLAPD>PROTOCOL:LAPD</ProtocolLAPD>
        <ProtocolALT>PROTOCOL:ALT</ProtocolALT>
        <ProtocolALTCELLULAR>PROTOCOL:ALT-CELLULAR</ProtocolALTCELLULAR>
        <ProtocolNone>PROTOCOL:NONE</ProtocolNone>
        <MessageCentreNumber>+44123456789</MessageCentreNumber>
        <MessageValidityPeriod>1440</MessageValidityPeriod>
        <MessageDeliveryReport>FALSE</MessageDeliveryReport>
        <MinimumSignalLevel>9905</MinimumSignalLevel>
        <LastSocketActivityTimeout>180</LastSocketActivityTimeout>
        <LastSessionClosedTimeout>30</LastSessionClosedTimeout>
        <LastSocketClosedTimeout>60</LastSocketClosedTimeout>
        <SIRSettings>0</SIRSettings>
        <CommRole>0</CommRole>
    </ModemBearer>
</ModemBearerTable>

<LANBearerTable>
    <LANBearer operation="add">
		<Name>EKA2 Ethernet</Name>
		<Agent><<AGENT_NAME>></Agent>
		<IfName><<NIF_NAME>></IfName>
		<LDDFilename><<LDD_FILENAME>></LDDFilename>
		<LDDName><<LDD_NAME>></LDDName>
		<PDDFilename><<PDD_FILENAME>></PDDFilename>
		<PDDName><<PDD_NAME>></PDDName>
		<PacketDriverName><<PACKET_DRIVER_NAME>></PacketDriverName>
		<LastSocketActivityTimeout>-1</LastSocketActivityTimeout>
		<LastSessionClosedTimeout>-1</LastSessionClosedTimeout>
		<LastSocketClosedTimeout>-1</LastSocketClosedTimeout>
    </LANBearer>
</LANBearerTable>

<LANServiceTable>
    <LANService operation="add">
        <Name>Ethernet</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>255.255.255.0</IpNetMask>
        <IpGateway>10.32.194.254</IpGateway>
        <IpAddr>10.32.194.251</IpAddr>
        <IpAddrFromServer>TRUE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Static IP</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>0.0.0.0</IpNetMask>
        <IpGateway>0.0.0.0</IpGateway>
        <IpAddr>0.0.0.0</IpAddr>
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Static IP Static DNS</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>0.0.0.0</IpNetMask>
        <IpGateway>0.0.0.0</IpGateway>
        <IpAddr>0.0.0.0</IpAddr>
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <Ip6DNSAddrFromServer>FALSE</Ip6DNSAddrFromServer>
		<Ip6NameServer1>2001::dd</Ip6NameServer1>
		<Ip6NameServer2>2001::ee</Ip6NameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Bad Daemon</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>255.255.255.0</IpNetMask>
        <IpGateway>10.32.194.254</IpGateway>
        <IpAddr>10.32.194.251</IpAddr>
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <ConfigDaemonManagerName>NonExistingServ</ConfigDaemonManagerName>
        <ConfigDaemonName>NonExistingServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet No Daemon</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>255.255.255.0</IpNetMask>
        <IpGateway>10.32.194.254</IpGateway>
        <IpAddr>10.32.194.251</IpAddr>
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Ip6DNSAddrFromServer>TRUE</Ip6DNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Static IP No Mask</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask></IpNetMask>
        <IpGateway>192.168.0.2</IpGateway>
        <IpAddr>192.168.0.8</IpAddr> <!-- keep ip4 happy -->
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <Ip6DNSAddrFromServer>FALSE</Ip6DNSAddrFromServer>
		<Ip6NameServer1>2001::dd</Ip6NameServer1>
		<Ip6NameServer2>2001::ee</Ip6NameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Static IP No Gateway</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>255.255.255.0</IpNetMask>
        <IpGateway></IpGateway>
        <IpAddr>192.168.0.8</IpAddr> <!-- keep ip4 happy -->
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
        <IpNameServer1>194.72.6.51</IpNameServer1>
        <IpNameServer2>194.72.6.52</IpNameServer2>
        <Ip6DNSAddrFromServer>FALSE</Ip6DNSAddrFromServer>
		<Ip6NameServer1>2001::dd</Ip6NameServer1>
		<Ip6NameServer2>2001::ee</Ip6NameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
    <LANService operation="add">
        <Name>Ethernet Static IP No DNS servers</Name>
        <IfNetworks>ip6,ip</IfNetworks> <!-- conn start must wait for completion of ip6 dhcp, so it must be listed first here -->
        <IpNetMask>255.255.255.0</IpNetMask>
        <IpGateway>192.168.0.2</IpGateway>
        <IpAddr>192.168.0.8</IpAddr> <!-- keep ip4 happy -->
        <IpAddrFromServer>FALSE</IpAddrFromServer>
        <IpDNSAddrFromServer>FALSE</IpDNSAddrFromServer>
        <IpNameServer1></IpNameServer1>
        <IpNameServer2></IpNameServer2>
        <Ip6DNSAddrFromServer>FALSE</Ip6DNSAddrFromServer>
		<Ip6NameServer1></Ip6NameServer1>
		<Ip6NameServer2></Ip6NameServer2>
        <ConfigDaemonManagerName>NetCfgExtnDhcp</ConfigDaemonManagerName>
        <ConfigDaemonName>!DhcpServ</ConfigDaemonName>
    </LANService>
</LANServiceTable>

<DialInISPTable>
    <DialInISP operation="template">
        <Name>Default Dial In ISP</Name>
        <UseLoginScript>FALSE</UseLoginScript>
        <IpAddrFromServer>TRUE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Description>Default Dial In ISP</Description>
        <IpAddr>TRUE</IpAddr>
        <IpNetMask>TRUE</IpNetMask>
        <IpGateway>TRUE</IpGateway>
        <IpNameServer1>TRUE</IpNameServer1>
        <IpNameServer2>TRUE</IpNameServer2>
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
        <EnableLCPExtension>FALSE</EnableLCPExtension>
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
        <EnableSWComp>FALSE</EnableSWComp>
        <UseEdge>FALSE</UseEdge>
    </DialInISP>
    <DialInISP operation="add">
        <Name>Dial In ISP01</Name>
        <UseLoginScript>FALSE</UseLoginScript>
        <IpAddrFromServer>TRUE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Description>Dial In ISP01</Description>
        <IpAddr>TRUE</IpAddr>
        <IpNetMask>TRUE</IpNetMask>
        <IpGateway>TRUE</IpGateway>
        <IpNameServer1>TRUE</IpNameServer1>
        <IpNameServer2>TRUE</IpNameServer2>
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
        <EnableLCPExtension>FALSE</EnableLCPExtension>
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
        <EnableSWComp>FALSE</EnableSWComp>
        <UseEdge>FALSE</UseEdge>
    </DialInISP>
</DialInISPTable>

<DialOutISPTable>
    <DialOutISP operation="template">
        <Name>Default Dial Out ISP</Name>
        <DialResolution>TRUE</DialResolution>
        <UseLoginScript>FALSE</UseLoginScript>
        <PromptForLogin>TRUE</PromptForLogin>
        <IfPromptForAuth>TRUE</IfPromptForAuth>
        <IpAddrFromServer>TRUE</IpAddrFromServer>
        <IpDNSAddrFromServer>TRUE</IpDNSAddrFromServer>
        <Description>Default Dial Out ISP</Description>
        <DefaultTelNum>Default Dial Out ISP</DefaultTelNum>
        <LoginName>TRUE</LoginName>
        <LoginPass>TRUE</LoginPass>
        <DisplayPCT>FALSE</DisplayPCT>
        <IfParams>FALSE</IfParams>
        <IfNetworks>FALSE</IfNetworks>
        <IfAuthName>TRUE</IfAuthName>
        <IfAuthPass>TRUE</IfAuthPass>
        <IfCallbackEnabled>FALSE</IfCallbackEnabled>
        <CallbackTimeout>0</CallbackTimeout>
        <IpAddr>TRUE</IpAddr>
        <IpNetMask>TRUE</IpNetMask>
        <IpGateway>TRUE</IpGateway>
        <IpNameServer1>TRUE</IpNameServer1>
        <IpNameServer2>TRUE</IpNameServer2>
        <EnableIPHeaderComp>FALSE</EnableIPHeaderComp>
        <EnableLCPExtension>FALSE</EnableLCPExtension>
        <DisablePlainTextAuth>FALSE</DisablePlainTextAuth>
        <EnableSWComp>FALSE</EnableSWComp>
        <BearerService>0</BearerService>
        <BearerProtocol>UNSPECIFIED</BearerProtocol>
        <RlpVersion>0</RlpVersion>
        <IwfToMs>0</IwfToMs>
        <MsToIwf>0</MsToIwf>
        <AckTimer>0</AckTimer>
        <RetransmissionAttempts>0</RetransmissionAttempts>
        <ResequencePeriod>0</ResequencePeriod>
        <V42Compression>0</V42Compression>
        <V42Codewords>0</V42Codewords>
        <V42MaxLength>0</V42MaxLength>
        <Asymmetry>0</Asymmetry>
        <UserInitUpgrade>FALSE</UserInitUpgrade>
        <UseEdge>FALSE</UseEdge>
    </DialOutISP>
</DialOutISPTable>

<AgentLookupTable>
</AgentLookupTable>

<CDMA2000PacketServiceTable>
</CDMA2000PacketServiceTable>

<DefaultCDMA2000Table>
</DefaultCDMA2000Table>

<ChargecardTable>
</ChargecardTable>

<ConnectionPreferencesTable>
    <ConnectionPreferences operation="add">
        <Name>ConnectionPreferencesTable1</Name>
        <Ranking>0</Ranking>
        <Direction>OUTGOING</Direction>
        <DialogPref>DONOTPROMPT</DialogPref>
        <BearerSet>LAN</BearerSet>
        <IAPRef>IAP.LAN IAP 2</IAPRef>
    </ConnectionPreferences>
    <ConnectionPreferences operation="add">
        <Name>ConnectionPreferencesTable2</Name>
        <Ranking>1</Ranking>
        <Direction>OUTGOING</Direction>
        <DialogPref>PROMPT</DialogPref>
        <BearerSet>LAN</BearerSet>
        <IAPRef>IAP.LAN IAP 2</IAPRef>
    </ConnectionPreferences>
</ConnectionPreferencesTable>

<GlobalSettingsTable>
    <GlobalSettings operation="add">
        <Name>GlobalSettingsTable1</Name>
        <WAPAccess>WAPAccessPoint.Default Dial In ISP</WAPAccess>
        <RedialAttempts>3</RedialAttempts>
        <SmsBearer>WAPSMSBearer.WAPSMSBearerTable1</SmsBearer>
        <SmsReceiveMode>2</SmsReceiveMode>
        <GPRSAttachMode>1</GPRSAttachMode>
        <AcceptIncomingGprs>1</AcceptIncomingGprs>
        <ConnectionAttempts>2</ConnectionAttempts>
        <ModemForDataAndFax>2</ModemForDataAndFax>
        <ModemForPhoneServicesAndSMS>2</ModemForPhoneServicesAndSMS>
        <LocationForDataAndFax>Location.Office</LocationForDataAndFax>
        <LocationForPhoneServicesAndSMS>Location.Office</LocationForPhoneServicesAndSMS>
        <GPRSClassCBearer>GSM</GPRSClassCBearer>
        <DefaultNetwork>Network.Intranet</DefaultNetwork>
        <BearerAvailabilityCheckTSY>mm</BearerAvailabilityCheckTSY>
    </GlobalSettings>
</GlobalSettingsTable>

<IncomingGPRSTable>
</IncomingGPRSTable>

<OutgoingGPRSTable>
</OutgoingGPRSTable>

<DefaultGPRSTable>
</DefaultGPRSTable>

<ProxyTable>
</ProxyTable>

<LocationTable>
    <Location operation="template">
        <Name>Default Location</Name>
        <Mobile>TRUE</Mobile>
        <UsePulseDial>FALSE</UsePulseDial>
        <WaitForDialTone>FALSE</WaitForDialTone>
        <PauseAfterDialout>0</PauseAfterDialout>
        <IntlPrefixCode>+</IntlPrefixCode>
        <NatPrefixCode>0</NatPrefixCode>
        <NatCode>44</NatCode>
        <AreaCode>44</AreaCode>
        <DialOutCode>44</DialOutCode>
        <DisableCallWaitingCode>44</DisableCallWaitingCode>
    </Location>
    <Location operation="add">
        <Name>Office</Name>
        <Mobile>FALSE</Mobile>
        <UsePulseDial>FALSE</UsePulseDial>
        <WaitForDialTone>FALSE</WaitForDialTone>
        <PauseAfterDialout>0</PauseAfterDialout>
        <IntlPrefixCode>00</IntlPrefixCode>
        <NatPrefixCode>0</NatPrefixCode>
        <NatCode>44</NatCode>
        <AreaCode>171</AreaCode>
        <DialOutCode>9,</DialOutCode>
        <DisableCallWaitingCode>9,</DisableCallWaitingCode>
    </Location>
</LocationTable>

<SecureSocketTable>
    <SecureSocket operation="add">
        <Name>SecureSocketTable1</Name>
        <ProtocolName>ssl3.0</ProtocolName>
        <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
    </SecureSocket>
    <SecureSocket operation="add">
        <Name>SecureSocketTable2</Name>
        <ProtocolName>tls1.0</ProtocolName>
        <ProtoLibrary>ssladaptor.dll</ProtoLibrary>
    </SecureSocket>
</SecureSocketTable>

<BTDeviceTable>
</BTDeviceTable>

<BTPersistTable>
</BTPersistTable>

<BTSecurityTable>
</BTSecurityTable>

<BTDefaultTable>
</BTDefaultTable>

<WAPAccessPointTable>
    <WAPAccessPoint operation="template">
        <Name>Default Dial In ISP</Name>
        <CurrentBearer>WAPIPBearer</CurrentBearer>
    </WAPAccessPoint>
</WAPAccessPointTable>

<WAPIPBearerTable>
</WAPIPBearerTable>

<WAPSMSBearerTable>
    <WAPSMSBearer operation="template">
        <Name>WAPSMSBearerTable1</Name>
        <AccessPoint>WAPAccessPoint.-1</AccessPoint>
        <GatewayAddress>0</GatewayAddress>
        <WSPOption>CONNECTIONLESS</WSPOption>
        <Security>FALSE</Security>
        <ServiceCentreAddress>0</ServiceCentreAddress>
    </WAPSMSBearer>
</WAPSMSBearerTable>

<VirtualBearerTable>
</VirtualBearerTable>

<VpnServiceTable>
</VpnServiceTable>


</CommDB:Config>
