Knowledge Base >
Release Notes >
CDRouter 2.3 Release Notes
CDRouter 2.3 Release Notes
Welcome to CDRouter version 2.3!
What's new since version 2.2:
Support for UPnP WANPPPConnection Service for Port Mappings
-----------------------------------------------------------
* Starting in CDRouter 2.3, the UPnP WANPPPConnection service is
now supported for WAN PPP based protocols. Previously, CDRouter
only supported the WANIPConnection service. To enable CDRouter to
use the WANPPPConnection service, configure the upnpWANPPPConnection
testvar to yes.
Example:
testvar upnpWANPPPConnection yes
* Support for UPnP LANDevice:1 template is now configurable. If
the router under test does not support the LANDevice:1
template, the upnpLANDevice testvar should be configured to
no. If LANDevice is supported, the testvar should be configured
to yes.
# -- If LANDevice is not supported
testvar upnpLANDevice no
# -- If LANDevice is supported
testvar upnpLANDevice yes
Support for Multiple Frame-Relay DLCIs on the same physical T1 interface
------------------------------------------------------------------------
* Starting in CDRouter-Multiport 2.3, multiple Frame-Relay DLCIs can
be configured on the same physical T1 interface. Up to 64 unique
DLCIs can be configured. To configure additional DLCIs, additional
WAN interfaces must be created using testvar_group entries for WAN
interfaces wan2, wan3, etc. Each additional interface must configure
the physical T1 interface and the Frame-Relay DLCI.
Example:
testvar wanT1Interface wp1chdlc
testvar wanT1Encap FrameRelay
testvar wanT1FrameRelayDlci 100
testvar_group wan2 {
...
testvar wanT1Interface wp1chdlc
testvar wanT1Encap FrameRelay
testvar wanT1FrameRelayDlci 101
...
}
testvar_group wan3 {
...
testvar wanT1Interface wp1chdlc
testvar wanT1Encap FrameRelay
testvar wanT1FrameRelayDlci 102
...
}