WWW.GENTOO-SRBIJA.ORG
M$ Windows: When in doubt, REBOOT::::Linux: When in doubt, RTFM Četvrtak, 20 Novembar/2008  
 » SADRŽAJ
 › Uvod
 › Performanse
 › Mirori
 › Linkovi
 › Download
 › Mailing lista
 › Kontakt
 » PROFIL
» šifra
zapamti me
  Registracija
 » PRETRAGA
 » NOVI PAKETI
gnome-extra/lock-keys-applet-1.0: An applet that shows the status of your Caps, Num and Scroll Lock keys
dev-python/gtkmozembed-python-2.19.1-r10: Based on the libtool eclass
app-text/evince-2.24.1: Simple document viewer for GNOME
media-gfx/fontforge-20080927: postscript font editor and converter
dev-dotnet/glade-sharp-9999: Dummy ebuild to understand the package move to gtk-sharp[glade]
dev-dotnet/gtk-sharp-2.12.6: Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries
app-office/glabels-2.2.3: Program for creating labels and business cards
x11-base/xorg-server-1.5.2: X.Org X servers
dev-lang/mono-basic-1.2.4: Visual Basic .NET Runtime and Class Libraries
dev-dotnet/taglib-sharp-2.0.3.0: Taglib# 2.0 - Managed tag reader/writer
 » WEBMAIL
 » GENTOO-PORTAGE
And we're back
Forum index ›› Mreže i bezbednost › iptables muke [RESENO]  
  AUTOR   PORUKA

Član
Učlanjen: 17 Apr 07
Lokacija: Novi Sad
Poruke: 41
profil¬ poruka¬ www¬
 Oglašeno: 24 Jun 07  14:56   Izmenio: johnny

Pokusam nesta da dodam u tabelu:

 iptables -A INPUT -p tcp -s 82.208.195.19 --source-port 22 -m s 
tate --state NEW -j ACCEPT



Da dozvolim ssh samo sa jedne adrese i nista.... Non stop mi javlja jednu te istu glupu gresku:
iptables: No chain/target/match by that name




Imam onaj osnovni /var/lib/iptables/rules-save i on zigleda ovako:

 
# Generated by iptables-save v1.3.5 on Sat Apr 28 16:43:10 2007 
*filter 
:INPUT ACCEPT [4886:338053] 
:FORWARD ACCEPT [0:0] 
:OUTPUT ACCEPT [4948:2307780] 
[0:0] -A INPUT -s 127.0.0.1 -p tcp -j ACCEPT 
COMMIT 
# Completed on Sat Apr 28 16:43:10 2007



Hoce neko da mi objsano zato kad dodam:

 iptables -A INPUT -p tcp -s 82.208.195.19 --source-port 22 -m s 
tate --state NEW -j ACCEPT



prijavi glupu gresku...


Na netu ima mnogo objasnjenja za to:
iptables: No chain/target/match by that name


ali nigde odgovora.

HELP!!!!!???


Član
Učlanjen: 17 Apr 07
Lokacija: Novi Sad
Poruke: 41
profil¬ poruka¬ www¬
upRE: iptables muke [RESENO]  Oglašeno: 24 Jun 07  15:04  

Ne mpgu da verujem:

iptables -A INPUT -s 82.208.195.19 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -s 0.0.0.0/0 -p tcp --dport 22 -j DROP


i radi....

nije mi jasna razlika.