Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2007, 01:38 AM
x13
Guest
 
Posts: n/a
Default Q: Configuring web server on Cisco 871W router

Hi all,

I'm hoping someone can point me in the right direction.

This concerns a [working] Cisco 871W router.

My goal is to make a web server accessible from internet, and
configure an external Dynamic DNS (DynDNS.com) account.

Two problems:

This router has a built-in web-like management interface. So, if I
issue "no ip http server" and/or "no ip http secure-server" (at CLI)
then all 80/443 traffic is blocked (obviously) -- or could this have
something to do with "ip http authentication local" ? (don't use any
authentication server) Otherwise, attempting to reach the TomCat
server using the WAN IP address gets me the login box for the
management interface... or nothing all (timeout).

Before you ask: yes, NAT readily maps port 80 (or 443, I can't map
both) to the internal 10.x.x.x port 8443 address on the LAN side.

So how do I disable or let HTTP traffic pass-through the management
interface, and what's the syntax to configure a Dynamic DNS server
account? I couldn't find a clear example in the IOS docs.

Here is a list of the ACLs (should that be the problem) :

PS: Public IPs edited for security reasons -- WAN IP ends with 228.15;
DNS' end with 231.246 and 231.247.

access-list 1 remark INSIDE_IF=BVI1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 100 remark auto generated by Cisco SDM Express firewall
configuration
access-list 100 remark SDM_ACL Category=1
access-list 100 deny ip <network.prefix>.228.0 0.0.3.255 any
access-list 100 deny ip host 255.255.255.255 any
access-list 100 deny ip 127.0.0.0 0.255.255.255 any
access-list 100 permit ip any any
access-list 101 remark auto generated by Cisco SDM Express firewall
configuration
access-list 101 remark SDM_ACL Category=1
access-list 101 permit udp host <network.prefix>.231.247 eq domain
host <network.prefix>.228.15
access-list 101 permit udp host <network.prefix>.231.246 eq domain
host <network.prefix>.228.15
access-list 101 deny ip 10.10.10.0 0.0.0.255 any
access-list 101 permit icmp any host <network.prefix>.228.15 echo-
reply
access-list 101 permit icmp any host <network.prefix>.228.15 time-
exceeded
access-list 101 permit icmp any host <network.prefix>.228.15
unreachable
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip any any

I think what might be missing is ...

access-list 101 permit tcp any eq 80 host <network.prefix>.228.15
access-list 101 permit tcp any eq 443 host <network.prefix>.228.15

.... just before the first 'deny' line in ACL 101.


Any help would ge greatly appreciated!
Thanks!

M.T.

PS: Email is a decoy -- please reply within thread.

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Configuring a second DI-524 wireless router within an existingwireless network Sid B alt.internet.wireless 2 11-30-2007 02:28 PM
simple office configuration questions for expert -keevill- alt.internet.wireless 2 11-11-2007 10:41 AM
Doctor Who's security & encryption FAQ v21.4 newsmanis@yahoo.com.au alt.computer.security 0 10-10-2007 10:34 PM
Vista conection problem? TSMC alt.internet.wireless 6 06-05-2007 06:29 PM
Cisco IPv6 Vulnerability Imhotep alt.computer.security 0 08-01-2005 07:23 PM


All times are GMT. The time now is 01:14 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45