hi<br>
<br>
i installed from the new server 5.10 iso today on an smp amd mp 1200
box destained to take over serving my mess of eBay pix to the web.<br>
<br>
my only other experience with apache1 has been a knoppix install that "just worked"... where i didn't learn much.<br>
<br>
here's what works. the box is in my dmz network
(<a href="http://10.42.43.0">10.42.43.0</a>). i can wget to it from my inside net
(<a href="http://10.42.42.0">10.42.42.0</a>) and get back anything i want. but i can't use
my browser to get anything. (nor, i discover, can i get anything
off my existing server with a browser... never tried before.) the
existing server (<a href="http://10.42.43.100">10.42.43.100</a>) is working fine serving up my pix.<br>
<br>
i tried just swapping ethernet cables (using same ip) and it did not
serve pix so i changed its ip (<a href="http://10.42.43.101">10.42.43.101</a>) and cableled it up to the
dmz net.<br>
<br>
i have code in my floppyfirewall config that passes packets from the inside net to the dmz and in reverse:<br>
<br>
# Accepting packets between Inside and DMZ<br>
iptables -A FORWARD -s ${INSIDE_NETWORK}/${INSIDE_NETMASK} -d ${DMZ_NETWORK}/${DMZ_NETMASK} -j ACCEPT<br>
iptables -A FORWARD -s ${DMZ_NETWORK}/${DMZ_NETMASK} -d ${INSIDE_NETWORK}/${INSIDE_NETMASK} -j ACCEPT<br>
<br>
# Accepting web traffic<br>
iptables -A FORWARD -p tcp -d ${SERVER_IP} --dport 80 -o ${DMZ_DEVICE} -j ACCEPT<br>
#iptables -A FORWARD -p tcp -d ${SERVER1_IP} --dport 80 -o ${DMZ_DEVICE} -j ACCEPT<br>
<br>
# Forwarding web traffic<br>
iptables -A PREROUTING -t nat -p tcp -d ${OUTSIDE_IP} --dport 80 -j DNAT --to ${SERVER_IP}:80<br>
#iptables -A PREROUTING -t nat -p tcp -d ${OUTSIDE_IP2} --dport 80 -j DNAT --to ${SERVER1_IP}:80<br>
<br>
does someone spot something here that would prohibit an inside network browser from working onto the dmz?<br>
<br>
i presume that wget uses apache2 to get the stuff from the server. and it sez it is using port 80.<br>
<br>
lab64:~/floppyfw2> wget <a href="http://10.42.43.101/">http://10.42.43.101/</a><br>
--17:34:51-- <a href="http://10.42.43.101/">http://10.42.43.101/</a><br>
=> `index.html'<br>
Connecting to <a href="http://10.42.43.101:80">10.42.43.101:80</a>... connected.<br>
HTTP request sent, awaiting response... 200 OK<br>
Length: 1,457 [text/html]<br>
<br>
100%[=================================================================================>]
1,457 7.30K/s<br>
<br>
17:34:51 (7.29 KB/s) - `index.html' saved [1,457/1,457]<br>
<br>
so apache2 is working on the new server.<br>
<br>
so what is preventing firefox from connecting? (<a href="http://10.42.43.101/">http://10.42.43.101/</a>) or other permutations.<br>
<br>
thanks very much.<br>
<br>
dave<br clear="all"><br>-- <br>Dave Mallery,
K5EN
(ubuntu linux 5.10) <br>PO Box
520
.~.
_ Ramah, NM 87321
<br>
/V\ -o)<br>no
gates... /(
)\ /\\ running Debian
GNU/Linux<br> no windows!
^^^^^ _\_v free
at last!<br> linux counter #64628 SCO delenda est<br><br> <a href="http://www.stores.ebay.com/davessurpluscables/">www.stores.ebay.com/davessurpluscables/</a>