Still trying to correct my config.
The router is a Cisco 827-v4 (single ethernet port)
Reading my ICND book on NAT/PAT as I think my issue is with routing more than the ACL's.I noticed my current config:
Interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
loopback
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 access-group 100 in
ip nat outside
ip nat inside source list 1 interface BVI1 overload
==
I noticed realized my <ip nat outside> command is on <interface BVI1>. Reading some of the other post, I see <ip nat outside> on the <ethernet interface> instead. wondering if I need the <BVI1 interface> at all since I have a switch configured for VLAN's.
Joamon, Hopefully I can contiune to pick your brain or anyone who would like to take it,
1.why is the ATM0 interface set to <no ip address>
2.should the <ip nat outside> command also sit on the ethernet0 interface?
3. what is the purpose of <BVI1>
What I am trying to do :
run the Cisco 827-v4 connected to a Cisco 1924 switch configured with VLAN's. Run normal LAN internet access and an internal web server. Inside local address is not important at all. Global outside address is 63.162.201.72
**thinking about adding a 2nd static specifically for the server**
The router is a Cisco 827-v4 (single ethernet port)
Reading my ICND book on NAT/PAT as I think my issue is with routing more than the ACL's.I noticed my current config:
Interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
loopback
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 access-group 100 in
ip nat outside
ip nat inside source list 1 interface BVI1 overload
==
I noticed realized my <ip nat outside> command is on <interface BVI1>. Reading some of the other post, I see <ip nat outside> on the <ethernet interface> instead. wondering if I need the <BVI1 interface> at all since I have a switch configured for VLAN's.
Joamon, Hopefully I can contiune to pick your brain or anyone who would like to take it,
1.why is the ATM0 interface set to <no ip address>
2.should the <ip nat outside> command also sit on the ethernet0 interface?
3. what is the purpose of <BVI1>
What I am trying to do :
run the Cisco 827-v4 connected to a Cisco 1924 switch configured with VLAN's. Run normal LAN internet access and an internal web server. Inside local address is not important at all. Global outside address is 63.162.201.72
**thinking about adding a 2nd static specifically for the server**