SANGOMA

Wanpipe ADSL (S518) Support

Wanpipe Support for Sangoma ADSL S518 Card

ADSL S518 Specifications

Wanpipe Drivers:  STABLE, BETA, & ALPHA
    NOTE:  The S518 ADSL drivers do not work on 64bit kernels at this time.

Wanpipe WAN Protocols supported

  1. ADSL Installation and Support
  2. PPPoE over ADSL
  3. PPPoA over ADSL using PPPD Daemon
  4. Multilink-PPP (PPPoA) over ADSL using PPPD Daemon
  5. PPPoA over ADSL using Wanpipe PPP Stack
  6. Decoded Sample ADSL Config File
  7. Download Fixed Multilink PPPD: pppd-2.4.4.3.tgz

 


ADSL Installation and Support

ADSL protocol is supported in all three wanpipe product trees: STABLE, BETA & ALPHA.  Customers are encouraged to use the STABLE release as it has proved to be most stable in some situations.

 

Installation:

ADSL drivers are part of Wanpipe's DEFAULT installation.
eg:  ./Setup install  -> Default Compilation Mode

Configuration:

ADSL configuration is performed using /usr/sbin/wancfg GUI configurator.  Sample files are also located at the bottom of this file.
ADSL & ATM:
All ADSL networks use ATM protocol as its data link layer.  In OSI network model ADSL would be the physical layer and ATM would be the data link layer.  All higher layer protocol running over ADSL actually run on top of the ATM protocol that is synonimous with ADSL.

 


PPPoE over ADSL

As the name implies PPPoE protocol is a combination of two protocols running over ADSL/ATM data link layer. Top protocol is PPP and bottom is Ethernet. 

Wanpipe drivers do not support PPPoE protocol directly.  Wanpipe drivers provide only the Ethernet/ATM/ADSL portion, the actual PPPoE protocol must be obtained from Roaring Penguin PPPoE suite.

PPPoE Configuration:

Run: /usr/sbin/wancfg

1. Create new device

2. Select wanpipe1 (or next available device)

3. Hardware Section: Select S518 card from hardware probe

 

  1. Select Encapsulation Mode (ATM):
    Bridged Ethernet LLC over ATM: (PPPoE)
  2. ATM Auto Configuration Option
    Default set to NO.  Use the VPI/VCI info from your ISP spec
  3. VCI
    Specify VCI number based on your ISP spec
  4. VPI
    Specify VPI number based on your ISP spec
  5. ADSL Watchdog: Default ON.
    Adsl watchdog, will monitor the line using ATM OAM Loopback requests, every 10 seconds. If 4 consecutive requests are not responded to, the ADSL line will be re-trained. If the remote side doesn't support ATM OAM  loopback protocol, the Watchdog will automatically turn off

    Leave the rest of the options DEFAULT

4. Protocol Section
    Specify ADSL protocol,  no other options

5. Interface Section

  1. Specify interface name.
    (Leave it default)
  2. Operation Mode: PPPoE
    PPPoE: This interface will be used by the PPPoE
                daemon, thus no ip information is needed.
  3. Leave the rest of the option DEFAULT

6. End of configuration, exit and save

7. Download Roaring Penguin PPPoE Stack : rp-pppoe-3.4.tar.gzREADME

8. Start Wanpipe:  wanrouter start

9. Install and configure Roaring Penguin PPPoE Stack.
    Note: The ethernet interface name must be the wanpipe
              pppoe interface name in section 5.1 above.


PPPoA over ADSL using PPPD Daemon

As the name implies PPPoA protocol: PPP protocol running directly over ATM protocol over ADSL physical layer.

In this scenario PPP protocol will be supported by the PPPD Daemon, thus Wanpipe drivers must only be configured for TTY device over ATM protocol.  The PPPD daemon will connect to ATM wanpipe driver using /dev/ttyWP{0,1,3...} device.

