miniupnp.tuxfamily.org Forum Index miniupnp.tuxfamily.org
The forum about miniupnp and libnatpmp
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Openbsd 3.9 and Xbox 360

 
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Compilation/Installation
View previous topic :: View next topic  
Author Message
thebublitz



Joined: 13 Nov 2007
Posts: 3

PostPosted: Tue Nov 13, 2007 3:18 pm    Post subject: Openbsd 3.9 and Xbox 360 Reply with quote

I am new to openbsd or this type of OS in gerneral. My XBox 360 keeps showing "Strict". After doing some research iva google (Microsoft support NO help they charged me 13 bucks for calling in?) and found out I need to enable upnp. (Just forwarding ports does not work.)

I browsed this site, and the forums and there is alot of useful information here. I still have some questions though.

Is miniupnp installed by defualt? I though it did so I did the following 2 tasks.

/etc/pf.confg added line: rdr-anchor miniupnpd
/etc/rc.conf miniupnpd_enable=YES

This is aparently not enough to get this working I assume since miniupnp isn't installed by default with openbsd 3.9?

Under openbsd 3.9 port list I was unable to find miniupnp.

How do I install and compile this software and what version do I need to work with 3.9?
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Wed Nov 14, 2007 1:07 am    Post subject: Reply with quote

I guess there is still no port available for miniupnpd yet. So there is the way to have it installed on your BSD box :
get miniupnpd (the daemon, not the client) sources from http://miniupnp.free.fr/files/, unpack somewhere, and do make, and then sudo make install
now you should have /sbin/miniupnpd and /etc/miniupnpd.conf available on your system.
edit /etc/miniupnpd.conf to suit your needs and your network configuration.
then simply type sudo /sbin/miniupnpd to start miniupnpd.
If you want the daemon to be started at boot, edit /etc/rc.local and add the following two lines at the end :
Code:
echo "starting miniupnpd"
/sbin/miniupnpd


note: make sure your XBOX 360 use DHCP to get its IP.
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Wed Nov 14, 2007 1:16 am    Post subject: Re: Openbsd 3.9 and Xbox 360 Reply with quote

thebublitz wrote:
/etc/rc.conf miniupnpd_enable=YES

please don't edit the rc.conf file directly but put changes into rc.conf.local file instead.
thebublitz wrote:
How do I install and compile this software and what version do I need to work with 3.9?

I forgot to say that any miniupnpd version should work with openBSD 3.9. If it doesn't compile, please post compilation errors here ! Smile
Thanks !
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
thebublitz



Joined: 13 Nov 2007
Posts: 3

PostPosted: Wed Nov 14, 2007 1:39 pm    Post subject: Reply with quote

Thanks!

I will give this a try. I will have to do some looking on how I can use openbsd command line to download the latest daemon.
Back to top
View user's profile Send private message
miniupnp
Site Admin


Joined: 14 Apr 2007
Posts: 1589

PostPosted: Wed Nov 14, 2007 10:40 pm    Post subject: Reply with quote

thebublitz wrote:
Thanks!

I will give this a try. I will have to do some looking on how I can use openbsd command line to download the latest daemon.

ftp http://miniupnp.free.fr/files/download.php?file=miniupnpd-20071103.tar.gz
Yes, it's seems strange but the openBSD ftp command can do http. No need to install wget !
_________________
Main miniUPnP author.
https://miniupnp.tuxfamily.org/
Back to top
View user's profile Send private message Visit poster's website
thebublitz



Joined: 13 Nov 2007
Posts: 3

PostPosted: Mon Nov 26, 2007 1:04 pm    Post subject: Reply with quote

Awesome! It worked once I figured out how to unpackage the file I followed your instructions and now it works! Now I can play my 360 without any problems.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    miniupnp.tuxfamily.org Forum Index -> miniupnpd Compilation/Installation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP
© 2007 Thomas Bernard, author of MiniUPNP.