Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 827 Router Config

Status
Not open for further replies.

Linc1

Technical User
Joined
Nov 30, 2006
Messages
8
Location
US
Hello,

I just switched out my router for a Cisco 827 ADSL Router and I am having an issue since I configured it. Basically from the public side everything works and I can see the web server and I can send and receive mail on the mail server. I can even access the webmail as required. But from the private side of the router I cannot access anything unless I use the private IP address of the machine I am trying to connect to. Can someone help me with this? What have I done wrong?

Below is the config


=========================================================
Begin Config Begin Config Begin Config Begin Config
=========================================================

Router#sh ru
Building configuration...

Current configuration : 2247 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
enable secret *****
enable password *****
!
ip subnet-zero
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.2
ip dhcp excluded-address 192.168.1.3
ip dhcp excluded-address 192.168.1.4
ip dhcp excluded-address 192.168.1.5
ip dhcp excluded-address 192.168.1.6
ip dhcp excluded-address 192.168.1.7
ip dhcp excluded-address 192.168.1.8
ip dhcp excluded-address 192.168.1.9
ip dhcp excluded-address 192.168.1.10
ip dhcp excluded-address 192.168.1.11
ip dhcp excluded-address 192.168.1.12
ip dhcp excluded-address 192.168.1.13
ip dhcp excluded-address 192.168.1.14
ip dhcp excluded-address 192.168.1.15
!
ip dhcp pool qlpool
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 207.230.192.251 209.126.137.108
!
vpdn enable
!
vpdn-group ppoe
ip mtu adjust
!
vpdn-group pppoe
request-dialin
protocol pppoe
ip mtu adjust
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface Dialer1
mtu 1492
ip address 66.112.55.20 255.0.0.0
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname **********
ppp chap password **********
ppp pap sent-username ********** password **********
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.4 143 66.112.20.80 143 extendable
ip nat inside source static tcp 192.168.1.4 110 66.112.55.20 110 extendable
ip nat inside source static tcp 192.168.1.4 25 66.112.55.20 25 extendable
ip nat inside source static tcp 192.168.1.4 80 66.112.55.20 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.1.1
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 1 permit 192.168.0.0 0.0.0.255
!
line con 0
stopbits 1
line vty 0 4
exec-timeout 120 0
password **********
login
length 0
!
scheduler max-task-time 5000
end
=========================================================
End Config End Config End Config End Config
=========================================================

I could also use help with the one incorrect access-list as
I don't know how to remove it.

Thanks in advance.

Linc
 
But from the private side of the router I cannot access anything unless I use the private IP address of the machine I am trying to connect to. "

That... sounds pretty normal if I understand you correctly. Could you restate the problem?

As for the access list, you'll have to do it over - no access-list 1, then type it in again.
 
So it is normal that to access web servers on the private side of the router I cannot use the I have to use the IP? When we use the what we get is a user name and password prompt from the router? This is all normal?
 
so are you saying that you are trying to access your internal website via the DNS name which is tied to your wan address?

that wont work im afraid...

you will need to house a private dns server for your internal hosts if you want that to work..
or edit the host table of the internal pcs if there aren't to many.
 
Before I switched to the Cisco unit, I was able to do this. I didn't have this issue. I guess Cisco isn't all it cracked up to be.
 
I FIGURED IT OUT! ! ! !

It was basically an accident, but it works now like it is supposed to. At least the way I believe it is supposed to.

contact me off list and I will supply my config and you can use it to work yours.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top