PPPoA TTY Configuration:

Run: /usr/sbin/wancfg

1. Create new device

2. Select wanpipe1 (or next available device)

3. Hardware Section: Select S518 card from hardware probe

  1. Select Encapsulation Mode (ATM):
    PPP VC over ATM: (PPPoA)
  2. ATM Auto Configuration Option
    Default set to NO.  Use the VPI/VCI info from your ISP spec
  3. VCI
    Specify VCI number based on your ISP spec
  4. VPI
    Specify VPI number based on your ISP spec
  5. ADSL Watchdog
    Adsl watchdog, will monitor the line using ATM OAM Loopback requests, every 10 seconds. If 4 consecutive requests are not responded to, the ADSL line will be re-trained. If the remote side doesn't support ATM OAM  loopback protocol, the Watchdog will automatically turn off

    Leave the rest of the options DEFAULT

4. Protocol Section: TTY
    Specify TTY protocol,  no other options

5. Interface Section

  1. Specify interface name.
    (Leave it default)
  2. Operation Mode: TTY (no other option)
  3. Minor Number
    This number binds the ADSL driver to /dev/ttyWP# interface. Where # = Minor number.
    Therefore if Minor Number=0, this card would be bound to /dev/ttyWP0.

6. End of configuration, exit and save

7. Start wanpipe:  wanrouter start

Check /var/log/messages.
...
w1g1: TTY Driver Init: Major 240, Minor Range 0-32
w1g1: TTY Sync Dev Minor 0 : /dev/ttyWP0  
...
or you might see the following depending on kernel used:
---
w1g1: TTY Driver Init: Major 240, Minor Range 0-32
w1g1: TTY Sync Dev Minor 0 : /dev/ttyWP/0
---
Now the driver is ready for pppd connection.
8. Start PPPD based on configuration below:
pppd call isp_wanpipe1 <enter>
pppd call isp_wanpipe2 <enter>
...
For all wanpipe devices configured.


PPPD Configuration

1. Three files MUST be created for each Wanpipe device:

- /dev/ttyWPX             :X is TTY_MINOR number.
- /etc/ppp/options        
- /etc/ppp/peers/isp_wanpipeX     :X is a wanpipe device number (1-16)

2. Device /dev/ttyWP(0,1,2..)

To interface a PPPD daemon to the WANPIPE TTY driver a
/dev/ttyWPX X={0,1,3...) device must be created.
eg:
mknod -m 666 /dev/ttyWP0 c 240 0
mknod -m 666 /dev/ttyWP1 c 240 1
mknod -m 666 /dev/ttyWP2 c 240 2
...
Note: 240 is the Major Number and 0,1,2... are the Minor Numbers

3. File /etc/ppp/options

-------CUT HERE ----------------------
persist            #If connection goes down try to connect again
defaultroute   #This interface will set default route
asyncmap 0
sync                #Use Synchronous PPP
lcp-echo-interval 5
lcp-echo-failure 12

#Following options disable compression.
#Lot of Telco equipment doesnt support it
nobsdcomp
nodeflate
nopcomp
novj
novjccomp
noaccomp -am

#silent          #On some CISCO routers we must be in silent mode
nodetach     #DEBUG Should be commented out in production
debug          #Should be commented out in production
kdebug 2      #Should be commented out in production
-------CUT HERE ----------------------


4. File /etc/ppp/peers/isp_wanpipeX (X=1 to 16)

-------CUT HERE----------------------
ttyWP0          #Bind to WANPIPE device wanpipe1

#If IP address is commented out PPPD will attempt to
#get the IP address dynamically.
#Some PPP servers only negotiate single IP p-to-p address
#in such cases one must specify a their own Local:PtoP IP addresses.
#1.1.1.1:1.1.1.2        

#Set user name and password if running with PAP/CHAP
#Uncomment next two parameters if needed
#user <username>
#password <password>

