
Originally Posted by
shadowkenshin
@nomadic, I'm assuming that you are using the 10.0.0.x network configuration & you can absolutely ping the ur ST511e's IP address, the 10.0.0.138. First clear the Default NAPT Server of the ST511e & also all the NAPTs you've inputted and add the port 80 with the webserver's IP in the inside IP. In your XP Webserver try to disable the firewall. If it works then it's the firewall's problem. Go to the network properties and select advanced ->Firewall Settings ->Advanced->local area->Settings->check the Web Server Services and Press OK. Enable your firewall again.
Try lang ni.. I think it will work
@shadowkensin you assumed correctly, and i did disable the firewall in my winxp with the webserver, I also don't have a NAPT default server set.Â*
Just curious if you are currently running a server using the ST511e ? if you do can you check the version andÂ* firewall part via telnet? just to compare if its possible.
I have this one from my end:
Code:
=>software version
Flash image : 4.2.4.11.0
Build nameÂ* : ZZYRAC4.24B
=>firewall rule list
:firewall rule create chain=source index=0 dstintfgrp=!wan action=accept
:firewall rule create chain=source index=1 prot=udp dstport=dns action=accept
:firewall rule create chain=source index=2 prot=udp dstport=bootps action=accept
:firewall rule create chain=source index=3 prot=icmp icmptype=echo-request action=accept
:firewall rule create chain=source index=4 prot=udp srcport=snmp log=yes action=count
:firewall rule create chain=source index=5 action=drop
:firewall rule create chain=forward index=0 srcintfgrp=wan dstintfgrp=wan action=drop
:firewall rule create chain=sink index=0 srcintfgrp=!wan action=accept
:firewall rule create chain=sink index=1 prot=udp dstport=dns action=accept
:firewall rule create chain=sink index=2 prot=udp dstport=bootpc action=accept
:firewall rule create chain=sink index=3 prot=icmp icmptype=echo-reply action=accept
:firewall rule create chain=sink index=4 prot=udp dstport=snmp log=yes action=count
:firewall rule create chain=sink index=5 action=drop
Thanks again!