cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
197
Views
0
Helpful
1
Replies

Need HELP need a basic config for 891-fw

tony.kahi1
Level 1
Level 1

Hello all newbie here, we need a basic config with internal wp0 activated. Ive read threads and tried some for 871w configs but cannot for the life of me get this to work.

Any help or basic sample config.

Scenario: STATIC IP FROM CARRIER

Heres what I have so far

enable secret xxxxxxxx

! Configure the DHCP pool to assign addresses to internal hosts
ip dhcp pool vlan1pool
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8

! Do not assign addresses 1 to 30
ip dhcp excluded-address 192.168.1.1 192.168.1.50

! This is the LAN facing interface of the 800 router. Used as gateway for PCs
interface vlan 1
ip address 192.168.1.1 255.255.255.0
ip nat inside
no shut

! WAN Interface
interface FastEthernet0
ip address 100.100.100.1 255.255.255.0
ip nat outside

no shut

interface  GigabitEthernet0

no shut


interface  GigabitEthernet1

no shut


interface  GigabitEthernet2

no shut


interface  GigabitEthernet3

no shut


interface  GigabitEthernet4

no shut


interface  GigabitEthernet5

no shut


interface  GigabitEthernet6

no shut


interface  GigabitEthernet7

no shut


interface  GigabitEthernet8

no shut

! Configure NAT. All internal hosts will be nated on the WAN interface
ip nat inside source list 1 interface fastethernet0 overload
access-list 1 permit 192.168.1.0 0.0.0.255

! Configure static NAT for port redirection
ip nat inside source static tcp 192.168.1.10 80 100.100.100.1 80 extendable

ip route 0.0.0.0 0.0.0.0 100.100.100.2

line vty 0 4
password somestrongpassword

 

1 Reply 1

I take it its the Built in AP you want to configure.

to go to the AP you need to enter something like

"service-module wlan-ap 0 session"

this gets you into the AP and you configure from there.

HTH

Richard

 

Review Cisco Networking for a $25 gift card