Question : configure 871 router

I have router 871 I want to configure to be able to access the internet
I have this information from the ISP
ip address 190.120.221.74
mask : 255.255.255.248
gateway 190.120.221.73
DNS : 200.2.128.10
DNS : 200.2.129.10

I did some basic configuration

but it seem not enough
I need a support to complete the configuration to be able to connect the router to the interent
Attachments:
 
show run
 

Answer : configure 871 router

try placing the same code in the current event of the form


Private Sub Form_Current()
    Select Case Me.cboWorkCategory.Column(1)
        Case "CLIENT RATES", "PHARMACY RATES", "COPAY", "ADVANTAGE 90", "DAW", "ACCUMULATIONS", "NEW PLAN - COPIED/TEMPLATE", "PANELS", "NEW PLAN", "SPECIALTY", "NON-ELIGIBILITY PLAN"
            Me.ROUTING_MCO_FIFO.Controls("cboMCOClaimsMonitor").Enabled = True
            Me.ROUTING_COMMERCIAL_FIFO.Controls("cboCOMClaimsMonitor").Enabled = True
        Case Else
            Me.ROUTING_MCO_FIFO.Controls("cboMCOClaimsMonitor").Enabled = False
            Me.ROUTING_COMMERCIAL_FIFO.Controls("cboCOMClaimsMonitor").Enabled = False
             
    End Select
End Sub
Random Solutions  
 
programming4us programming4us