Re: Blocking PORT no 3127

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 12/4/06, yogesh@xxxxxxxxxxxxxxx <yogesh@xxxxxxxxxxxxxxx> wrote:
hi can any one help me how can i block the port 3127 on my mail server
i alreadly diabled firewall
and i want to block the port no 3127
can guide me


what sentence i write in the iptables


thanks & with best regards
Yogesh M chaudhari



Enable your firewall and pass the below entries

First thing for which users you want to block this port means all users or users from Outside(LAN users are allowed) only


For first case
iptables -A  INPUT -p tcp  --dport 3127  -j REJECT


For second case

iptables -A  INPUT -p tcp  -s ! LANRange--dport 3127  -j REJECT

iptables -A  INPUT -p tcp -s ! 192.168.1.0/255.255.255.0 --dport 3127  -j REJECT



Regards

Ankush Grover

--
This message has been scanned for viruses and
dangerous content by BanasDairy Mailserver , and is
believed to be clean.For any query contact at
system@xxxxxxxxxxxxxxx

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux