Cisco

All things Cisco Related.

Cisco PIX NAT Configuration

interface ethernet0 auto
interface ethernet1 auto
enable password xxxxx
passwd xxxxx
hostname CID-LOC-50x
domain-name theplanet.com
no fixup protocol smtp 25
names
name 12.96.160.0 dllstx2
name 67.19.0.0 dllstx4
name 70.84.160.0 dllstx5
access-list 101 permit ip any any
access-list 101 permit icmp any any
access-list 101 permit ip dllstx2 255.255.255.0 any
access-list 101 permit ip dllstx4 255.255.255.0 any
access-list 101 permit ip dllstx5 255.255.255.0 any
logging on
logging timestamp

Cisco PIX Pub2Pub Configuration

interface ethernet0 auto
interface ethernet1 auto
enable password xxxxx
passwd xxxxx
hostname CID-LOC-50x
domain-name theplanet.com
no fixup protocol smtp 25
names
name 12.96.160.0 dllstx2
name 67.19.0.0 dllstx4
name 70.84.160.0 dllstx5
access-list 101 permit ip any any
access-list 101 permit icmp any any
access-list 101 permit ip dllstx2 255.255.255.0 any
access-list 101 permit ip dllstx4 255.255.255.0 any
access-list 101 permit ip dllstx5 255.255.255.0 any
logging on
logging timestamp

Cisco PIX VPN Configuration

Cisco VPN Configuration

PPTP VPN

  • You'll want to give the PIX a local pool before pasting the PPTP Configuration section:
ip local pool VPN_POOL 10.0.0.200-10.0.0.230

That will allot anyone connecting to the VPN an IP address in the range 10.0.0.200-10.0.0.230

Cisco ASA Configuration

Connecting to the Cisco ASA

Management

  • Right out of the box, the firewall has a listening DHCP server on the Management interface for 192.168.1.x. Plug your workstation into the switch, and allow your connection to be automatically configured. The address of the firewall is 192.168.1.1.
  • You can of course skip this by connecting to the console port.

Cisco Transparent

Setting up Cisco Firewalls for Transparent Mode

Syndicate content