serveur Apache -> site web visible sur le LAN mais pas sur le NET

serveur Apache -> site web visible sur le LAN mais pas sur le NET - Linux et OS Alternatifs

Marsh Posté le 24-07-2001 à 00:49:24    

:(
help

Reply

Marsh Posté le 24-07-2001 à 00:49:24   

Reply

Marsh Posté le 24-07-2001 à 06:35:20    

bein il faut donner plus de renseignements.
genre ce qu'il y a entre le LAN et internet. un routeur? un firewall?

Reply

Marsh Posté le 24-07-2001 à 10:06:17    

un firewall
rp-pppoe
 
 
 
 
#!/bin/sh
#
# firewall-masq         This script sets up firewall rules for a machine
#                       acting as a masquerading gateway
#
# Copyright (C) 2000 Roaring Penguin Software Inc.  This software may
# be distributed under the terms of the GNU General Public License, version
# 2 or any later version.
 
# Interface to Internet
EXTIF=ppp+
 
ANY=0.0.0.0/0
 
ipchains -P input ACCEPT
ipchains -P output ACCEPT
ipchains -P forward DENY
 
ipchains -F forward
ipchains -F input
ipchains -F output
 
# Deny TCP and UDP packets to privileged ports
ipchains -A input -l -i $EXTIF -d $ANY 0:20 -p udp -j DENY
ipchains -A input -l -i $EXTIF -d $ANY 0:20 -p tcp -j DENY
ipchains -A input -l -i $EXTIF -d $ANY 23:79 -p udp -j DENY
ipchains -A input -l -i $EXTIF -d $ANY 23:79 -p tcp -j DENY
ipchains -A input -l -i $EXTIF -d $ANY 81:1023 -p udp -j DENY
ipchains -A input -l -i $EXTIF -d $ANY 81:1023 -p tcp -j DENY
 
 
 
# Deny TCP connection attempts
ipchains -A input -l -i $EXTIF -p tcp -y -j DENY
 
# Deny ICMP echo-requests
ipchains -A input -l -i $EXTIF -s $ANY echo-request -p icmp -j DENY
 
# Do masquerading
ipchains -A forward -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forward

 

[edtdd]--Message édité par Volkerding--[/edtdd]

Reply

Marsh Posté le 24-07-2001 à 10:34:21    

ké ceu cé ce nouveau nick ?
y'a encore une slack prête à sortir ? :D

Reply

Marsh Posté le 24-07-2001 à 10:35:39    

chuuuuuut je suis là incognito :D
 
nan mais j'aimais bien cette gif et je la voyais pas sur "JoWiLe"
 
;)

Reply

Marsh Posté le 25-07-2001 à 10:28:05    

up

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed