Firewall Blocking More Websites

This is a discussion on Firewall Blocking More Websites within the Linux Security forums, part of the System Security and Security Related category; Hi All, I am running Mandrake 9.1 with Firestarter 0.9.1. This box connects to a router out ...


Go Back   Usenet Forums > System Security and Security Related > Linux Security

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-29-2004
Chris McHugh
 
Posts: n/a
Default Firewall Blocking More Websites

Hi All,

I am running Mandrake 9.1 with Firestarter 0.9.1. This box connects to a
router out to the rest of the world. I have noticed that over the last ~4
months that more webites will not load with Mozila because they are
getting block by firewall. They are trying to connect on various ports
(55643, 55642, 5373, etc.). It used to be that only "bad" sites (take a
guess) would try these ports, but it seems that many, including legit
commerical sites like Nikon and Opensource sites are also getting blocked.
It is getting to be a PITA. I can allow access per site w/ Firestarter
(which just creates rules for iptables) but that is a messy solution.
Anyone elese notice the increase lately? Any thoughts or ideas?

Thanks,

Chris
Reply With Quote
  #2 (permalink)  
Old 01-29-2004
ynotssor
 
Posts: n/a
Default Re: Firewall Blocking More Websites

"Chris McHugh" <cmchugh_2000@yahoo.nospam.comm> wrote in message
news:pan.2004.01.29.02.32.07.895045@yahoo.nospam.c omm

> I am running Mandrake 9.1 with Firestarter 0.9.1. This box connects
> to a router out to the rest of the world. I have noticed that over
> the last ~4 months that more webites will not load with Mozila
> because they are getting block by firewall. They are trying to
> connect on various ports (55643, 55642, 5373, etc.). It used to be
> that only "bad" sites (take a guess) would try these ports, but it
> seems that many, including legit commerical sites like Nikon and
> Opensource sites are also getting blocked. It is getting to be a
> PITA. I can allow access per site w/ Firestarter (which just creates
> rules for iptables) but that is a messy solution. Anyone elese notice
> the increase lately? Any thoughts or ideas?


Do you have a rule to allow related connections? e.g.:

/sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT


tony

--
use hotmail for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #3 (permalink)  
Old 01-29-2004
jmh
 
Posts: n/a
Default Re: Firewall Blocking More Websites

ynotssor wrote:
> "Chris McHugh" <cmchugh_2000@yahoo.nospam.comm> wrote in message
> news:pan.2004.01.29.02.32.07.895045@yahoo.nospam.c omm
>
>
>>I am running Mandrake 9.1 with Firestarter 0.9.1. This box connects
>>to a router out to the rest of the world. I have noticed that over
>>the last ~4 months that more webites will not load with Mozila
>>because they are getting block by firewall. They are trying to
>>connect on various ports (55643, 55642, 5373, etc.). It used to be
>>that only "bad" sites (take a guess) would try these ports, but it
>>seems that many, including legit commerical sites like Nikon and
>>Opensource sites are also getting blocked. It is getting to be a
>>PITA. I can allow access per site w/ Firestarter (which just creates
>>rules for iptables) but that is a messy solution. Anyone elese notice
>>the increase lately? Any thoughts or ideas?

>
>
> Do you have a rule to allow related connections? e.g.:
>
> /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
>


I think the question is "Do you want to?"

Have you checked with the site admins to see what they might
be using the ports for?

jmh

Reply With Quote
  #4 (permalink)  
Old 01-29-2004
ynotssor
 
Posts: n/a
Default Re: Firewall Blocking More Websites

"jmh" <j_m_h@cox.net> wrote in message
news:ZBcSb.2569$CJ1.2329@lakeread01

>> Do you have a rule to allow related connections? e.g.:
>>
>> /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j
>> ACCEPT

>
> I think the question is "Do you want to?"
>
> Have you checked with the site admins to see what they might
> be using the ports for?


Initial http connections with a site occur on (default) port 80. The return
data stream(s) can occur on any number of local ephemeral ports for text,
images, shockwave flash animations, and the like.

Nikon opened about a half dozen ports for data transfers of various kinds,
as seen by iftop.


tony

--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #5 (permalink)  
Old 01-29-2004
Chris McHugh
 
Posts: n/a
Default Re: Firewall Blocking More Websites

On Thu, 29 Jan 2004 13:51:59 -0500, jmh wrote:



>>
>> Do you have a rule to allow related connections? e.g.:
>>
>> /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
>>
>>

> I think the question is "Do you want to?"
>
> Have you checked with the site admins to see what they might be using
> the ports for?
>
> jmh


I haven't checked and I'm not sure if I want all sites to be able to use
any port. Is there any security issue with that rule? I guess it's OK with
an up-to date version of mozilla on linux? Here is one example of what I'm
seeing:

When I go to nikonusa.com, Firestarter blocks ns62.nikonusa.com from port
565540 and 56535 (tcp) and the page does not load.

I looked for some more but of course now that I'm looking I can't find any
others.
Reply With Quote
  #6 (permalink)  
Old 01-30-2004
ynotssor
 
Posts: n/a
Default Re: Firewall Blocking More Websites

"Chris McHugh" <cmchugh_2000@yahoo.nospam.comm> wrote in message
news:pan.2004.01.29.22.57.25.247917@yahoo.nospam.c omm

>>> Do you have a rule to allow related connections? e.g.:
>>>
>>> /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j
>>> ACCEPT
>>>

>> I think the question is "Do you want to?"
>> Have you checked with the site admins to see what they might be using
>> the ports for?

