Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Cisco 1841 config

Reply
Thread Tools

Cisco 1841 config

 
 
Bjarne
Guest
Posts: n/a
 
      09-01-2008
Hi.

I need a Little help, I just got at Cisco 1841 up and running.. I have
a router --> Firewall --> DMZ --> Firewall --> LAN.

I want nothing blocked from the inside, and I want access to my web-
server, remote desktop etc. from the outside.

Right now I am running this config.. But I am not sure if it is the
smartest thing to be running.. Should I be running NAT or routing..
Anyway I can't get true to ether my web-server or remote desktop, even
when I have put my laptop directly on the router.

Please help me with my config. (Commands please.)

Thanks in advance

BCS



!

version 12.4

no service pad

service tcp-keepalives-in

service tcp-keepalives-out

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

service password-encryption

service sequence-numbers

!

hostname Router

!

boot-start-marker

boot-end-marker

!

security authentication failure rate 3 log

security passwords min-length 6

logging buffered 51200 debugging

logging console critical

enable secret 5 xxxxxxxxxxxxxxxxx

!

no aaa new-model

clock timezone PCTime 1

clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00

no ip source-route

ip cef

!

!

!

!

no ip bootp server

ip domain name yourdomain.com

ip name-server XX.XX.XX.XX

ip name-server XX.XX.XX.XX

username admin privilege 15 secret 5 $ xxxxxxxxxxxxxxxxx

!

!

ip tcp synwait-time 10

!

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$$FW_INSIDE
$

ip address 192.168.1.1 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

ip nat inside

ip route-cache flow

duplex auto

speed auto

no mop enabled

!

interface FastEthernet0/1

description $ES_WAN$$FW_OUTSIDE$

ip address dhcp client-id FastEthernet0/1

no ip redirects

no ip unreachables

no ip proxy-arp

ip nat outside

ip route-cache flow

duplex auto

speed auto

no mop enabled

!

interface ATM0/0/0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip route-cache flow

shutdown

no atm ilmi-keepalive

dsl operating-mode auto

!

!

ip http server

ip http authentication local

ip http timeout-policy idle 60 life 86400 requests 10000

ip nat inside source list 1 interface FastEthernet0/1 overload

ip nat inside source static tcp 192.168.1.2 3389 interface
FastEthernet0/1 3389

ip nat inside source static tcp 192.168.1.2 80 interface
FastEthernet0/1 80

!

logging trap debugging

access-list 1 remark INSIDE_IF=FastEthernet0/0

access-list 1 remark SDM_ACL Category=2

access-list 1 permit 192.168.1.0 0.0.0.255

no cdp run

banner login ^CAuthorized access only!

Disconnect IMMEDIATELY if you are not an authorized user!^C

!

line con 0

login local

transport output telnet

line aux 0

login local

transport output telnet

line vty 0 4

privilege level 15

login local

transport input telnet

line vty 5 15

privilege level 15

login local

transport input telnet

!

scheduler allocate 4000 1000

end

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco 1841 T1 & Firewall Config HELP!!!!!!!!! googlenews@canthespam.info Cisco 4 01-07-2009 06:21 AM
[Cisco 1841] Being desperate with wireless config JeroenOss1977@gmail.com Cisco 0 03-25-2008 01:27 PM
PPPoE config for cisco 1841 routers binance Cisco 0 07-11-2007 01:52 PM
Cisco 1841 Config Problems with BT Broadband cwcrawley Cisco 8 01-28-2007 03:04 PM
Config for cisco 1841 with one adsl for internet and one adsl for vpn jmf@iutbayonne.univ-pau.fr Cisco 0 10-29-2006 08:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57