Forums

Le Roy
Le Roy
Offline
Resolved
0 votes
Hello,

I am not an Expert but I installed ClearOS 5.2 in my house and this is really fun.
My configuration is in GATEWAY mode with SQUID in NON TRANSPARENT Mode with Filter ACTIF + user authentification. Now I have many noise from my Kids because they can not be linking to the Playstation Network.....Damned !! I read the Online Help try to find something similar into this forum but without success.
I can use Internet on my PS3 after Authentification and network configuration like 192.168.169.1 port 8080. I believe my problem comes from the Authentification and Proxy.

Thanks in advance for your help.
Wednesday, July 20 2011, 10:36 AM
Share this post:
Responses (4)
  • Accepted Answer

    Le Roy
    Le Roy
    Offline
    Friday, July 22 2011, 10:14 AM - #Permalink
    Resolved
    0 votes
    Hi Tim,

    You are an EXPERT that's sure ! The iptables command lines solved my problem.
    Before you close this post just to fix in my mind : What is the difference between using our iptables command lines as described and using the menu PORT FORWARD in webconfig ?.

    Thanks a lot for your support. :woohoo:
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 20 2011, 11:04 PM - #Permalink
    Resolved
    0 votes
    Yes go to the DHCP section, find your PS3 IP and select "convert to static" (or manually assign a static IP using your PS3 custom network connection)

    Then go to the webcofing "Content Filter" page, Then "Banned / Exempt User List" and add the PS3 IP address. You will need to configure your PS3 to use the proxy settings (as you would with any other client), or consider using transparent mode...

    Failing that if it still doesn't work with the content filtering bypassed and the authentication is causing the issue, you can actually punch a hole in your proxy and allow one IP to pass using the following command.

    Where eth0 is your LAN, ajdust the IP to suit your PS3 box...

    iptables -t nat -I PREROUTING -p tcp -i eth0 --dport 80 -s 192.168.1.101 -j ACCEPT
    iptables -t nat -I PREROUTING -p tcp -i eth0 --dport 443 -s 192.168.1.101 -j ACCEPT

    Add these to /etc/rc.d/rc.firewall.local to make them permanent (otherwise they are lost after the firewall restarts)


    Saying all that...if your still having firewall issues with gaming and NAT, you may need to install a upnp client such as miniupnpd
    http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,40/func,view/id,21002/
    The reply is currently minimized Show
  • Accepted Answer

    Le Roy
    Le Roy
    Offline
    Wednesday, July 20 2011, 12:14 PM - #Permalink
    Resolved
    0 votes
    Hello Tim,

    If I understood I need to convert my Dynamic PS3 address in STATIC address ( in my case 192.168.169.102 ) and to fill out the DOMAINE/IP field in the web proxy Bypass by this one ?. If yes in my case The content filter will be active to this STATIC address or not ?

    Sorry if i am a newbie.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, July 20 2011, 10:41 AM - #Permalink
    Resolved
    1 votes
    Hi, add your PS3 IP address to the web proxy bypass table in the webconfig?

    (I'm assuming you give it a static DHCP lease, or a static IP before hand)
    The reply is currently minimized Show
Your Reply