kornakmf
Technical User
- Aug 21, 2007
- 19
I need to set multiple IP addresses to the external interface (WAN) on a Cisco 851 router.
Any idea how to do this?
!
interface FastEthernet4
description $FW_OUTSIDE$$ETH-WAN$$ES_WAN$
ip address 66.148.16.244 255.255.252.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
I need to add....
66.148.16.245
66.148.16.247
66.148.16.248
66.148.16.249
Thanks
Any idea how to do this?
!
interface FastEthernet4
description $FW_OUTSIDE$$ETH-WAN$$ES_WAN$
ip address 66.148.16.244 255.255.252.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
I need to add....
66.148.16.245
66.148.16.247
66.148.16.248
66.148.16.249
Thanks