-------CUT HERE----------------------

5. For more information on PPPD configuration view README.pppd


Multilink-PPP (PPPoA) over ADSL using PPPD Daemon

The Multilink-PPP protocol has been designed to combine multiple physical connections into a single logical connection.  Therefore, one can bound number of ADSL lines into one logical connection and achieve greater throughput.

PPPoA TTY Configuration:

The wanpipe configuration is exactly the same as above.


PPPD Multilink Configuration

1. Three files MUST be created for each Wanpipe device:

- /dev/ttyWPX             :X is TTY_MINOR number.
- /etc/ppp/options        
- /etc/ppp/peers/isp_wanpipeX     :X is a wanpipe device number (1-16)

2. Device /dev/ttyWP(0,1,2..)

To interface a PPPD daemon to the WANPIPE TTY driver a
/dev/ttyWPX X={0,1,3...) device must be created.
eg:
mknod -m 666 /dev/ttyWP0 c 240 0
mknod -m 666 /dev/ttyWP1 c 240 1
mknod -m 666 /dev/ttyWP2 c 240 2
...
Note: 240 is the Major Number and 0,1,2... are the Minor Numbers

3. File /etc/ppp/options

-------CUT HERE ----------------------
persist            #If connection goes down try to connect again
defaultroute   #This interface will set default route
asyncmap 0
sync                #Use Synchronous PPP

lcp-echo-interval 1
lcp-echo-failure 3
 
#Following options disable compression.
#Lot of Telco equipment doesnt support it
nobsdcomp
nodeflate
nopcomp
novj
novjccomp
noaccomp -am

multilink       #Enable Multilink

#silent          #On some CISCO routers we must be in silent mode
#nodetach     #DEBUG Should be commented out in production
#debug          #Should be commented out in production
#kdebug 2      #Should be commented out in production
-------CUT HERE ----------------------


4. File /etc/ppp/peers/isp_wanpipeX (X=1 to 16)

-------CUT HERE----------------------

ttyWP0          #Bind to WANPIPE device wanpipe1

#If IP address is commented out PPPD will attempt to
#get the IP address dynamically.
#Some PPP servers only negotiate single IP p-to-p address
#in such cases one must specify a their own Local:PtoP IP addresses.
#1.1.1.1:1.1.1.2      

#MULTILINK NOTE:
#Each peer interface must have same IP configuration

#Set user name and password if running with PAP/CHAP
#Uncomment next two parameters if needed
#user <username>
#password <password>

-------CUT HERE----------------------
5. For more information on PPPD configuration view README.pppd

6. Start PPPD based on configuration above:

pppd call isp_wanpipe1 <enter>
pppd call isp_wanpipe2 <enter>
...
For all wanpipe devices configured.
Where isp_wanpipe1 is the master device that contains IP information, and the rest of wanpipe devices have "noip" config options in peers/isp_wanpipeX filex.


PPPoA over ADSL using Wanpipe PPP Stack

As the name implies PPPoA protocol: PPP protocol running directly over ATM protocol over ADSL physical layer.

In this scenario PPP protocol will be supported by wanpipe drivers SyncPPP protocol, thus Wanpipe drivers must only be configured for SyncPPP over ATM protocol.  This configuration is easier than the PPPD however, in some circumstances SyncPPP protocol might not support ALL Authentication/Protocol features of PPPD Daemon.  In such circumstances PPPD PPPoA configuration is needed.

Note: Dynamic IP Broken in kernels 2.6.17 and above.
New kernels do not allow changing of the ip address internally from the kernel. Due to this reason the Wanpipe PPP stack cannot support dynamic ip mode.  We strongly suggest that your use the PPPD/TTY implementation of PPPoA as described above.

PPPoA Configuration:

Run: /usr/sbin/wancfg

1. Create new device

2. Select wanpipe1 (or next available device)

