I have a Zyxel 645r fully bridged and connected to a Cisco 1751-v4.
I replaced the DSU/CSU WIC with an ethernet WIC. Here is a short description so far.
ip subnet-zero
ip dhcp exclude-address 192.168.2.1
ip dhcp exclude-address 192.168.2.5
!
ip dhcp pool 5thborocs
network 192.168.2.0 255.255.255.0
domain-name 5thborocs.com
default-router 192.168.2.1
dns-server 63.162.197.69 208.33.159.39
!
!
interface ethernet0/0 (connected to bridge)
ip address 63.162.201.72 255.255.255.0
ip nat outside
full-duplex
!
interface fastethernet0/0 (temp connection to 1 pc)
ip address 192.168.2.1 255.255.255.0
ip nat inside
full-duplex
!
ip http server
ip classless
!
ip route 0.0.0.0 0.0.0.0 63.162.201.1
!
access-list 1 permit 192.168.2.0 0.0.0.255
The single pc is able to IP ping the core router and in reverse as the pc has LAN IP 192.168.2.2... I am also able to IP ping (199.2.252.10/Sprint DNS server) from the router's ethernet0/0 interface, but not from the pc (fastethernet0/0 interface). I also noticed with the ethernet0/0 interface, I don't see an option to configure the pvc 8(0)/35,the encapsulation (aal5snap)or the dsl operating-mode.
What am I not seeing?
I replaced the DSU/CSU WIC with an ethernet WIC. Here is a short description so far.
ip subnet-zero
ip dhcp exclude-address 192.168.2.1
ip dhcp exclude-address 192.168.2.5
!
ip dhcp pool 5thborocs
network 192.168.2.0 255.255.255.0
domain-name 5thborocs.com
default-router 192.168.2.1
dns-server 63.162.197.69 208.33.159.39
!
!
interface ethernet0/0 (connected to bridge)
ip address 63.162.201.72 255.255.255.0
ip nat outside
full-duplex
!
interface fastethernet0/0 (temp connection to 1 pc)
ip address 192.168.2.1 255.255.255.0
ip nat inside
full-duplex
!
ip http server
ip classless
!
ip route 0.0.0.0 0.0.0.0 63.162.201.1
!
access-list 1 permit 192.168.2.0 0.0.0.255
The single pc is able to IP ping the core router and in reverse as the pc has LAN IP 192.168.2.2... I am also able to IP ping (199.2.252.10/Sprint DNS server) from the router's ethernet0/0 interface, but not from the pc (fastethernet0/0 interface). I also noticed with the ethernet0/0 interface, I don't see an option to configure the pvc 8(0)/35,the encapsulation (aal5snap)or the dsl operating-mode.
What am I not seeing?