I have been trying to setup a Cisco 827 but have not quite got there yet.I am mainly doing this out of curiosity and also for some knowledge.I have been through a few configs on the net via this site and others and also from CCNA books.Including the Cisco Exetel Wiki.
I have successfully setup the router so via console I can ping both the Internet and LAN.
As shown below :
gateway1#ping 192.168.10.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
gateway1#ping
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 211.29.132.105, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/35/36 ms
What my problem is I think is I have not configured NAT properly so my inside LAN can pass on to the WAN.I have all stations setup correctly.(This is a 2 year old working LAN with just a DSL router Change.My existing Draytek and the new Cisco are configured with the same Address of 192.168.10.1/24.I just swap the cables between them)
So I am now stumped to what I have done wrong or to the most part not done.
Here is my running-config.
gateway1#show running-conf
Building configuration...
Current configuration : 1776 bytes
!
version 12.2
service config
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname gateway1
!
enable secret 5 $1$jQMx$jJeZ1iATM5tfakR5pXg7u/
enable password **********
!
ip subnet-zero
ip name-server 203.12.160.36
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
ip mtu adjust
!
!
bridge irb
!
!
interface Ethernet0
description LAN
ip address 192.168.10.1 255.255.255.0
ip nat inside
no keepalive
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description WAN
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip access-group 101 out
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname **********@nsw.exetel.com.au
ppp chap password 7 08354D570B0B0C03065A54547C
!
ip nat inside source list 101 interface Dialer1 overload
ip nat inside source static tcp 192.168.10.10 21 interface Dialer1 21
ip nat inside source static tcp 192.168.10.10 22 interface Dialer1 22
ip nat inside source static tcp 192.168.10.2 49152 interface Dialer1 49152
ip nat inside source static tcp 192.168.10.10 25 interface Dialer1 25
ip nat inside source static tcp 192.168.10.10 110 interface Dialer1 110
ip nat inside source static tcp 192.168.10.10 6080 interface Dialer1 6080
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 101 permit ip 192.168.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
snmp-server community y RO
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 0 0
stopbits 1
line vty 0 4
password ********
login
!
scheduler max-task-time 5000
end
Also how do I stop it from doing this.
%Error opening tftp://255.255.255.255/gateway1.cf g (Timed out)
%Error opening tftp://255.255.255.255/gateway1-co nfg (Timed Out)
%Error opening tftp://255.255.255.255/cisconet.cf g (Timed out)
Thanks in Advance..
Fallz
I have successfully setup the router so via console I can ping both the Internet and LAN.
As shown below :
gateway1#ping 192.168.10.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.10.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
gateway1#ping
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 211.29.132.105, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/35/36 ms
What my problem is I think is I have not configured NAT properly so my inside LAN can pass on to the WAN.I have all stations setup correctly.(This is a 2 year old working LAN with just a DSL router Change.My existing Draytek and the new Cisco are configured with the same Address of 192.168.10.1/24.I just swap the cables between them)
So I am now stumped to what I have done wrong or to the most part not done.
Here is my running-config.
gateway1#show running-conf
Building configuration...
Current configuration : 1776 bytes
!
version 12.2
service config
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname gateway1
!
enable secret 5 $1$jQMx$jJeZ1iATM5tfakR5pXg7u/
enable password **********
!
ip subnet-zero
ip name-server 203.12.160.36
!
vpdn enable
!
vpdn-group pppoe
request-dialin
protocol pppoe
ip mtu adjust
!
!
bridge irb
!
!
interface Ethernet0
description LAN
ip address 192.168.10.1 255.255.255.0
ip nat inside
no keepalive
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
description WAN
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface Dialer1
ip address negotiated
ip access-group 101 out
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp chap hostname **********@nsw.exetel.com.au
ppp chap password 7 08354D570B0B0C03065A54547C
!
ip nat inside source list 101 interface Dialer1 overload
ip nat inside source static tcp 192.168.10.10 21 interface Dialer1 21
ip nat inside source static tcp 192.168.10.10 22 interface Dialer1 22
ip nat inside source static tcp 192.168.10.2 49152 interface Dialer1 49152
ip nat inside source static tcp 192.168.10.10 25 interface Dialer1 25
ip nat inside source static tcp 192.168.10.10 110 interface Dialer1 110
ip nat inside source static tcp 192.168.10.10 6080 interface Dialer1 6080
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
!
access-list 101 permit ip 192.168.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
snmp-server community y RO
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 0 0
stopbits 1
line vty 0 4
password ********
login
!
scheduler max-task-time 5000
end
Also how do I stop it from doing this.
%Error opening tftp://255.255.255.255/gateway1.cf g (Timed out)
%Error opening tftp://255.255.255.255/gateway1-co nfg (Timed Out)
%Error opening tftp://255.255.255.255/cisconet.cf g (Timed out)
Thanks in Advance..
Fallz