3. Hardware Section: Select S518 card from hardware probe

  1. Select Encapsulation Mode (ATM):
    PPP VC over ATM: (PPPoA)
  2. ATM Auto Configuration Option
    Default set to NO.  Use the VPI/VCI info from your ISP spec
  3. VCI
    Specify VCI number based on your ISP spec
  4. VPI
    Specify VPI number based on your ISP spec
  5. ADSL Watchdog
    Adsl watchdog, will monitor the line using ATM OAM Loopback requests, every 10 seconds. If 4 consecutive requests are not responded to, the ADSL line will be re-trained. If the remote side doesn't support ATM OAM  loopback protocol, the Watchdog will automatically turn off

    Leave the rest of the options DEFAULT

4. Protocol Section
    Specify PPP over ADSL protocol,  no other options

5. Interface Section

  1. Specify interface name.
    (Leave it default)
  2. Operation Mode:
    WANPIPE: This interface will be used by IP
                     layer, thus IP information is required.
  3. PAP:   
    Enable PPP PAP authentication as per ISP config
  4. CHAP:   
    Enable PPP CHAP authenticaiton as per ISP config
  5. USERID:
    User id used for PPP authentication as per ISP config
  6. PASSWD:
    User password used for PPP auth.   as per ISP config
  7. DYN_INTR_CFG: Enable dynamic IP addressing 
    If enabled set all IP addresses to 0.0.0.0  
  8. IP Address Setup:
    Specify your telco supplied IP addresses.
    Set IP addresses to 0.0.0.0 if DYN_INTR_CFG option has been enabled.  This way PPP will obtain IP  address from ISP.

6. End of configuration, exit and save


Decoded Sample ADSL Config File

A wanpipe configuration file is located in /etc/wanpipe directory.

Location: /etc/wanpipe
Name: wanpipe1.conf   (Where number is associated device id)


-----CUT HERE------
#================================================
# WANPIPE1 Configuration File
#================================================
#
# Date: Wed Oct 12 10:48:34 EDT 2005
#
# Note: This file was generated automatically
#       by /usr/sbin/wancfg program.
#
#       If you want to edit this file, it is
#       recommended that you use wancfg program
#       to do so.
#================================================
# Sangoma Technologies Inc.
#================================================

[devices]
wanpipe1 = WAN_ADSL, Comment    #WAN_ADSL indicates S518 ADSL card

[interfaces]

#-------- DRIVER INTERFACE DEFINITIONS --------------------------------

w1ad = wanpipe1, , PPPoE, Comment    #PPPoE : Configure interface as Ethernet
                                        #        so one can run PPPoE protocol over
                                        #        it. (Roraing Penguin PPPoE)
                   



[wanpipe1]

CARD_TYPE     = S518    #S518: Same for all ADSL cards must
                        #This value must be hardcoded to S518 for all
                        #ADSL cards.

AUTO_PCISLOT     = YES    #Auto detect PCI/BUS info for this card type
                        #NO - disable this option
                        #YES- enable this option
                        #     if enabled bottom two options
            #     PCISLOT and PCIBUS will not be used.
                        #     Therefore one can set the to arbitrary value
                        #     or remove them all together.

PCISLOT     = 2     #PCI SLOT Number:
                        #Valid values = any number
   
PCIBUS      = 2     #PCI BUS Number:
            #Valid values = any number


ENCAPMODE    = ETH_LLC_OA    #ATM Encapsulation Mode
                    #ETH_LLC_OA: Bridged Ethernet over ATM
                                #            ATM will expect incoming and outgoing
                                #            ethernet protocol frames.
                                #            LLC ATM headers.
                #ETH_VC_OA : Bridged Ethernet over ATM
                #            No ATM headers.
                #IP_LLC_OA : Classical IP over ATM
                                #            LLC ATM headers  
                #IP_VC_OA  : IP over ATM
                                #            No ATM headers
                #PPP_LLC_OA:
                #PPP_VC_OA :
