Cheers for that Duncan ...
On Thu, 14 Oct 2004 22:48:54 +0100, "Duncan Newell"
<(E-Mail Removed)> wrote:
>
>"z400d3" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed).. .
>> I am looking for an example ADSL config for Pipex (UK)
>>
>> I am using a 2600 router but a config for any cisco router would be
>> fine.
>>
>> Any help appreciated !
>> Drop the ZZZ to reply
>>
>> Cheers ...
>
>
>Maybe something along the lines of ::::::::: i dont know your settings i.e.
>IP address if you want DHCP etc etc this is basic tye of thing
>
>!
>version 12.1
>no service single-slot-reload-enable
>no service pad
>service timestamps debug uptime
>service timestamps log uptime
>service password-encryption
>!
>hostname Router
>!
>logging rate-limit console 10 except errors
>enable secret MYSECRETPASSWORD
>!
>ip subnet-zero
>no ip finger
>ip name-server #.#.#.# ! replace this
>ip dhcp excluded-address 10.10.10.1
>!
>ip dhcp pool CLIENT
> import all
> network 10.10.10.0 255.255.255.0
> default-router 10.10.10.1
> dns-server #.#.#.# ! replace this
>!
>no ip dhcp-client network-discovery
>!
>!
>!
>interface Ethernet0
> ip address 10.10.10.1 255.255.255.0
> ip nat inside
> no ip mroute-cache
>!
>interface ATM0
> no ip address
> no ip mroute-cache
> no atm ilmi-keepalive
> pvc 0/38
> encapsulation aal5mux ppp dialer
> dialer pool-member 1
> !
> bundle-enable
> dsl operating-mode auto
> hold-queue 224 in
>!
>interface Dialer1
> ip address negotiated
> ip nat outside
> encapsulation ppp
> dialer pool 1
> dialer-group 1
> ppp authentication chap callin
> ppp chap hostname myusername@myisp
> ppp chap password MYPASSWORD
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 Dialer1
>!
>ip nat inside source list 102 interface Dialer1 overload
>access-list 102 permit ip 10.10.10.0 0.0.0.255 any
>dialer-list 1 protocol ip permit
>!
>line con 0
> exec-timeout 120 0
> transport input none
> stopbits 1
>line vty 0 4
> exec-timeout 30 0
> login local
> length 0
>!
>scheduler max-task-time 5000
>end
>
>
>----------------------------------------------------------------------------
>----
>
Drop the ZZZ to reply
Cheers ...
|