i have a VoIP box behind my 831 running 12.3. i need to redirect ports 10000-20000 amongst others to that VoIP box.
any ideas how to do it?
---------------
second problem:
i get this error when trying to fetch an ip address from RR. i'm sure it's an ACL problem, because disabling the ACL has the interface fetch an ip address via dhcp.
here's my ACL
does anything stand out?
for some reason, i'm thinking that i need to give outbound access for the dhcp client ports on e1.
any ideas how to do it?
---------------
second problem:
i get this error when trying to fetch an ip address from RR. i'm sure it's an ACL problem, because disabling the ACL has the interface fetch an ip address via dhcp.
*Mar 1 08:30:41.027: B'cast on Ethernet1 interface from 0.0.0.0
*Mar 1 08:30:45.019: DHCP: SDiscover attempt # 3 for entry:
*Mar 1 08:30:45.019: Temp IP addr: 0.0.0.0 for peer on Interface: Ethernet1
*Mar 1 08:30:45.019: Temp sub net mask: 0.0.0.0
*Mar 1 08:30:45.019: DHCP Lease server: 0.0.0.0, state: 1 Selecting
*Mar 1 08:30:45.019: DHCP transaction id: 13B7
*Mar 1 08:30:45.019: Lease: 0 secs, Renewal: 0 secs, Rebind: 0 secs
*Mar 1 08:30:45.023: Next timer fires after: 00:00:04
*Mar 1 08:30:45.023: Retry count: 3 Client-ID: cisco-0012.8032.a8b1-Et1
*Mar 1 08:30:45.023: Client-ID hex dump: 636973636F2D303031322E383033322E
*Mar 1 08:30:45.023: 613862312D457431
*Mar 1 08:30:45.027: Hostname: pluto
*Mar 1 08:30:45.027: DHCP: SDiscover: sending 292 byte length DHCP packet
*Mar 1 08:30:45.027: DHCP: SDiscover 292 bytes
*Mar 1 08:30:45.027: B'cast on Ethernet1 interface from 0.0.0.0
*Mar 1 08:30:49.019: DHCP: QScan: Timed out Selecting state%Unknown DHCP problem.. No allocation possible
here's my ACL
ip inspect name CBAC udp
ip inspect name CBAC icmp
ip inspect name CBAC tcp
ip inspect name CBAC sip
ip inspect name CBAC http
ip inspect name CBAC smtp
ip inspect name CBAC fragment maximum 256 timeout 1
ip inspect name CBAC ftp
ip inspect name CBAC dns
ip inspect name CBAC ssh
ip inspect name CBAC nntp
ip inspect name CBAC ntp
ip inspect name CBAC https
ip inspect name CBAC appleqtc
ip inspect name CBAC ftps
no ip ips deny-action ips-interface
ip access-list extended allowed_inbound_traffic
permit icmp any host 10.10.100.1 administratively-prohibited
permit icmp any host 10.10.100.1 echo
permit icmp any host 10.10.100.1 echo-reply
permit icmp any host 10.10.100.1 packet-too-big
permit icmp any host 10.10.100.1 time-exceeded
permit icmp any host 10.10.100.1 traceroute
permit icmp any host 10.10.100.1 unreachable
permit udp any any eq 6112
permit tcp any any eq 6112
permit udp any any eq 12365
permit tcp any any eq 12365
permit tcp any any range 1020 1032
permit udp any any range 1020 1032
permit tcp any any range 5060 5065
permit udp any any range 5060 5065
permit tcp any any range 10000 20000
permit udp any any range 10000 20000
permit tcp any any eq 546
permit udp any any eq 546
interface Ethernet1
description INTERNET
bandwidth 384
ip address dhcp
ip access-group allowed_inbound_traffic in
no ip redirects
no ip unreachables
no ip proxy-arp
ip nbar protocol-discovery
ip nat outside
ip inspect CBAC out
ip virtual-reassembly
no ip mroute-cache
duplex full
no cdp enable
service-policy output MyQoSPolicy
does anything stand out?
for some reason, i'm thinking that i need to give outbound access for the dhcp client ports on e1.