ATM_AUTOCFG    = NO    #Attempt to autodetect VPI/VCI numbers
                        #Default NO.
               
VCI    = 35        #VCI Value
VPI    = 0        #VPI Value

ADSL_WATCHDOG    = YES    #Use ATM PING to test the line status
                        #If ATM PING failes the line will be restarted

#-------------ADSL INTERNAL VARIALBES ------------------

VERBOSE    = 1                #ADSL internal variable set to 1
                    #No other options

RXBUFFERCOUNT    = 50            #Rx buffer count
                    #No other options

TXBUFFERCOUNT    = 50            #Tx buffer count
                    #No other optiosn

ADSLSTANDARD    = ADSL_MULTIMODE    #ADSL Standard
                    #ADSL_MULTIMODE : (Default)
                    #          Automatically detect ADSL standard
                    #          We never needed to change this option
                    #ADSL_T1_413     
                    #ADSL_G_LITE
                    #ADSL_G_DMT
                    #ADSL_ALCATEL_1_4
                    #ADSL_ADI
                    #ADSL_ALCATEL
                    #ADSL_T1_413_AUTO

ADSLTRELLIS    = ADSL_TRELLIS_ENABLE    #Trellis Enable/Disable
                    #ADSL_TRELLIS_ENABLE : (Default)
                    #               We never needed to change this option
                    #ADSL_TRELLIS_DISABLE

 
ADSLTXPOWERATTEN    = 0        #ADSL Tx Power Attenuation
                                        #
                    #*** This a valuable variable and it also works in
                                        #    conjuction with ADSLCODINGGAIN
                    #
                    #Integer Value 0 to 6
                    # 0 (Deafult)
                    # 3 or 6 (*MAGIC: Found that it helps if the line is noisy
                    #                 and ADSL is constantly retraining)


ADSLCODINGGAIN    = ADSL_AUTO_CODING_GAIN #ADSL Coding Gain
                    #
                    #*** This a valuable variable and it also works well in
                    #    conjuction with ADSLTXPOWERATTEN
                    #
                    #ADSL_AUTO_CODING_GAIN : (Default)
                    #
                    #ADSL_0DB_CODING_GAIN
                    #ADSL_1DB_CODING_GAIN
                    #ADSL_2DB_CODING_GAIN
                    #ADSL_3DB_CODING_GAIN (MAGIC: Found that helps in conjucture with
                                        #                             ADSLTXPOWERATTEN=3)
                    #ADSL_4DB_CODING_GAIN
                    #ADSL_5DB_CODING_GAIN
                    #ADSL_6DB_CODING_GAIN
                    #ADSL_7DB_CODING_GAIN
                   

ADSLMAXBITSPERBIN    = 0xE        #Maximum Bits per Bin
                    #Valid Values 0x01-0xF
                    #
                    #Determines the overall baud rate of theline.
                    #
                    #Theoretically it can help on very noisy lines
                                        #by lowering the value and using less frequency
                    #ranges to tx/rx data.

#The Start/End Tx/Rx Freqeuncy Ranges (Bins)
#Can theoretically lower the bandwidth
#on noisy lines, in order to avoid higher
#unstable frequency ranges.
#However, this never worked in practice
#thus our suggestion is to not try to set
#these values.

ADSLTXSTARTBIN    = 0x6            #Start Tx Frequency Range (Bin)
                    #Do not adjust

ADSLTXENDBIN    = 0x1F            #End Tx Frequency Range (Bin)
                    #Do not adjust
   
ADSLRXSTARTBIN    = 0x20            #Start Rx Frequency Range (Bin)
                    #Do not adjust

ADSLRXENDBIN    = 0xFF            #End of Rx Frequency Range (Bin)
                    #Do not adjust


ADSLRXBINADJUST    = ADSL_RX_BIN_DISABLE    #Disable Rx Frequency Ranges
                    #Do not ajust

