For the moment, I have 1 pc and webserver on the switch.
switch running-config:
hostname "5thborocs1900"
monitor-port monitored 0/24
monitor-port port 0/24
network-port 0/24
ip address 192.168.1.2 255.255.255.0
ip default-gateway 192.168.1.1
ip domain-name "sprinthsd.net"
ip name-server 207.217.126.81
ip name-server 207.217.77.82
snmp-server location "Rocky Mount,NC"
snmp-server contact "5th Borough CS"
bridge-group enable
interface Ethernet 0/1
description "Cisco 827"
interface Ethernet 0/2
description "Linksys Wireless"
nterface Ethernet 0/24
duplex full
description "5thboro Server"
I can connect to the internet from the web server, but cannot access the hosted website from the outside. The website is assigned 192.168.1.4, default gateway 192.168.1.1
I can ping the gateway but not the address.
F.Y.I (Cisco 827 running-config)
ip subnet-zero
ip dhcp excluded-address 192.168.1.1
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
bridge irb
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
dsl operating-mode auto
bridge-group 1
interface BVI1
ip address 63.162.201.72 255.255.255.0
ip nat outside
ip nat inside source list 1 interface BVI1 overload
ip nat inside source static tcp 192.168.1.4 80 63.162.201.72 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 63.162.201.1
no ip http server
access-list 1 permit 192.168.1.0 0.0.0.255
bridge 1 protocol ieee
bridge 1 route ip
**did I miss something in the router config or switch config. Thanks for the help...
switch running-config:
hostname "5thborocs1900"
monitor-port monitored 0/24
monitor-port port 0/24
network-port 0/24
ip address 192.168.1.2 255.255.255.0
ip default-gateway 192.168.1.1
ip domain-name "sprinthsd.net"
ip name-server 207.217.126.81
ip name-server 207.217.77.82
snmp-server location "Rocky Mount,NC"
snmp-server contact "5th Borough CS"
bridge-group enable
interface Ethernet 0/1
description "Cisco 827"
interface Ethernet 0/2
description "Linksys Wireless"
nterface Ethernet 0/24
duplex full
description "5thboro Server"
I can connect to the internet from the web server, but cannot access the hosted website from the outside. The website is assigned 192.168.1.4, default gateway 192.168.1.1
I can ping the gateway but not the address.
F.Y.I (Cisco 827 running-config)
ip subnet-zero
ip dhcp excluded-address 192.168.1.1
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
bridge irb
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
dsl operating-mode auto
bridge-group 1
interface BVI1
ip address 63.162.201.72 255.255.255.0
ip nat outside
ip nat inside source list 1 interface BVI1 overload
ip nat inside source static tcp 192.168.1.4 80 63.162.201.72 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 63.162.201.1
no ip http server
access-list 1 permit 192.168.1.0 0.0.0.255
bridge 1 protocol ieee
bridge 1 route ip
**did I miss something in the router config or switch config. Thanks for the help...