Hozzászólások
-
SzerzőBejegyzés
-
Mindent kipróbáltam és az eredmény ugyanaz.
[majorlacko@localhost ~]$ su –
Jelszó:
[root@localhost ~]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy ACCEPT)
target prot opt source destinationChain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@localhost ~]#Íme.
Igen sudozok a Fedorán, ez az első amit beállítok telepítés után. Nincs jelentősége, mivel egyedül használom, csak azt olvastam, hogy ez az elvárt.
Nekem is nagyon fura ez most már. Egyszerűen nem látok semmit sem. A gedit azt írja ki, hogy a gedit nem képes a fájlt megnyitni, hozzáférés megtagadva, ellenőrizze nem bináris fájlt akart-e megnyitni.
Most meg is néztem mi a fene ez és csak annyit atláltam, hogy „MIME típus: application/x-executable”. Tök windows. :):)[majorlacko@localhost ~]$ whereis iptables
iptables: /sbin/iptables /lib/iptables /usr/share/man/man8/iptables.8.gz[majorlacko@localhost ~]$ sudo /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy ACCEPT)
target prot opt source destinationChain OUTPUT (policy ACCEPT)
target prot opt source destination
[majorlacko@localhost ~]$Ennyit mond su ként is és az -n opcióval is.
[majorlacko@localhost ~]$ whereis iptables
iptables: /sbin/iptables /lib/iptables /usr/share/man/man8/iptables.8.gz[majorlacko@localhost ~]$ sudo /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy ACCEPT)
target prot opt source destinationChain OUTPUT (policy ACCEPT)
target prot opt source destination
[majorlacko@localhost ~]$Ennyit mond su ként is és az -n opcióval is.
Huhhh! 🙂 🙂 Ez már költészet! 🙂 🙂
„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?
„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?
„Nagyon jól meg van csinálva.

Mintha egy igazi hw-i trailer cég készítette volna… Na és az utolsó mondat – ismerve a játékot – felejthetetlen.
)))”Hazai viszonyok közt javasolnám ennek a trailernek a „remake”-jét. Azt gondolom az ugróiskola, vagy a snúr kevesebb ráfordítással kihozható és versenyképes is lehetne. 🙂
Szerintem lecsengett ez már magától. Hál’ az égnek és talán a közelgő ősznek. De tégy belátásod szerint csaba.
Ez a topik amolyan kis dühöngő szoba volt és ahogy látom, már ki is ürült.
Mindenkinek minden jót és jó sok Linuxos problémát kívánok! 🙂 🙂Szerintem lecsengett ez már magától. Hál’ az égnek és talán a közelgő ősznek. De tégy belátásod szerint csaba.
Ez a topik amolyan kis dühöngő szoba volt és ahogy látom, már ki is ürült.
Mindenkinek minden jót és jó sok Linuxos problémát kívánok! 🙂 🙂Elég az is talán ha a Hozzáadás/Eltávolítás>Megjelenítés>Minden elérhető alkamazás-t állítod be.
De itt: Ubuntu:Feisty – találsz leírást, ha nagyon szeretnéd átállítani a forráslistát. -
SzerzőBejegyzés