>
> I haven't checked and I'm not sure if I want all sites to be able to
> use any port. Is there any security issue with that rule? I guess
> it's OK with an up-to date version of mozilla on linux? Here is one
> example of what I'm seeing:
>
> When I go to nikonusa.com, Firestarter blocks ns62.nikonusa.com from
> port 565540 and 56535 (tcp) and the page does not load.


(typo above recognized; there is no port 565540)

Of course it doesn't. You're blocking a port receiving page source and a
port receiving images.

--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #7 (permalink)  
Old 01-30-2004
Ben Measures
 
Posts: n/a
Default Re: Firewall Blocking More Websites

Chris McHugh wrote:
> Hi All,
>
> I am running Mandrake 9.1 with Firestarter 0.9.1. This box connects to a
> router out to the rest of the world. I have noticed that over the last ~4
> months that more webites will not load with Mozila because they are
> getting block by firewall. They are trying to connect on various ports
> (55643, 55642, 5373, etc.). It used to be that only "bad" sites (take a
> guess) would try these ports, but it seems that many, including legit
> commerical sites like Nikon and Opensource sites are also getting blocked.
> It is getting to be a PITA. I can allow access per site w/ Firestarter
> (which just creates rules for iptables) but that is a messy solution.
> Anyone elese notice the increase lately? Any thoughts or ideas?
>
> Thanks,
>
> Chris


> It used to be that only "bad" sites (take a guess) would try these
> ports


I would like to see your source for that information. It seems highly
suspicious to me (FUD).

> it seems that many, including legit commerical sites like Nikon and
> Opensource sites are also getting blocked.


According to internet specs, ports 10000+ are client ports. Http
specification describes the client requesting information from http
server at port 80, and then the http server sending the information to
the client on any of the client ports (ie ports > 10000).

If you block client ports then some (http) responses won't get back to
you (usually random).

Or as nikkon said,
> Initial http connections with a site occur on (default) port 80. The return
> data stream(s) can occur on any number of local ephemeral ports for text,
> images, shockwave flash animations, and the like.
>
> Nikon opened about a half dozen ports for data transfers of various kinds,
> as seen by iftop.
>
>
> tony


--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------

Reply With Quote
  #8 (permalink)  
Old 01-30-2004
Chris McHugh
 
Posts: n/a
Default Re: Firewall Blocking More Websites

On Thu, 29 Jan 2004 18:37:11 -0800, ynotssor wrote:


>>
>> When I go to nikonusa.com, Firestarter blocks ns62.nikonusa.com from
>> port 565540 and 56535 (tcp) and the page does not load.

>
> (typo above recognized; there is no port 565540)
>
> Of course it doesn't. You're blocking a port receiving page source and a
> port receiving images.
>
> --

OK--So I'm still wondering why this (and other sites) is blocked
when the majority of other sites, many with images, multimedia, and other
stuff, display with no problem. I am not explicitly blocking these ports.
Thanks for your help,

Chris
Reply With Quote
  #9 (permalink)  
Old 01-30-2004
Ben Measures
 
Posts: n/a
Default Re: Firewall Blocking More Websites

Chris McHugh wrote:
> On Thu, 29 Jan 2004 18:37:11 -0800, ynotssor wrote:
>
>
>
>>>When I go to nikonusa.com, Firestarter blocks ns62.nikonusa.com from
>>>port 565540 and 56535 (tcp) and the page does not load.

>>
>>(typo above recognized; there is no port 565540)
>>
>>Of course it doesn't. You're blocking a port receiving page source and a
>>port receiving images.
>>
>>--

>
> OK--So I'm still wondering why this (and other sites) is blocked
> when the majority of other sites, many with images, multimedia, and other
> stuff, display with no problem. I am not explicitly blocking these ports.
> Thanks for your help,
>
> Chris


Its random (ish, depending on your webcache and their servers). See my
other post for details.

--
Ben M.

----------------
What are Software Patents for?
To protect the small enterprise from bigger companies.

What do Software Patents do?
In its current form, they protect only companies with
big legal departments as they:
a.) Patent everything no matter how general
b.) Sue everybody. Even if the patent can be argued
invalid, small companies can ill-afford the
typical $500k cost of a law-suit (not to mention
years of harassment).

Don't let them take away your right to program
whatever you like. Make a stand on Software Patents
before its too late.

Read about the ongoing battle at http://swpat.ffii.org/
----------------

Reply With Quote
  #10 (permalink)  
Old 01-30-2004
ynotssor
 
Posts: n/a
Default Re: Firewall Blocking More Websites

"Chris McHugh" <cmchugh_2000@yahoo.nospam.comm> wrote in message
news:pan.2004.01.30.03.57.37.974864@yahoo.nospam.c omm

>>> When I go to nikonusa.com, Firestarter blocks ns62.nikonusa.com from
>>> port 565540 and 56535 (tcp) and the page does not load.

>>
>> (typo above recognized; there is no port 565540)
>>
>> Of course it doesn't. You're blocking a port receiving page source
>> and a port receiving images.

>
> I am not explicitly blocking these ports. Thanks for your help,


One of the shortcomings of colloquial language, I suppose. When I say "you",
I assume "you" are responsible for the Firestarter administration and
configuration which is blocking the ports. Apparently I'm wrong about that,
sorry.

It must be someone else who is administering the machine you're on and who
chooses to block the ports, and who doesn't use the simple iptables
ESTABLISHED,RELATED mechanism to protect access to the higher port numbers.


tony

--
use hotmail for any email replies



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:23 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0