rejetto forum

Is there anyone to let anyone use this?

Guest · 4 · 2749

0 Members and 1 Guest are viewing this topic.

Bigbrett87

  • Guest
I have set up my own RSS feed, but i just wanted to know if it was possible for my friend using his psp on a DIFFERENT network to use my RSS feed. I have a firewall and windows firewall is disabled. So far i havent found a way to allow him to. Any suggestions would be appreciated, thanks a lot guys.


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile

bigbrett87

  • Guest
He cant get into the HFS is what im saying, when he goes to the link it says it cant be displayed.


Offline SiY11

  • Occasional poster
  • *
    • Posts: 73
    • View Profile
You will have to add ports to be opened on your firewall kind of like port forwarding. And if you have an RSS feed made up for your internal network you will have to edit your RSS file to include your external IP address for it to work or you can make another one for external use.

Example of internal RSS file
Code: [Select]
<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0">
  <channel>
    <title>SiY&apos;s Music</title>
    <description>Music</description>
    <link>http://192.168.2.2:8080/</link>
    <lastBuildDate>Sun, 18 Dec 2005 20:44:15 -0500</lastBuildDate>
    <pubDate>Sun, 18 Dec 2005 20:44:12 -0500</pubDate>
    <image>
      <url>http://192.168.2.2:8080/Private/Pictures/siyinternetlogo.GIF</url>
      <title>SiY</title>
      <link>http://192.168.2.2:8080/</link>
      <width>38</width>
      <height>38</height>
    </image>
    <item>
      <title>Audioslave - Show Me How to Live</title>
      <description>Audioslave - 02 - Show Me How to Live.mp3</description>
      <link>http://192.168.2.2:8080/</link>
      <enclosure url="http://192.168.2.2:8080/Private/Music/My%20Music/Audioslave%20-%2002%20-%20Show%20Me%20How%20to%20Live.mp3" length="" type="Audio/MP3"></enclosure>
      <pubDate>Sun, 18 Dec 2005 19:45:40 -0500</pubDate>
    </item>

Example of external RSS file
Code: [Select]
<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0">
  <channel>
    <title>SiY&apos;s Music</title>
    <description>Music</description>
    <link>http://66.2xx.xxx.70:8080/</link>
    <lastBuildDate>Sun, 18 Dec 2005 20:44:15 -0500</lastBuildDate>
    <pubDate>Sun, 18 Dec 2005 20:44:12 -0500</pubDate>
    <image>
      <url>http://66.2xx.xxx.70:8080/Private/Pictures/siyinternetlogo.GIF</url>
      <title>SiY</title>
      <link>http://66.2xx.xxx.70:8080/</link>
      <width>38</width>
      <height>38</height>
    </image>
    <item>
      <title>Audioslave - Show Me How to Live</title>
      <description>Audioslave - 02 - Show Me How to Live.mp3</description>
      <link>http://66.2xx.xxx.70:8080/</link>
      <enclosure url="http://66.2xx.xxx.70:8080/Private/Music/My%20Music/Audioslave%20-%2002%20-%20Show%20Me%20How%20to%20Live.mp3" length="" type="Audio/MP3"></enclosure>
      <pubDate>Sun, 18 Dec 2005 19:45:40 -0500</pubDate>
    </item>
Notice the IP adress has changed for internal and external RSS feeds.