[FreeSCO] Poort unblocken

Pagina: 1
Acties:

  • NoBody
  • Registratie: Juni 2001
  • Laatst online: 12-12-2024

NoBody

www.gentoo.org

Topicstarter
Ik ben een tijd geleden eens bezig geweest met die online portscan sites, daarbij bleef mijn poort '31337' maar openstaan, wat ik ook probeerde ik kreeg hem niet dicht.

Ergens staat hij nog wel geblocked en ik wil graag weten waaraan dat ligt want ik kan zo niet naar "een" FTP connecten die op poort 31337 draait...

Hierbij even m'n ipfwadm -I -l :{
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[Linux] ipfwadm -I -l
IP firewall input rules, default policy: reject 
type prot source destination ports 
acc udp anywhere anywhere domain -> any 
deny icmp anywhere anywhere 8 
acc tcp anywhere anywhere any -> 5000:5020 
rej tcp anywhere anywhere any -> 3306:3307 
rej udp anywhere anywhere any -> 3306:3307 
rej tcp anywhere anywhere any -> 22 
acc all anywhere anywhere n/a 
acc all anywhere anywhere n/a 
acc all anywhere anywhere n/a 
acc all anywhere all-in-one n/a 
acc all anywhere anywhere n/a 
rej tcp anywhere anywhere any -> domain 
rej udp anywhere anywhere any -> domain 
rej tcp anywhere anywhere any -> telnet 
rej tcp anywhere anywhere any -> http 
rej tcp anywhere anywhere any -> 82 
rej udp anywhere anywhere any -> bootps:bootpc 
rej udp anywhere anywhere any -> syslog 
rej all anywhere 192.168.0.0/24 n/a 
rej all 192.168.0.0/24 anywhere n/a 
rej all anywhere 192.168.168.2 n/a 
rej all 192.168.168.2 anywhere n/a 
rej all anywhere 192.168.168.3 n/a 
rej all 192.168.168.3 anywhere n/a 
acc all anywhere anywhere n/a

Veel dank alvast

oh ja laat ik vooral niet vergeten te zeggen dat ik echt al van alles geprobeerd heb, ipfwadm -I -i acc -P <enz enz> werkt niet...

ook rules in de outgoing firewall invoeren met behulp van ipfwadm -O -i werkt niet :(

edit:

hmm oh ja voordat jullie em gaan sluiten, de search heb ik al gebruikt, zowel op het forum van Minddigger als op GoT :P

Hoi


  • NoBody
  • Registratie: Juni 2001
  • Laatst online: 12-12-2024

NoBody

www.gentoo.org

Topicstarter
nou dat lijkt er maar weer op |:(

[edit]

ok wie heeft de ?¿ uit m'n mooie titel gehaald? :)

Hoi


  • Erkens
  • Registratie: December 2001
  • Niet online

Erkens

Fotograaf

[Linux] ipfwadm -help
ipfwadm 2.3.0, 1996/07/30

Usage: ipfwadm -A [direction] command [options] (accounting)
ipfwadm -F command [options] (forwarding firewall)
ipfwadm -I command [options] (input firewall)
ipfwadm -O command [options] (output firewall)
ipfwadm -M [-s | -l] [options] (masquerading entries)
ipfwadm -h (print this help information))

Commands:
-i [policy] insert rule (no policy for accounting rules)
-a [policy] append rule (no policy for accounting rules)
-d [policy] delete rule (no policy for accounting rules)
-l list all rules of this category
-z reset packet/byte counters of all rules of this category
-f remove all rules of this category
-p policy change default policy (accept/deny/reject)
-s tcp tcpfin udp
set masuerading timeout values
-c check acceptance of IP packet

Options:
-P protocol (either tcp, udp, icmp, or all)
-S address[/mask] [port ...]
source specification
-D address[/mask] [port ...]
destination specification
-V address network interface address
-W name network interface name
-b bidirectional match
-e extended output mode
-k match TCP packets only when ACK set
-m masquerade packets as coming from local host
-n numeric output of addresses and ports
-o turn on kernel logging for matching packets
-r [port] redirect packets to local port (transparent proxying)
-t and xor and/xor masks for TOS field
-v verbose mode
-x expand numbers (display exact values)
-y match TCP packets only when SYN set and ACK cleared
[Linux]

  • NoBody
  • Registratie: Juni 2001
  • Laatst online: 12-12-2024

NoBody

www.gentoo.org

Topicstarter
ikzelf schreef laatst onder andere dit:

oh ja laat ik vooral niet vergeten te zeggen dat ik echt al van alles geprobeerd heb, ipfwadm -I -i acc -P <enz enz> werkt niet...
Daar valt dus ook de ipfwadm -I -d functie onder :{

Ik heb de betreffende FTP die op poort 31337 draait btw al omgeswitched naar 1337, wat wel werkt :)

Desalniettemin zou ik toch graag willen weten hoe ik die blok deruit krijg |:(

Hoi