majorlacko

Hozzászólások

10 bejegyzés megtekintése - 631-640 / 1,614
  • Szerző
    Bejegyzés
  • Hozzászólás: F 7 és némi iptables #2129752
    majorlacko
    Felhasználó

      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 destination    

      Chain FORWARD (policy ACCEPT)
      target prot opt source destination    

      Chain 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. :):)

      Hozzászólás: F 7 és némi iptables #2129747
      majorlacko
      Felhasználó

        [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 destination    

        Chain FORWARD (policy ACCEPT)
        target prot opt source destination    

        Chain OUTPUT (policy ACCEPT)
        target prot opt source destination    
        [majorlacko@localhost ~]$

        Ennyit mond su ként is és az -n opcióval is.

        Hozzászólás: F 7 és némi iptables #2129748
        majorlacko
        Felhasználó

          [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 destination    

          Chain FORWARD (policy ACCEPT)
          target prot opt source destination    

          Chain OUTPUT (policy ACCEPT)
          target prot opt source destination    
          [majorlacko@localhost ~]$

          Ennyit mond su ként is és az -n opcióval is.

          Hozzászólás: vicc #1923925
          majorlacko
          Felhasználó

            Huhhh! 🙂 🙂 Ez már költészet! 🙂 🙂

            Hozzászólás: F 7 és némi iptables #2129741
            majorlacko
            Felhasználó

              „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?

              Hozzászólás: F 7 és némi iptables #2129742
              majorlacko
              Felhasználó

                „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?

                Hozzászólás: vicc #1923923
                majorlacko
                Felhasználó

                  „Nagyon jól meg van csinálva. smile.gif
                  Mintha egy igazi hw-i trailer cég készítette volna… Na és az utolsó mondat – ismerve a játékot – felejthetetlen. smile.gif)))”

                  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. 🙂

                  Hozzászólás: macskajancsi probléma #2129421
                  majorlacko
                  Felhasználó

                    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! 🙂 🙂

                    Hozzászólás: macskajancsi probléma #2129422
                    majorlacko
                    Felhasználó

                      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! 🙂 🙂

                      Hozzászólás: ubuntu 7.04 update #2129553
                      majorlacko
                      Felhasználó

                        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.

                      10 bejegyzés megtekintése - 631-640 / 1,614