ADSLFRAMINGSTRUCT    = ADSL_FRAMING_TYPE_3    #ADSL Framing
                        #ADSL_FRAMING_TYPE_0
                        #ADSL_FRAMING_TYPE_1
                        #ADSL_FRAMING_TYPE_2
                        #ADSL_FRAMING_TYPE_3 (Default)
                        #Do not adjust

ADSLEXPANDEDEXCHANGE    = ADSL_EXPANDED_EXCHANGE #ADSL Exchange
                         #ADSL_EXPANDED_EXCHANGE (Default)
                         #ADSL_SHORT_EXCHANGE
                         #Do not adjust

ADSLCLOCKTYPE    = ADSL_CLOCK_CRYSTAL    #ADSL Clocking
                    #ADSL_CLOCK_CRYSTAL : Slave Clocking (Default)
                    #ADSL_CLOCK_OSCILLATOR : Master Clock
                    #Do not adjust

ADSLMAXDOWNRATE    = 8192        #ADSL Max Baudrate
                #This value WILL limit the negotiaged baudrate
                #Value is in Kilobits per second
                #
                #So by setting the value to 1000 the highest
                                #rx baud rate will by 1Mbps.
                #
                #Theoretically it can help on very noisy lines
                                #by lowering the value and using less frequency
                #ranges to tx/rx data.
                #
                #Doesn't work in reality :)
                #Do not adjust


MTU         = 1500    #Global MTU Value
                          #Note: This value is overwritten by the
                          #      interface MTU value below if it exists.
              #DEFAULT: 1500
                          #Values: any number [ suggested 128 - 4086 ]

UDPPORT     = 9000    #OBSELETE option
                          #Old wanpipemon used sockets to connect to
                          #device driver.

TTL        = 255     #OBSELETE option
              #Old wanpipemon used sockets to connect to
                          #device driver.

IGNORE_FRONT_END = NO      #Ignore Fronte End State
              #NOT USED BY ADSL


[w1ad]

---- CUT HERE -----


 

 

Comments

From JanCeuleers - 6/9/07 4:28 AM

I'm having default route problems, in the following two ways:

  1. Although configured to set the default route to point to w1ad, wanrouter does not actually do this. I therefore have to set the default route myself a safe amount of time after invoking wanrouter start.
  2. The default route disappears whenever wanrouter retrains the line (or something). 

I'm using STABLE-LEGACY on an S518, with WANPIPE's built-in PPP stack.

My configuration file (chap credentials omitted):

[devices]
wanpipe1 = WAN_ADSL, Comment

[interfaces]
w1ad = wanpipe1, , WANPIPE, Comment

[wanpipe1]
CARD_TYPE       = S518
AUTO_PCISLOT    = NO
PCISLOT         = 10
PCIBUS          = 0

ENCAPMODE       = PPP_VC_OA
ATM_AUTOCFG     = NO
VCI     = 35
VPI     = 8
ADSL_WATCHDOG   = YES

VERBOSE = 1
RXBUFFERCOUNT   = 50
TXBUFFERCOUNT   = 50
ADSLSTANDARD    = ADSL_MULTIMODE
ADSLTRELLIS     = ADSL_TRELLIS_ENABLE
ADSLTXPOWERATTEN        = 0
ADSLCODINGGAIN  = ADSL_AUTO_CODING_GAIN
ADSLMAXBITSPERBIN       = 0xE
ADSLTXSTARTBIN  = 0x6
ADSLTXENDBIN    = 0x1F
ADSLRXSTARTBIN  = 0x20
ADSLRXENDBIN    = 0xFF
ADSLRXBINADJUST = ADSL_RX_BIN_DISABLE
ADSLFRAMINGSTRUCT       = ADSL_FRAMING_TYPE_3
ADSLEXPANDEDEXCHANGE    = ADSL_EXPANDED_EXCHANGE
ADSLCLOCKTYPE   = ADSL_CLOCK_CRYSTAL
ADSLMAXDOWNRATE = 8192

