Infos sur les @ rzo
Dernière réponse : dans Fournisseurs d'accès
Slt !
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
Autres pages sur : infos rzo
Lassé par la pub ? Créez un compte
junior42fr a écritSlt !
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
-------supposition ------
Si non comme c'est adresse ip son de classe A et que le nombre d'internaute aux us est tres important il ont peut-etre tous simplement epuisser leurs stock ip fix ! car depuis plusieur annees il evoque se pb !
------------------end suppo
j'ai trouver des truc sur la 86 et 89 mais de me demande pas de les interpreter, c'est trop nebuleux pour moi, mais si cela te convient !
l'adresse ou je les est trouver http://www.bitesizeinc.net/index.php/howto.IP-Masquerad...
une info sur la 89 (copie pur et dur !)
|#Load the FTP tracking mechanism for full FTP tracking
|
|#
|
|# Enabled by default -- insert a "#" on the next line
to deactivate |
|#
|
|echo -e "ip_conntrack_ftp, "
|
|#
|
|#Verify the module isn't loaded. If it is, skip it
|
|#
|
|if [ -z "` $LSMOD | $GREP ip_conntrack_ftp | $AWK
{'print $1'} `" ]; then |
| $MODPROBE ip_conntrack_ftp
|
|fi
|
|
|
|
|
|#Load the IRC tracking mechanism for full IRC tracking
|
|#
|
|# Enabled by default -- insert a "#" on the next line
to deactivate |
|#
|
|echo -en "
ip_conntrack_irc, " |
|#
|
|#Verify the module isn't loaded. If it is, skip it
|
|#
|
|if [ -z "` $LSMOD | $GREP ip_conntrack_irc | $AWK
{'print $1'} `" ]; then |
| $MODPROBE ip_conntrack_irc
|
|fi
|
|
|
|
|
|#Load the general IPTABLES NAT code - "iptable_nat"
|
|# - Loaded automatically when MASQ functionality is
turned on |
|#
|
|# - Loaded manually to clean up kernel auto-loading
timing issues |
|#
|
|echo -en "iptable_nat, "
|
|#
|
|#Verify the module isn't loaded. If it is, skip it
|
|#
|
|if [ -z "` $LSMOD | $GREP iptable_nat | $AWK {'print
$1'} `" ]; then |
| $MODPROBE iptable_nat
|
|fi
|
|
|
|
|
|#Loads the FTP NAT functionality into the core
IPTABLES code |
|# Required to support non-PASV FTP.
|
|#
|
|# Enabled by default -- insert a "#" on the next line
to deactivate |
|#
|
|echo -e "ip_nat_ftp"
|
|#
|
|#Verify the module isn't loaded. If it is, skip it
|
|#
et sur l'autre 86 :
d the script MATTER.
|
|#
|
|#
|
|# DHCP users:
|
|# -----------
|
|# If you get your TCP/IP address via DHCP, **you
will need ** to enable the |
|# #ed out command below underneath the PPP section
AND replace the word |
|# "eth0" with the name of your EXTERNAL Internet
connection (ppp0, ippp0, |
|# etc) on the lines for "ppp-ip" and "extip". You
should also note that the |
|# DHCP server can and will change IP addresses on
you. To deal with this, |
|# users should configure their DHCP client to re-run
the rc.firewall ruleset |
|# everytime the DHCP lease is renewed.
|
|#
|
|# NOTE #1: Some DHCP clients like the original
"pump" (the newer |
|# versions have been fixed) did NOT have
the ability to run |
|# scripts after a lease-renew. Because
of this, you need to |
|# replace it with something like
"dhcpcd" or "dhclient". |
|#
|
|# NOTE #2: The syntax for "dhcpcd" has changed in
recent versions. |
|#
|
|# Older versions used syntax like:
|
|# dhcpcd -c
/etc/rc.d/rc.firewall eth0 |
|#
|
|# Newer versions execute a file called
/etc/dhcpc/dhcpcd-eth0.exe |
|#
|
|# NOTE #3: For Pump users, put the following line
in /etc/pump.conf: |
|#
|
|# script /etc/rc.d/rc.firewall
|
|#
|
|# PPP users:
|
|# ----------
|
|# If you aren't already aware, the /etc/ppp/ip-up
script is always run when |
|# a PPP connection comes up. Because of this, we
can make the ruleset go and |
|# get the new PPP IP address and update the strong
firewall ruleset. |
|#
|
|# If the /etc/ppp/ip-up file already exists, you
should edit it and add a line |
|# containing "/etc/rc.d/rc.firewall" near the end of
the file. |
|#
|
|# If you don't already have a /etc/ppp/ip-up
sccript, you need to create the |
|# following link to run the /etc/rc.d/rc.firewall
script. |
|#
|
|# ln -s /etc/rc.d/rc.firewall /etc/ppp/ip-up
|
|#
|
|# * You then want to enable the #ed out shell
command below * |
|#
|
|#
|
|# Determine the external IP automatically:
|
|# ----------------------------------------
|
|#
A+
junior42fr a écritSlt !
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
On m'a parlé des adresses de rzo commencant par 86.x.x.x et 89.x.x.x.
Le pb c'est qu'on m'a pas dit exactement de quoi il restournait. On m'a juste dit qu'il se passait un truc actuellement notamment aux etats-unis par rapport a ces adresses de rzo.
Si kk1 pouvait m'aider, ce serait cool.
Merci
Bye
je comprends pas trop ce que tu cherches mais t'as tout la http://www.art-telecom.fr/dossiers/internet/adres-ip.ht...
Lassé par la pub ? Créez un compte