Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



How to set the Cisco firewall ios

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-03-2010
Member
 
Join Date: Feb 2010
Posts: 513
How to set the Cisco firewall ios

Hi all,

Some people think Firewall have not brilliant, but I believe that if the full use of devices Firewall Function, could be a strengthened Safe Choice. I want to know that how to set the Cisco firewall IOS. Please provide some basics steps. Thanks in advance.
Reply With Quote
  #2  
Old 14-03-2010
Milton.J's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,422
How to set the Cisco firewall ios

If your Routing Device does not provide any firewall feature set, please do not run the firewall command. However, in order to strengthen Safe, The author recommended that you use to support a firewall ios version. Although only a NAT that your internal network can provide the minimum level of protection, but you face Internet Router more easily exposed to hackers. The command prompt is omitted, in each order of addition of explanation or description.
Code:
enable
Code:
Access to privileged user mode - config t
Code:
To enter global configuration mode -  ip dhcp excluded-address 192.168.100.1 192.168.100.10
Reply With Quote
  #3  
Old 14-03-2010
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
How to set the Cisco firewall ios

You need to excluded from the internal dhcp address pool ip address. Do the command:
Code:
ip dhcp pool internal-dhcp
For Create a group called "internal dhcp" the dhcp pools
Code:
import all
For Dhcp settings from the external isp into "internal dhcp" pool
Code:
network 192.168.100.0 255.255.255.0
This definition of the network is running dhcp pool
Code:
default-router 192.168.100.1
Check and reply.
Reply With Quote
  #4  
Old 14-03-2010
Snake08's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,328
How to set the Cisco firewall ios

For the "internal dhcp" to set the default gateway pool, go for this command:
Code:
ip inspect name cbac tcp
For check the outgoing data communication, in order to facilitate the response to allow tcp internal communications
Code:
ip inspect name cbac udp
For check the outgoing data communication, in order to facilitate the response to allow udp internal communications
Code:
interface f0 / 0
Into the interface f0 / 0, f0 / 0 here, that is the internal LAN interface
Code:
ip address 192.168.100.1 255.255.255.0
The internal LAN interface ip set to 192.168.100.1, the subnet mask for the 24-bit.
Code:
ip nat inside
Check and reply.
Reply With Quote
  #5  
Old 14-03-2010
Zachary's Avatar
Member
 
Join Date: Jan 2006
Posts: 3,932
How to set the Cisco firewall ios

This interface is designated as the internal interface network address translation
Code:
interface e0 / 0
Into the interface e0 / 0. E0 / 0 here, which is outside the LAN interface.
Code:
ip address dhcp
Setting the external LAN interface ip using dhcp, dhcp provided by the isp.
Code:
ip access-group cbac in
Open the internal state of the data packet inspection
Code:
ip inspect cbac out
Open the internal state of the data packet inspection, this point is critical for the response to internal communications.
Code:
ip nat outside
This interface is designated as the internal interface network address translation mac-address ffff.ffff.ffff
Optional, allowing users to mac address spoofing. Some isp will lock the mac address.ip nat inside source list natacl interface e0 / 0 overload. All the best.
__________________
90% of everything is crap...except for crap, because crap is 100% crap
Reply With Quote
  #6  
Old 14-03-2010
Big Fish's Avatar
Member
 
Join Date: Jan 2006
Posts: 3,514
How to set the Cisco firewall ios

It will all of the ip address from natacl acl converted to the external interface and ip address. check the command :
Code:
ip access-list extended cbac
The definition of a group called cbac extension acl, the firewall rules for the internal permitted and internal dhcp. If you do not have this feature, the user's isp can not assign a dhcp ip address. If not, then outsourcing pptp vpn not working permitted ping into. Note that if you want to keep a secret, please do not use this feature. If you want to record the entry of rejected attempts to function, this command can be useful.
Code:
ip access-list extended natacl
The definition of a group called natacl extension acl, used to implement nat
Code:
permit ip 192.168.100.0 0.0.0.255 any
192.168.100.0/24 allowed to reach the network address translation has been done anywhere.
__________________
Truly, if there is evil in this world, it lies within the heart of mankind. -Edward D. Morrison

Old soldiers never die- they just fade away.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to set the Cisco firewall ios"
Thread Thread Starter Forum Replies Last Post
Firewall 2011 And Cisco VPN Client: VPN does not work Y-Maker Networking & Security 4 17-02-2011 03:13 AM
NetEye firewall and Cisco router security issue KennedII Networking & Security 5 19-03-2010 12:57 AM
Cisco ASA 5500 Series Firewall unlimitedtech Networking & Security 1 03-08-2009 06:53 PM
How to restore default configuration of Cisco PIX 501 firewall GeforceUser Networking & Security 3 15-05-2009 01:18 PM
Cisco Pix 506e Firewall laykian Networking & Security 1 14-02-2009 11:45 AM


All times are GMT +5.5. The time now is 08:20 AM.