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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web server on Cisco 827 and Cisco 1900 switch

Status
Not open for further replies.

DManigo

ISP
Joined
Mar 16, 2005
Messages
71
Location
US
Running-config
ip dhcp pool cisco
network 192.168.1.0 255.255.255.0
domain-name sprinthsd.net
dns-server 207.217.126.81 207.217.77.82 207.217.120.83
default-router 192.168.1.1
!
no ip dhcp-client network-discovery
bridge irb
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
!
bundle-enable
dsl operating-mode auto
bridge-group 1
!
interface BVI1
ip address 63.162.201.72 255.255.255.0
ip nat outside
!
ip classless
ip route 0.0.0.0 0.0.0.0 63.162.201.1
ip http server
!
ip nat inside source list 1 interface BVI1 overload
access-list 1 permit 192.168.1.0 0.0.0.255
bridge 1 protocol ieee
bridge 1 route ip

I have a 1924-EN switch connected to the 827 router. My network can access the internet just fine. My webserver (which is on the 1900 series switch) can access the net, but the outside cannout access hosted sites. The webserver is statically assigned 192.168.1.3....where am I going wrong
through reading the forums, I'm assuming the issue is within the access-list. I can add an extended access-list ( ip nat inside source static tcp 192.168.1.1 80 63.162.201.1 80 extendable) the command is accepted but still cannot access the site from the outside.
I appreciate the help
 
Gotta go for now...will check back in later.....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top