cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
303
Views
5
Helpful
1
Replies

Basic Config not working

nuno
Level 1
Level 1

Hi Guys - Could you tell  me what im doing wrong here

Im new to all of this and i have setup this ADSL router for testing. I can ping etc from the router to the outside world but nothing from the lan - no internet nothing.

no service pad

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

service password-encryption

service sequence-numbers

!

hostname jhb-rs

!

boot-start-marker

boot-end-marker

!

memory-size iomem 5

logging buffered informational

enable secret 5 $1$MvU7$LKV9sJRJ7scONMWGLwPaV1

!

no aaa new-model

!

resource policy

!

ip subnet-zero

!

!

no ip dhcp use vrf connected

!

ip dhcp pool office

   network 192.168.1.0 255.255.255.0

   default-router 192.168.1.1

   dns-server 196.35.64.215 196.31.134.202

   lease infinite

!

!

ip cef

no ip bootp server

no ip ips deny-action ips-interface

!

no ftp-server write-enable

!

!

!

!

no crypto isakmp ccm

!

!

!

interface Ethernet0

description $FW_INSIDE$

ip address 192.168.1.1 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

ip nat inside

ip virtual-reassembly

no keepalive

no cdp enable

hold-queue 100 in

hold-queue 100 out

!

interface Ethernet2

no ip address

shutdown

hold-queue 100 out

!

interface ATM0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

no atm ilmi-keepalive

dsl operating-mode auto

dsl power-cutback 30

!

interface ATM0.3 point-to-point

description Layer2 Connectivity

no ip redirects

no ip unreachables

no ip proxy-arp

pvc 8/35

  pppoe-client dial-pool-number 3

!

!

interface FastEthernet1

no ip address

duplex auto

speed auto

!

interface FastEthernet2

no ip address

duplex auto

speed auto

!

interface FastEthernet3

no ip address

duplex auto

speed auto

!

interface FastEthernet4

no ip address

duplex auto

speed auto

!

interface Dialer3

description $FW_OUTSIDE$

ip address negotiated

no ip redirects

no ip unreachables

no ip proxy-arp

ip mtu 1452

ip nat outside

ip virtual-reassembly

encapsulation ppp

ip tcp adjust-mss 1432

dialer pool 3

dialer-group 1

no keepalive

no cdp enable

ppp authentication pap callin

ppp pap sent-username blah@isdsl.de password 7 10180A4F510005121F

!

ip classless

ip route 0.0.0.0 0.0.0.0 Dialer3

!

no ip http server

no ip http secure-server

!

!

access-list 1 permit 192.168.1.0 0.0.0.255

snmp-server enable traps tty

no cdp run

!

!

control-plane

!

!

line con 0

exec-timeout 2 0

no modem enable

stopbits 1

line aux 0

line vty 0 4

exec-timeout 2 0

login

!

scheduler max-task-time 5000

end

1 Reply 1

cadet alain
VIP Alumni
VIP Alumni

Hi,

you assigned the NAT to interfaces but you are not doing any NAT.

You need to add tthis:

ip nat  inside source list 1 interface dialer3 overload

Regards.

Alain.

Don't forget to rate helpful posts.
Review Cisco Networking products for a $25 gift card