Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SHARING INTERNET TROUGH CISCO 1801W

Status
Not open for further replies.

NightGhos

Programmer
Nov 5, 2004
25
US
I'm trying to setup my Cisco 1801 and i cannot make it work.
I have a Static IP Wireless T1 (microwave) so, no username or password needed.

My Internet connection line is on FE0 (FastEthernet0).

My Cisco configuration is the following:

Can somebody give me a hint what i have wrong. I think i'm almost there. I'm a newbie i'm moving from Linksys cheap VPN router to this cisco. Please advise.

!This is the running config of the router: 192.168.4.1
!----------------------------------------------------------------------------
!version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname EPDSylmar
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$/dFh$zHOFxohY/hq7sozQaooxV.
enable password XXXXX
!
no aaa new-model
!
!
!
!
no ip routing
!
!
no ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.4.1 192.168.4.99
ip dhcp excluded-address 192.168.4.116 192.168.4.254
!
ip dhcp pool EPDSylmar
import all
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 207.47.112.186 216.237.6.36
lease infinite
!
!
ip name-server 4.2.2.2
ip name-server 4.2.2.3
!
multilink bundle-name authenticated
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
description $FW_OUTSIDE$$ETH-WAN$
ip address 67.203.180.74 255.255.255.248
ip nat outside
ip virtual-reassembly
no ip route-cache
duplex auto
speed auto
!
interface BRI0
no ip address
encapsulation hdlc
no ip route-cache
shutdown
!
interface FastEthernet1
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
shutdown
!
interface FastEthernet4
shutdown
!
interface FastEthernet5
shutdown
!
interface FastEthernet6
shutdown
!
interface FastEthernet7
shutdown
!
interface FastEthernet8
shutdown
!
interface Dot11Radio0
no ip address
no ip route-cache
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Dot11Radio1
no ip address
no ip route-cache
shutdown
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
station-role root
!
interface ATM0
no ip address
no ip route-cache
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
interface Vlan1
description $FW_INSIDE$
ip address 192.168.4.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip route-cache
!
ip route 0.0.0.0 0.0.0.0 67.203.180.73
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.4.0 0.0.0.255
snmp-server community public RO
!
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password XXXX
login
!

!
webvpn cef
end




===================================
Never underestimate the power of stupid people in big numbers
===================================
 
Hello
Can you try to ping your next hop ,DNS server and a Internet host from the Router.Then let us know.
Regards
 
Can you ping from your VLAN port to the Wan port?

Eg:-

ping 67.203.180.74 source fastethernet1

As you have your routing switched off.
 
Yes i can ping from the Vlan1 to the WAN.

I added a Default Gateway and now i can ping to google.com, yahoo.com, etc. from the HyperTerminal, meaning that my FastEthernet0 is fine, but i cannot get the traffic to the Vlan.

The SDM applications tells me that i don't have an exit interface but i cannot figure it out. I'm almost there i think.

===================================
Never underestimate the power of stupid people in big numbers
===================================
 
Please turn on ip routing.


currently your config has:
!
no ip routing
!


to a config term and type in
ip routing

Then do some more tests.


----------------------------------
Bill
 
Several stuff done, i did the ip routing and add the default gateway.

Everything is working fine now.

Now i need to continue with my IPSec and Wireless.

===================================
Never underestimate the power of stupid people in big numbers
===================================
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top