Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am in a process of learning linux myself at home...
I am using Suse 7.0 in one pc and i windoze in another..I use Linux box as gateway for windoze pc. I would like to know how to configure the firwall to restrict the windoze Pc accessing the msn messenger.
I tried the below.... But still my msn messenger get working... Is this what i am asked to do or somewhat else.
# Do you want to autoprotect all global running services?
#
# If set to "yes", all network access to services TCP and UDP on this machine
# which are not bound to a special IP address will be prevented (except to
# those which you explicitly allow, see below: FW_*_SERVICES_*)
# Example: "0.0.0.0:23" would be protected, but "10.0.0.1:53" not.
#
# Choice: "yes" or "no", defaults to "yes"
#
FW_AUTOPROTECT_GLOBAL_SERVICES="yes" # "yes" is a good choice
#Below BA
FW_AUTOPROTECT_GLOBAL_SERVICES_TCP="64.4.13.0/24:1863"
Try adding a logging line that will log outgoing traffic and read to what server on what ports its connecting to. If it's using a proxy port it might try to do 64.4.13.0/24:80 or :8080, then just block the range w/o ports.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.