Firewall ??

Issues related to configuring your network
Post Reply
nologinname
Posts: 16
Joined: 2011/10/26 23:52:26
Contact:

Firewall ??

Post by nologinname » 2011/10/27 00:03:38

Is interesting it turns out...
Has established flash player for mozilla firefox
And yet hasn't resolved www http in firewall
He doesn't play music on pages vkontakte.ru

------------------------------------

Интересно получается...
установил flash player для mozilla firefox
и пока не разрешил www http в firewall
он не играет музыку на страницах vkontakte.ru

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Firewall ??

Post by pschaff » 2011/10/27 14:57:10

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

Unless you have additional restrictions on the firewall, or some intervening firewall or proxy, that should not be a problem, but to be sure try as [url=http://wiki.centos.org/TipsAndTricks/BecomingRoot]root[/url]
[code]service iptables stop[/code]and see if that helps. If so, please show the firewall rules[code]
service iptables start
iptables-save[/code]

Can you play music on the local system rather than across the Internet?

nologinname
Posts: 16
Joined: 2011/10/26 23:52:26
Contact:

Re: Firewall ??

Post by nologinname » 2011/10/29 20:38:54

[root@aaa]# service iptables stop
iptables: Flushing firewall rules: [ OK ]
iptables: Setting chains to policy ACCEPT: mangle nat filte[ OK ]
iptables: Unloading modules: [ OK ]
[root@aaa]# service iptables start
iptables: Applying firewall rules: [ OK ]
iptables: Loading additional modules: nf_conntrack_netbios_[ OK ]
[root@aaa]# iptables-save
# Generated by iptables-save v1.4.7 on Sat Oct 29 04:35:18 2011
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [6:2520]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 137 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 138 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 139 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 445 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 137 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 138 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -m physdev --physdev-is-bridged -j ACCEPT
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT


I think that has helped, we will look at following starts

nologinname
Posts: 16
Joined: 2011/10/26 23:52:26
Contact:

Re: Firewall ??

Post by nologinname » 2011/10/31 05:11:16

After computer reboot all has repeated

Has carried out the above-stated instructions - all has earned

The following loading: actions weren't required
----------------
Tell, and what we have made these commands?

nologinname
Posts: 16
Joined: 2011/10/26 23:52:26
Contact:

Re: Firewall ??

Post by nologinname » 2011/10/31 11:08:56

Again all repeats

Rescue only commands in the terminal

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Firewall ??

Post by pschaff » 2011/10/31 14:54:12

Sorry, afraid there is a substantial language barrier here. I don't understand what you tried, nor the results of the trials. It is still not clear if playing music locally works, if the problem is specific to flash-player, or if it is only a problem only for that one site.

Can you play music locally, and more generally, does audio work correctly?

Can you play flash content from other sites using the plugin?

Is it only audio that has a problem, and not video?

Post Reply