ZA

ZA

offline
  • Pridružio: 24 Apr 2004
  • Poruke: 39

Znaci malo pre surfujem i tek tako odjednom mi "ispada" prozor True vector monitor heas shut down ... to u wish to run it again" dobro nije bas tim recima ali to je bila pojenta i imam kao Yes ili No i ja narano Yes odaberem i brzo se diskonektujem sa net-a.
Imam ZA 3.7.211 i nije pro verzija znam da je malo mator ali ovi iz 4-te generacije nece da se poteraju na Win98 Sad
Ovo mi se do sada nikada nije desilo mislim sta je prouzrokovalo ovo?
I jel ZA radi pod Linux-om Smile



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • AxeZ 
  • Legendarni građanin
  • Pridružio: 17 Apr 2003
  • Poruke: 3989
  • Gde živiš: Novi Sad, Vojvodina

Milan S ::
I jel ZA radi pod Linux-om Smile



Naravno da ne radi!
Imas IPtables



offline
  • Pridružio: 24 Apr 2004
  • Poruke: 39

Hm IPtables Cool zanimljivo ...

offline
  • AxeZ 
  • Legendarni građanin
  • Pridružio: 17 Apr 2003
  • Poruke: 3989
  • Gde živiš: Novi Sad, Vojvodina

Da, veoma je zanimljivo....pod uslovom da znas sta radis...Smile

[Link mogu videti samo ulogovani korisnici]

Evo ti jedan primer....Smile

#!/bin/bash
#
# This is a sample firewall for ip_tables, the tool for doing firewalling
# and masquerading under the 2.3.x/2.4.x series of kernels.
#
# Be warned, this is a very restrictive set of firewall rules (and they
# should be, for proper security). Anything that you do not _specifically_
# allow is logged and dropped into /dev/null, so if you're wondering why
# something isn't working, check /var/log/messages.
#
# This is about as close as you get to a 'secure' firewall. It's nasty,
# it's harsh, and it will make your machine nearly invisible to the rest
# of the internet world. Have fun.
#
# To run this script you must 'chmod 700 iptables-script' and then execute
# it. To stop it from running, run 'iptables -F'

#Point this to your copy of ip_tables
IPT="/usr/local/bin/iptables"

#Load the module.
modprobe ip_tables

#Flush old rules, delete the firewall chain if it exists
$IPT -F
$IPT -F -t nat
$IPT -X firewall

#Setup Masquerading. Change the IP to your internal network and uncomment
#this in order to enable it.
#$IPT -A POSTROUTING -t nat -s 192.168.1.0/24 -j MASQUERADE
#$IPT -P FORWARD ACCEPT
#echo 1 > /proc/sys/net/ipv4/ip_forward

#Set up the firewall chain
$IPT -N firewall
$IPT -A firewall -j LOG --log-level info --log-prefix "Firewall:"
$IPT -A firewall -j DROP


#Accept ourselves
$IPT -A INPUT -s 127.0.0.1/32 -d 127.0.0.1/32 -j ACCEPT
#If you're using IP Masquerading, change this IP to whatever your internl
#IP addres is and uncomment it
#$IPT -A INPUT -s 192.168.1.1/32 -d 0/0 -j ACCEPT

#Accept DNS, 'cause it's warm and friendly
$IPT -A INPUT -p udp --source-port 53 -j ACCEPT
$IPT -A INPUT -p tcp --source-port 113 -j ACCEPT
$IPT -A INPUT -p tcp --destination-port 113 -j ACCEPT

#Allow ftp to send data back and forth.
$IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 -j ACCEPT

#Accept SSH. Duh.
#$IPT -A INPUT -p tcp --destination-port 22  -j ACCEPT

#Send everything else ot the firewall.
$IPT -A INPUT -p icmp -j firewall
$IPT -A INPUT -p tcp --syn -j firewall
$IPT -A INPUT -p udp -j firewall

offline
  • Pridružio: 24 Apr 2004
  • Poruke: 39

Khm nisam ti se jos uvek javio za CD-ove pa kako mislim da to znam da uradim Smile

Ko je trenutno na forumu
 

Ukupno su 3661 korisnika na forumu :: 74 registrovanih, 10 sakrivenih i 3577 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 20624 - dana 04 Apr 2026 04:18

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: 100jan, 9k38, aleph_one, amaterSRB, blatruc82, bojcistv, Bojke549, branko87, chichabg, cinoeye, Citalac, cojapop, dankisha, darkdruid72, darth bane, Dzambas, foka106, gale48, Georgius, Giskard, gorantrojka, goxin, GveX, igorpet, ILGromovnik, ivan_8282, Ivoo, jalos, Jeremiah, JOntra, Još malo pa deda, kibihrchak, kori, Korle, Lance Guest, laurusri, Levi, Manjane, markolopin, mean_machine, Milan A. Nikolic, mishkooo, monomah, nesa1962, neutrino, nnovakis, nuke92, OKT, Panter, peradetlić, perko91, picknick, Prečanin30, procesor, proka89, Prometeus, S-G, samocitam, saputnik plavetnila, sekretar, sistem22, SpaDej, sportyesorno, Stevan Visoki, strn, Tandrkalo, Tanjagre, tehnika, vathra, VBoss, Voice1, x9, zziko, 79693