MTU             = 1500
UDPPORT         = 9000
TTL             = 255
IGNORE_FRONT_END = NO

[w1ad]
PAP     = NO
CHAP    = YES
USERID  = omitted
PASSWD  = omitted
SYSNAME =
PROTOCOL        = NONE
MULTICAST       = NO
TRUE_ENCODING_TYPE      = NO
DYN_INTR_CFG    = YES

Note that in the above file I can't see a number of parameters (such as the default gateway address being set to 0.0.0.0) that I do see in wancfg. Unless these omitted parameters are all implicit in DYN_INTR_CFG = YES this is probably my problem. 

Here's a log excerpt showing an event following which the default route needs putting back:

Jun  9 09:29:49 skr03 kernel: w1ad: protocol down
Jun  9 09:29:49 skr03 kernel: w1ad: Local IP Address 0.0.0.0
Jun  9 09:29:51 skr03 kernel: w1ad: protocol up
Jun  9 09:29:52 skr03 kernel: w1ad: Local IP Address 81.247.175.250
Jun  9 09:29:52 skr03 kernel: w1ad: P-to-P IP Address 81.247.175.1
 

Any hints would be gratefully received. 

From PhilT - 2/9/06 4:31 PM

I had some problems following PPPoA over ADSL using Wanpipe PPP Stack from Stable 2.3.3-1 under SuSE 9.3. Some of the steps above were not exactly like the screen and it took several attempts to get rid of the "IP setup of w1ad is incomplete" error. So here's my steps :-

  1. Run /usr/sbin/wancfg to Create new device
  2. Select wanpipe1 or next available device
  3. Hardware Setup--> S518-ADSL card from hardware probe
    1. Select EncapMode ->  PPP (VC) over ATM  (PPPoA)
    2. ATM_AUTOCFG-> NO - leave at default
    3. VCI -----> 38 (for UK, or as per your ISP instructions)
    4. VPI -----> 0 (as per your ISP)
    5. ADSL_WATCHDOG->YES - checks link every 10 seconds and retrains after 4 consecutive failures.
    6. Leave Advanced ADSL and PCI configuration options as they are, at default settings.
  4. Protocol -----> select PPP (on ADSL)
    1. Configure Selected Protocol - select Authentication Protocol - Authentication disabled (default), PAP or CHAP as advised by your ISP.
    2. User ID ---- > as required by ISP to connect
    3. Password --> as above
    4. System name -> again, if required by your ISP
  5. Interface Setup - select interface, e.g. Interface 1 --> w1ad
    1. Interface Name----> w1ad -  leave at default
    2. Operation Mode -->  WANPIPE  - leave at default
    3. IP Address Setup -> define parameters for interface
      1. Local IP Addr.---> 0.0.0.0 for dynamic, or enter static IP address from ISP / Telco
      2. Point-to-Point IP Addr -->0.0.0.0 for dynamic or enter IP of ISP Gateway
      3. Net Mask ---> 255.255.255.255
      4. Dynamic Interface Config --> Enabled if IP addresses set by ISP duing login, in which case set all fixed entries to 0.0.0.0
      5. Default Gateway --> Yes if this is the default route to the outside world. If so will ask for a Gateway IP --> 0.0.0.0 for dynamic or enter ISP supplied address.
      6. Use Back 3 times to return to WANPIPE Config.
  6. Advanced WANPIPE options - contains MTU settings and startup/shutdown script options, can be left at default.
  7. Exit and confirm Yes to save 'wanpipe1.conf' configuration file.
  8. Start wanpipe with wanrouter start command and your modem will train to the line and establish a PPP connection.
  9. We're done ! Smile

Site

Changes
Index
Search

 

User

 

Log In
Register

 
 

Last Modified 10/16/07 2:03 PM