Install WAMP
Enable Telnet service or make sure it is enabled.
---------------------------------------------------------------------------------------
Httpd Conf File changes to enable access-to be
done to the Apache Web Server httpd conf file:
#
ServerName localhost:80
ServerName 192.168.255.100:80 (this was added)
#
and
# onlineoffline tag – don’t remove
Order Deny,Allow
# Deny from all (deny commented out)
Allow from 127.0.0.1
Allow from 192.168.255.100(added)
-----------------------------------------------------------------------------------------
Opening Ports or Port Forwarding.
Port scanning Public dynamic IP.
Opening web page using public dynamic IP.
To test telnet:
telnet 59.98.250.141 (note this way my dynamic IP when I ran this test)
Enable Telnet service or make sure it is enabled.
---------------------------------------------------------------------------------------
Httpd Conf File changes to enable access-to be
done to the Apache Web Server httpd conf file:
#
ServerName localhost:80
ServerName 192.168.255.100:80 (this was added)
#
and
# onlineoffline tag – don’t remove
Order Deny,Allow
# Deny from all (deny commented out)
Allow from 127.0.0.1
Allow from 192.168.255.100(added)
-----------------------------------------------------------------------------------------
Opening Ports or Port Forwarding.
Port scanning Public dynamic IP.
Opening web page using public dynamic IP.
telnet 59.98.250.141 (note this way my dynamic IP when I ran this test)
No comments:
Post a Comment