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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

config verification if possible

Status
Not open for further replies.

DManigo

ISP
Joined
Mar 16, 2005
Messages
71
Location
US
Cisco 827-4v connected to a Cisco 1924 switch. I'm still learning how to work with Cisco hardware. Looking for someone to verify my config.
My goal is to have the network 192.168.1.0/24 access the internet as normal, 192.168.1.4 statically assigned to server running website and FTP site. Please advise as I conitue to learn.

ip subnet-zero
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.4
ip dhcp pool cisco
network 192.168.1.0 255.255.255.0
domain-name 5thborocs.com
dns-server 63.162.197.69 207.217.126.81 204.117.214.10
default-router 192.168.1.1
bridge irb
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
dsl operating-mode auto
bridge-group 1
interface BVI1
ip address 63.162.201.72 255.255.255.0
ip nat outside
ip nat service list 1 ftp tcp port 21
ip nat inside source list 1 interface BVI1 overload
ip nat inside source static tcp 192.168.1.4 80 63.162.201.72 80 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 63.162.201.1
no ip http server
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 2 permit 192.168.1.4
access-list 2 permit 192.168.1.0 0.0.0.255
access-list 2 permit any
access-list 3 deny 192.168.1.4
access-list 3 permit 192.168.1.0 0.0.0.255
access-list 100 permit tcp any host 192.168.1.4 eq ftp
access-list 100 permit tcp any host 192.168.1.4 eq www
bridge 1 protocol ieee
bridge 1 route ip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top