- Posts: 1
- Thank you received: 0
Help with Cisco 2811 conf
9 years 1 month ago - 9 years 1 month ago #38688
by alesyl
Help with Cisco 2811 conf was created by alesyl
Hello, I'm new at Cisco and with the examples I have read here make my own conf
Can someone please check if I there is an error on my config
Thanks
en
conf t
host name CR1
enable secret XXXXXX
no ip domain-lookup
ip classless
ip dhcp pool LAN
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 65.32.1.65 65.32.1.70
interface fastethernet0/0
description ** LAN **
ip address 192.168.0.1 255.255.255.0
ip nat inside
no shutdown
interface fastethernet0/1
description ** Internet **
ip address <ISP Static IP – Subnet Mask>
ip nat outside
no shutdown
ip nat inside source list 1 interface FastEthernet0/1 overload
ip route 0.0.0.0 0.0.0.0 <ISP Gateway>
access-list 1 permit 192.168.0.0 0.0.0.255
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
line vty 0 4
access-class 1 in
password Cisco
login
end
wr
Can someone please check if I there is an error on my config
Thanks
en
conf t
host name CR1
enable secret XXXXXX
no ip domain-lookup
ip classless
ip dhcp pool LAN
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 65.32.1.65 65.32.1.70
interface fastethernet0/0
description ** LAN **
ip address 192.168.0.1 255.255.255.0
ip nat inside
no shutdown
interface fastethernet0/1
description ** Internet **
ip address <ISP Static IP – Subnet Mask>
ip nat outside
no shutdown
ip nat inside source list 1 interface FastEthernet0/1 overload
ip route 0.0.0.0 0.0.0.0 <ISP Gateway>
access-list 1 permit 192.168.0.0 0.0.0.255
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
line vty 0 4
access-class 1 in
password Cisco
login
end
wr
Last edit: 9 years 1 month ago by alesyl.
9 years 2 weeks ago #38692
by Chris
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Replied by Chris on topic Help with Cisco 2811 conf
Alesyl,
Your configuration seems like a very basic configuration, just enough to get you connected to the internet.
You should also configure access lists to limit access to and from the Internet, plus secure your router as much as possible.
You might want to also check out the auto-secure lockdown feature we've covered here:
www.firewall.cx/cisco-technical-knowledg...osecure-feature.html
Good luck.
Chris.
Your configuration seems like a very basic configuration, just enough to get you connected to the internet.
You should also configure access lists to limit access to and from the Internet, plus secure your router as much as possible.
You might want to also check out the auto-secure lockdown feature we've covered here:
www.firewall.cx/cisco-technical-knowledg...osecure-feature.html
Good luck.
Chris.
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
The following user(s) said Thank You: sose
8 years 10 months ago #38699
by sose
sose
Network Engineer
analysethis.co/index.php/forum/index
Replied by sose on topic Help with Cisco 2811 conf
what are you trying to archive ?
sose
Network Engineer
analysethis.co/index.php/forum/index
Time to create page: 0.142 seconds