From: Laaz Vadim <checked@mail.ru> To: community@altlinux.ru Subject: [Comm] iptables Date: Thu, 9 Feb 2006 10:49:12 +0300 Message-ID: <200602091049.12576.checked@mail.ru> (raw) что-то никак не пойму шлюзовая машина, внешний интерфейс eth0 проверяю машину с наружи: $ nmap x.x.x.x PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 135/tcp closed msrpc 139/tcp closed netbios-ssn 445/tcp closed microsoft-ds 593/tcp closed http-rpc-epmap Почему показывает порты, пусть даже closed? # iptables -L FORWARD -v ... 0 0 REJECT tcp -- any any anywhere anywhere multiport ports 135,netbios-ssn,microsoft-ds,593 reject-with icmp-port-unreachable 0 0 REJECT udp -- any any anywhere anywhere multiport ports 135,netbios-ssn,microsoft-ds,593 reject-with icmp-port-unreachable ... # iptables -L OUTPUT -v Chain OUTPUT (policy ACCEPT 69396 packets, 8850K bytes) pkts bytes target prot opt in out source destination 0 0 REJECT tcp -- any eth0 anywhere anywhere multiport ports 135,netbios-ssn,microsoft-ds,593 reject-with icmp-port-unreachable 0 0 REJECT udp -- any eth0 anywhere anywhere multiport ports 135,netbios-ssn,microsoft-ds,593 reject-with icmp-port-unreachable -- инженер-электроник Лааз Вадим Железноводский ГУС т. (87932) 3-14-30
next reply other threads:[~2006-02-09 7:49 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-02-09 7:49 Laaz Vadim [this message] 2006-02-09 10:44 ` Laaz Vadim 2006-02-09 10:51 ` Dmitry Lebkov 2006-02-09 11:09 ` Laaz Vadim
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200602091049.12576.checked@mail.ru \ --to=checked@mail.ru \ --cc=community@altlinux.ru \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git