Kezdőlap › Fórumok › Hálózati problémák › F 7 és némi iptables
- This topic has 32 hozzászólás, 6 résztvevő, and was last updated 17 years, 10 months telt el by
majorlacko.
-
SzerzőBejegyzés
-
2007-08-26-17:55 #2129737
Üdvözlet!
Az ominózus 20. sor – gondolom iptables configra gondolsz – itt előfordulhat:
/etc/sysconfig/iptables
Mondjuk azt írja: Piszkálás not rekommended. Gonolom feszt felülírkálja mágának. De állíthatsz be tetszóleges config fájlt.: Rendszer -> Adminisztráció -> Firewall and SELinux / Advanced fül / custom conf fájl.majorlacko wrote:egyébként állandóan NAT hibára hivatkozik. Ez így persze nagyszerű és szovjetes megoldás, de azért a figyi szúrja a szemem. Egy bizonyos „d6 asn” nem tetszik neki és azt a hibát 20. sorban határozza meg.Mondjuk ezt annyira nem értem. Ideszúrhatnál egy konzolkimenetet. Azureus indítása, majd hiba bevágása.
Felmerül még másik kliens kipróbálása. [Előítéletes vagyok az azurkékkel.] pl: qBittorrent.
[Nofogaggyunk, tuttad: gyünni fogok. ;D]
2007-08-26-17:55 #2129738Üdvözlet!
Az ominózus 20. sor – gondolom iptables configra gondolsz – itt előfordulhat:
/etc/sysconfig/iptables
Mondjuk azt írja: Piszkálás not rekommended. Gonolom feszt felülírkálja mágának. De állíthatsz be tetszóleges config fájlt.: Rendszer -> Adminisztráció -> Firewall and SELinux / Advanced fül / custom conf fájl.majorlacko wrote:egyébként állandóan NAT hibára hivatkozik. Ez így persze nagyszerű és szovjetes megoldás, de azért a figyi szúrja a szemem. Egy bizonyos „d6 asn” nem tetszik neki és azt a hibát 20. sorban határozza meg.Mondjuk ezt annyira nem értem. Ideszúrhatnál egy konzolkimenetet. Azureus indítása, majd hiba bevágása.
Felmerül még másik kliens kipróbálása. [Előítéletes vagyok az azurkékkel.] pl: qBittorrent.
[Nofogaggyunk, tuttad: gyünni fogok. ;D]
2007-08-26-18:46 #2129739iptables -L -n kimenete?
2007-08-26-18:46 #2129740iptables -L -n kimenete?
2007-08-26-18:54 #2129741„Rendszer -> Adminisztráció -> Firewall and SELinux / Advanced fül / custom conf fájl.”
Na ez az a config fájl, amit írtam és nem tudok hozzáférni. Sehogy. „~/.azureus/azureus.config” és semmit nem látok belőle. Se sudo, se su, se su – 🙂
Tuttam, hogy gyüssz. 🙂
Na mindegy, ezzel a fájllal müködik minden és semmi mással nem. Nem piszkálok semmit sem, jobb a békesség. 🙂
Az etc/sysconfig/iptables olyan valami, amibe nem mernék belepiszkálni. Itt is hozzáférés megtagadva egyébként.[majorlacko@localhost ~]$ iptables -L -n
bash: iptables: command not found
[majorlacko@localhost ~]$ su
Jelszó:
[root@localhost majorlacko]# iptables -L
bash: iptables: command not found
[root@localhost majorlacko]# iptables -L -n
bash: iptables: command not found
[root@localhost majorlacko]# exit
exit
[majorlacko@localhost ~]$ sudo iptables -L
sudo: iptables: command not found
[majorlacko@localhost ~]$Nem értem. 🙂
Közben találtam egy megnyitható fájlt at /etc/sysconfig-ban, az iptables-config-ot
# Load additional iptables modules (nat helpers)
# Default: -none-
# Space separated list of nat helpers (e.g. ‘ip_nat_ftp ip_nat_irc’), which
# are loaded after the firewall rules are applied. Options for the helpers are
# stored in /etc/modprobe.conf.
IPTABLES_MODULES=”ip_conntrack_netbios_ns”# Unload modules on restart and stop
# Value: yes|no, default: yes
# This option has to be ‘yes’ to get to a sane state for a firewall
# restart or stop. Only set to ‘no’ if there are problems unloading netfilter
# modules.
IPTABLES_MODULES_UNLOAD=”yes”# Save current firewall rules on stop.
# Value: yes|no, default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
# (e.g. on system shutdown).
IPTABLES_SAVE_ON_STOP=”no”# Save current firewall rules on restart.
# Value: yes|no, default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
# restarted.
IPTABLES_SAVE_ON_RESTART=”no”# Save (and restore) rule and chain counter.
# Value: yes|no, default: no
# Save counters for rules and chains to /etc/sysconfig/iptables if
# ‘service iptables save’ is called or on stop or restart if SAVE_ON_STOP or
# SAVE_ON_RESTART is enabled.
IPTABLES_SAVE_COUNTER=”no”# Numeric status output
# Value: yes|no, default: yes
# Print IP addresses and port numbers in numeric format in the status output.
IPTABLES_STATUS_NUMERIC=”yes”# Verbose status output
# Value: yes|no, default: yes
# Print info about the number of packets and bytes plus the „input-” and
# „outputdevice” in the status output.
IPTABLES_STATUS_VERBOSE=”no”# Status output with numbered lines
# Value: yes|no, default: yes
# Print a counter/number for every rule in the status output.
IPTABLES_STATUS_LINENUMBERS=”yes”:Nem itt kellene engedélyezni valamit?
2007-08-26-18:54 #2129742„Rendszer -> Adminisztráció -> Firewall and SELinux / Advanced fül / custom conf fájl.”
Na ez az a config fájl, amit írtam és nem tudok hozzáférni. Sehogy. „~/.azureus/azureus.config” és semmit nem látok belőle. Se sudo, se su, se su – 🙂
Tuttam, hogy gyüssz. 🙂
Na mindegy, ezzel a fájllal müködik minden és semmi mással nem. Nem piszkálok semmit sem, jobb a békesség. 🙂
Az etc/sysconfig/iptables olyan valami, amibe nem mernék belepiszkálni. Itt is hozzáférés megtagadva egyébként.[majorlacko@localhost ~]$ iptables -L -n
bash: iptables: command not found
[majorlacko@localhost ~]$ su
Jelszó:
[root@localhost majorlacko]# iptables -L
bash: iptables: command not found
[root@localhost majorlacko]# iptables -L -n
bash: iptables: command not found
[root@localhost majorlacko]# exit
exit
[majorlacko@localhost ~]$ sudo iptables -L
sudo: iptables: command not found
[majorlacko@localhost ~]$Nem értem. 🙂
Közben találtam egy megnyitható fájlt at /etc/sysconfig-ban, az iptables-config-ot
# Load additional iptables modules (nat helpers)
# Default: -none-
# Space separated list of nat helpers (e.g. ‘ip_nat_ftp ip_nat_irc’), which
# are loaded after the firewall rules are applied. Options for the helpers are
# stored in /etc/modprobe.conf.
IPTABLES_MODULES=”ip_conntrack_netbios_ns”# Unload modules on restart and stop
# Value: yes|no, default: yes
# This option has to be ‘yes’ to get to a sane state for a firewall
# restart or stop. Only set to ‘no’ if there are problems unloading netfilter
# modules.
IPTABLES_MODULES_UNLOAD=”yes”# Save current firewall rules on stop.
# Value: yes|no, default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets stopped
# (e.g. on system shutdown).
IPTABLES_SAVE_ON_STOP=”no”# Save current firewall rules on restart.
# Value: yes|no, default: no
# Saves all firewall rules to /etc/sysconfig/iptables if firewall gets
# restarted.
IPTABLES_SAVE_ON_RESTART=”no”# Save (and restore) rule and chain counter.
# Value: yes|no, default: no
# Save counters for rules and chains to /etc/sysconfig/iptables if
# ‘service iptables save’ is called or on stop or restart if SAVE_ON_STOP or
# SAVE_ON_RESTART is enabled.
IPTABLES_SAVE_COUNTER=”no”# Numeric status output
# Value: yes|no, default: yes
# Print IP addresses and port numbers in numeric format in the status output.
IPTABLES_STATUS_NUMERIC=”yes”# Verbose status output
# Value: yes|no, default: yes
# Print info about the number of packets and bytes plus the „input-” and
# „outputdevice” in the status output.
IPTABLES_STATUS_VERBOSE=”no”# Status output with numbered lines
# Value: yes|no, default: yes
# Print a counter/number for every rule in the status output.
IPTABLES_STATUS_LINENUMBERS=”yes”:Nem itt kellene engedélyezni valamit?
2007-08-26-20:24 #2129743whereis iptables parancs mit mond (elvileg, hogy hol van az iptables parancsod)?
2007-08-26-20:24 #2129744whereis iptables parancs mit mond (elvileg, hogy hol van az iptables parancsod)?
2007-08-26-20:26 #2129745[root@localhost majorlacko]# iptables -L
bash: iptables: command not foundCode:# /sbin/iptables -Lpróbáld így
2007-08-26-20:26 #2129746[root@localhost majorlacko]# iptables -L
bash: iptables: command not foundCode:# /sbin/iptables -Lpróbáld így
-
SzerzőBejegyzés
- Be kell jelentkezni a hozzászóláshoz.
legutóbbi hsz