08-02-2004 02:21 PM - edited 03-02-2019 05:28 PM
Greetings,
I've been trying to get my 806 to serve up all 5 statics that DSL is routing to me. I can't seem to get anything through this config other than the 1 IP on the dialer interface. What am I missing? I've been setting up Ts and FR for years and this is just baffling! With PPPoE it requires a Dialer interface, how do I get all 5 statics on there? Any advice is appriceiated. Here's the current config -
service config
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname JC_CSCO806
!
boot-start-marker
boot-end-marker
!
!
username xxxxxx password 0 xxxxxx
no aaa new-model
ip subnet-zero
ip name-server 192.168.1.10
ip name-server 207.217.126.81
ip dhcp excluded-address 192.168.1.2
!
ip dhcp pool CLIENT
network 192.168.1.0 255.255.255.0
default-router 192.168.1.2
dns-server 192.168.1.10 207.217.126.81
!
!
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw http timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
ip audit po max-events 100
vpdn enable
!
vpdn-group 1
request-dialin
protocol pppoe
!
no ftp-server write-enable
!
!
!
interface Ethernet0
ip address 192.168.1.2 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
!
interface Ethernet1
no ip address
pppoe enable
pppoe-client dial-pool-number 1
!
interface Dialer1
ip address 69.177.68.30 255.255.255.0
ip access-group 111 in
ip mtu 1492
ip nat outside
ip inspect myfw out
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxxxxx
ppp chap password xxxxxxxxxxx
ppp pap sent-username xxxxxxxxxxxxxxxxxxxxx password xxxxxxxxxxxxxxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip nat inside source list 102 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.10 80 interface Dialer1 80
ip nat inside source static tcp 192.168.1.10 80 69.177.68.29 80 extendable
!
!
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq domain any
access-list 111 permit tcp any eq www any
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 deny ip any any
dialer-list 1 protocol ip permit
!
control-plane
!
!
line con 0
transport preferred all
transport output all
line vty 0 4
exec-timeout 0 0
login local
length 0
transport preferred all
transport input all
transport output all
!
scheduler max-task-time 5000
!
end
08-06-2004 12:40 PM
Hope the following link helps...
http://www.cisco.com/en/US/products/sw/iosswrel/ps5012/products_feature_guide09186a0080087a0b.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide