Greetings all!
I recently ran into a problem with a Cisco 1700 router that I can't seem to get around. Please understand that I've NEVER even touched one of these before, so it could be a simple thing, but something that I just don't know or understand. Here's the situation:
A subnet of 8 public IP's. For the moment I'll just list the important ones:
x.x.x.32 = Broadcast
x.x.x.33 = The Router
x.x.x.34 = Web Server
x.x.x.35 = Windows Web Server
x.x.x.36-38 unused
x.x.x.39 = Network
Anyway... here's the thing....
I go into the router and it has NO access lists for incoming or outgoing. BUT... .35 is wide open to the internet (using its own firewall to block all but needed ports) and everything works for that machine... but NOT FOR ANY OTHER IP!
If I try to add an access-list for any IP address, .35 becomes totally blocked! If I remove all access-lists (and the group) then .35 works fine again. They want to run a web server on .34, but I can't get anything open to it without .35 going dead on me.
I've also tried to write an access list that includes both .34 and .35, but when I do, .35 still suddenly becomes totally blocked!
Here's a copy of the current config:
This is my try at an access list:
access-list 105 permit tcp any host x.x.x.34 eq www
access-list 105 permit tcp any host x.x.x.34 eq 1843
access-list 105 permit icmp any host x.x.x.34
and then
interface FastEthenet 0/0
ip access-group 102 in
But after that... no traffic that I could tell to any IP.
HELP!
I don't know what I'm doing wrong.
Here's what I want to do,
Port 80 Open for any hosts to .34
ICMP Open for any host to .34
ALL PORTS Open for any hosts to .35 (not my choice...)
ICMP Open for any hosts to .35
ANY help is MUCH appreciated!
Joe
I recently ran into a problem with a Cisco 1700 router that I can't seem to get around. Please understand that I've NEVER even touched one of these before, so it could be a simple thing, but something that I just don't know or understand. Here's the situation:
A subnet of 8 public IP's. For the moment I'll just list the important ones:
x.x.x.32 = Broadcast
x.x.x.33 = The Router
x.x.x.34 = Web Server
x.x.x.35 = Windows Web Server
x.x.x.36-38 unused
x.x.x.39 = Network
Anyway... here's the thing....
I go into the router and it has NO access lists for incoming or outgoing. BUT... .35 is wide open to the internet (using its own firewall to block all but needed ports) and everything works for that machine... but NOT FOR ANY OTHER IP!
If I try to add an access-list for any IP address, .35 becomes totally blocked! If I remove all access-lists (and the group) then .35 works fine again. They want to run a web server on .34, but I can't get anything open to it without .35 going dead on me.
I've also tried to write an access list that includes both .34 and .35, but when I do, .35 still suddenly becomes totally blocked!
Here's a copy of the current config:
cisco1760>show ip interface
FastEthernet0/0 is up, line protocol is up
Internet address is x.x..33/29
Broadcast address is 255.255.255.255
Address determined by non-volatile memory
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Local Proxy ARP is disabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is disabled
IP CEF switching is disabled
IP Fast switching turbo vector
IP multicast fast switching is disabled
IP multicast distributed fast switching is disabled
IP route-cache flags are Fast
Router discoverry is disabled
IP output packet accounting is disabled
IP access violation accounting is disabled
TCP/IP header compression is disabled
RTP/IP header compression is disabled
Probe proxy name replies are disabled
Policy routing is disabled
Network address translation is disabled
WCCP Redirect outbound is disabled
WCCP Redirect inbound is disabled
WCCP Redirect exclude is disabled
BGP Policy Mapping is disabled
Serial0/0 is up, line protocol is up
Internet protocol processing disabled
Interface is unnumbered. Using address of FastEthernet0/0 (x.x.x..33)
Broadcast address is 255.255.255.255
MTU is 1500 bytes
Helper address is not set
Directed broadcast forwarding is disabled
Outgoing access list is not set
Inbound access list is not set
Proxy ARP is enabled
Local Proxy ARP is disabled
Security level is default
Split horizon is enabled
ICMP redirects are always sent
ICMP unreachables are always sent
ICMP mask replies are never sent
IP fast switching is enabled
IP fast switching on the same interface is enabled
IP CEF switching is disabled
IP Fast switching turbo vector
IP multicast fast switching is disabled
IP multicast distributed fast switching is disabled
IP route-cache flags are Fast
Router Discovery is disabled
IP output packet accounting is disabled
IP access violation accounting is disabled
TCP/IP header compression is disabled
RTP/IP header compression is disabled
Probe proxy name replies are disabled
Policy routing is disabled
Network address translation is disabled
WCCP Redirect outbound is disabled
WCCP Redirect inbound is disabled
WCCP Redirect exclude is disabled
BGP Policy Mapping is disabled
This is my try at an access list:
access-list 105 permit tcp any host x.x.x.34 eq www
access-list 105 permit tcp any host x.x.x.34 eq 1843
access-list 105 permit icmp any host x.x.x.34
and then
interface FastEthenet 0/0
ip access-group 102 in
But after that... no traffic that I could tell to any IP.
HELP!
I don't know what I'm doing wrong.
Here's what I want to do,
Port 80 Open for any hosts to .34
ICMP Open for any host to .34
ALL PORTS Open for any hosts to .35 (not my choice...)
ICMP Open for any hosts to .35
ANY help is MUCH appreciated!
Joe