1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

Forums
Welcome, Guest
NAT-PMP or UPnP support?
(1 viewing) 1 Guest
Go to bottomPage: 1
TOPIC: NAT-PMP or UPnP support?
#14964
NAT-PMP or UPnP support? 1 Year, 10 Months ago  
Hi out there, I try to enable an option in my new iMac for mobileme called "back to my mac", but I got an error message say I have to get a router that can handle NAT-PMP or UPnP.

Can I fix this in some way?

//yabbah
Niklas Elmeholt
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#15103
Re: NAT-PMP or UPnP support? 1 Year, 9 Months ago  
Try
Code:

yum install linuxigd

Nick Howitt
Platinum Boarder
Posts: 2824
graphgraph
User Online Now Click here to see the profile of this user
The administrator has disabled public write access.
 
#15110
Re: NAT-PMP or UPnP support? 1 Year, 9 Months ago  
Nick Howitt wrote:
Try
Code:

yum install linuxigd



Just got:

Code:

No package linuxigd available.





Any other suggestions?
//yabbah
Niklas Elmeholt
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#15111
Re: NAT-PMP or UPnP support? 1 Year, 9 Months ago  
Looks like it is in the extras repo which is not enabled by default:
Code:

yum --enablerepo=base-extras install linuxigd

Nick Howitt
Platinum Boarder
Posts: 2824
graphgraph
User Online Now Click here to see the profile of this user
Last Edit: 2010/07/31 15:24 By NickH.
The administrator has disabled public write access.
 
#15112
Re: NAT-PMP or UPnP support? 1 Year, 9 Months ago  
Nick Howitt wrote:
Looks like it is in the extras repo which is not enabled by default:
Code:

yum --enablerepo=base-extras install linuxigd



Thanks, that worked. Started upnpd with:
Code:

upnpd eth1 eth0



As eth0 is my external nic, and eth1 is for my lan. "Back to my mac" isn't blame it for not supporting unpn any more tho, but still not starting up.

Is there any way I can test that the upnp really works?

*** EDIT ***
Works now, just take time first time. Maybe an issue at mac.com.
*** END OF EDIT ***

//yabbah
Niklas Elmeholt
Senior Boarder
Posts: 74
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/31 15:41 By yabbah.
The administrator has disabled public write access.
 
#18212
Re: NAT-PMP or UPnP support? 1 Year, 7 Months ago  
Hi there,

How do you check it is working ? Can I view what has opened upnp ? Is there a gui for it ?

Thanks
Steve James
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#18213
Re: NAT-PMP or UPnP support? 1 Year, 7 Months ago  
You can check it is running with a
Code:

service upnpd status


There are a number of free uPnP checker programs for Windoze. I know BitComet has a built in check, but it never showed uPnp as working properly on my PC, but the checker programs did! I'm not sure how to see what has been opened/forwarded. Perhaps look in the FORWARD chain of iptables
Code:

iptables -L -n -v

Nick Howitt
Platinum Boarder
Posts: 2824
graphgraph
User Online Now Click here to see the profile of this user
Last Edit: 2010/10/01 14:45 By NickH.
The administrator has disabled public write access.
 
#18215
Re: NAT-PMP or UPnP support? 1 Year, 7 Months ago  
upnpd also logs progress and open ports in /var/log/system

Code:

grep upnpd /var/log/system

Tim Burgess
Moderator
Posts: 4623
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
  get the latest posts directly to your desktop