Fedora Networking :: Finding A UPNP Port Mapping Utility?
Aug 7, 2009Wondering if there is a uPNP Port Mapping Utility available for Fedora. Something like this :
[URL]
The program seems to be Mac only tho.
Wondering if there is a uPNP Port Mapping Utility available for Fedora. Something like this :
[URL]
The program seems to be Mac only tho.
Is there a utility to forward ports on a simple home networking wireless router from commandline using upnp?
View 1 Replies View RelatedI've recently moved my media center pc from windows 7 to Ubuntu, now while on windows 7. I used the machine with XBMC and utorrent with upnp enabled on my router (Netgear WNR2000 v1) and also in the utorrent client for the port mapping. I was also able to connect to the machine from work via remote desktop (via Windows RDP, real/ultra vnc) using either a windows machine or via ubuntu that I have installed on a laptop (externally to my network). Utorrent also was able to talk to my router and ask for the ports it needed via uPnp or even by setting the port forwarding manually.
Since upgrading ( ) to Ubuntu from windows 7 on my mediacenter pc I've not been able to connect via RDP / VNC using port forwarding from the outside world although I added ports 5900 and (i beleive) 3389 to the port forwarding section in my router and pointing it to the static ip on my mediacenter. I'm also not able to get the ports to forward for deluge / vuze at all, if i manaually set port forwarding up then nothing happens and deluge says it has no incoming connections and it also doesn't talk to my router to ask for ports via upnp.
The same also holds true for the linux version of sopcast which will not connect to any streams. I can also replicate the same issue on a laptop that I use with ubuntu installed. If I watch my upnp page on my router config then I can see that my windows clients (Brother & Mom's macine) both talk to the router and ask it for ports so I assume that the router is working as it should be but obviously the fault happens when my ubuntu )10.04.1) clients ask for any kind of ports. By default is there any kind of firewall installed on ubuntu or anything I need to do to allow it to ask for upnp connections?
I have a program called "PortForward" to do the job in Windows... But I've been searching for the better part of 2 hours trying to find one for Linux.
I can use the router's admin interface, but it limits the number of forwards you can add. And I would like to be able to add more simply because the applications I need to forward aren't already included.
finding / mapping network shares on Win 7 guest in vmware. I am running 10.10 64 bit ubuntu and installed vmware workstation 7 (64 bit version). I created and installed win 7 (ultimate) vm. everything is good so far. The issue is I have a second desktop with ubuntu and I have shared 4 drives on that desktop. I want those shared available to the win 7 guest. And even after enabling the shared folders I do not see them.
Note: I have a shared folder on the same machine where I have vmware installed and win7 has assess to that drive.. its just that the shares on network are not available. Note2: i had virtualbox installed and it worked fine.
I am a complete newbie to linux and Fedora, having previously used Windows/Vista. I have a Netgear router which is configured to allow upnp, and i use deluge as my bittorrent client, though would use either transmission or deluge. I used deluge on windows and upnp worked fine, but now i am usisng fedora with the same settings it doesnt work.
In Deluge (or Transmission) UPnP is ticked and i have limited port range to on port say 57000. In Router config UPnP is ticked. In the Fedora firewall i have gone in and set it up to allow the specified port, say 57000 in other ports.
The firewall in Fedora 12 seems to block UPnP by default, but opening port 1900 for UDP, as I have seen suggestedes not resolve the problem.have the following three scenarios:Firewall Enabled: Transmission cannot open a port by UPnPFirewall Enabled (1900 UDP allowed): Transmission cannot open a port by UPnPFirewall Disabled: Transmission opens a port via UPnP fineAny ideas? Yes, the port that I'm trying to open is also allowed. Router is a Linksys BEFSR41 v4.3, should you care
View 6 Replies View RelatedI'm not sure what changed but when I recently upgraded via yum to Kernel 2.6.34 none of my uPnP or DLNA apps show up on my tvs (Sony TV and PS3). Booting an older version, i.e. 2.6.33 solves the problem with no other changes. I use MediaTomb, MythTV uPNP server and Serviio. All work fine except with the newest kernel.
View 8 Replies View RelatedWhen I do netstat -pantu it shows a dash where the pid would be. I have also checked lsof -i and see no pid associated with the port. How do I find what program is keeping the port open?
View 1 Replies View RelatedI want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBBI thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBBhowever it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives:
nc: connect to localhost port AAAA (tcp) failed: Connection refused
while
nc -v -w2 -z localhost BBBB
[code]....
A lot of activity is happening on our local server and I want to know which port is getting the most used and which daemon is using the port. I think it will be some modification of netstat command.
View 1 Replies View RelatedI want to do port mapping on a linux machine using iptables.I have a service listeneing on port 2000 udp and I want to add iptables rule, which will map incoming packets on port 2001 to port 2000, so that service will accept the connections.The idea is that I don't want to change the default port for the service, but to make internal port redirection from (2001 to 2000), so the default service port will be filtered by iptables, and the other port will be open to the outside. The internet host connects to the linux machine on port 2001. The linux machine change destiation port from 2001 to 2000 and the service (on the same machine) process the packets and accepts the connection.I tried adding the following to my iptables rules, but it didn't work out:
$IPTABLES -A FORWARD -p udp --destination-port 2001 -j ACCEPT
$IPTABLES -t nat -A PREROUTING -i eth0 -p udp --dport 2001 -j REDIRECT --to-port 2000
I need to transfer a 4Gbyte file from my Linux netbook to a friends WinXP desktop. And I'd like to it with a usb flash drive, but it can't handle a file larger than 2Gbyte. A limitation due to the underlying FAT32 filesystem. But I don't wish to reformat my usb as ext3 either.
So I need to split my 4GByte file into smaller chunks. And the 'split' utility needs to be available on both Linux and the WinXP operating systems.
Sometimes I need to copy a huge directory to another directory (local filesystem), and usually I will use the "cp" or "rsync" commands. These commands are good, but depending on the size of the data being copied, the copy is painfully slow. I realize we are limited because of the hardware we have with it's limitations, ie, I/O speed, and the filesystem (which is usually ext3). Are there any other utilities that maybe not well known, but can handle copying large amounts of data? (mostly in the TB range)
View 2 Replies View RelatedI'm running ubuntu 9.04 64-bit server and am looking to backup my entire OS drive. I've got a 200GB main drive, and a 1TB storage drive mounted at /storage. I'm already good as far as setting up backups of my data - but redoing all of my settings and software would be a nightmare in the event of a HD failure.
So what I'm looking for is a command line utility to do an image of the main 200gb drive to an external usb drive. The software needs to function similar to the Windows Vista/7 System Image utility or DriveImage XML and be able to make the images without shutting down. The best I've found so far was [URL], but it uses a GUI, and doesn't support large files.
Latest kernel update since Fedora 2.6.33 are mapping all my NFS "shares" twice (two sets of icons, etc.). All work, but why is this happening - was fine previously.
View 2 Replies View RelatedIs there an Ubuntu utility similar to the one in windows where you right click/select properties/tools/check disk?
View 8 Replies View RelatedHave been configuring fedora 14 to connect to a windows domain server and have been successful so far....am now on mapping network drives when the user logs in via the gnome gui.
If there is a better method of mapping network drives on login
After reading up on PAM_MOUNT and using that for mapping drives on login I have been able to successfully map them, but it doesn't do this automatically on gnome login.
Problem is as follows: It works when i connect / login using the terminal but requires me to enter the password once (even when i logged into the user account on gnome).
How I want it to work:I would like the mapping to occur when i login via gnome so that i dont have to open a terminal once logged in to gnome to map the network drives. I would like it to login without having to type the password again as the user is already logged in
Config Files:
#--- ~/.pam_mount.conf.xml ---#
<?xml version="1.0" encoding="utf-8" ?>
<pam_mount>
<volume fstype="cifs" server="GRA.GI" path="apps" mountpoint="/mnt/GRA.GI/apps"/>
</pam_mount>
[Code].....
I need a utility to record the traffic on a particular TCP port. I know there are packet sniffers that can do this, but I don't need to monitors the wire, just the traffic to and from my own computer. I would assume there is something out there that can hook into the TCP stack and copy the data to a file just before/after it goes out/in, but my google fu has failed me.
View 6 Replies View RelatedI have just recently switched my setup to have my server be in the middle of traffic and act as my new router while making my other routers just switches. However, after doing this I can no longer access my UPnP devices. They used to show up in my router but I am assuming either there is an issue with my iptables rules or that some how having my server run the dhcp and dns routing is messing with UPnP.
View 2 Replies View RelatedIs there any Linux utility to combine two or more binary files into a single binary file ?
View 7 Replies View RelatedI'm trying to use the Banshee remote control application for Android, but there is no option for remote controls in the Banshee application I installed. I used to use Ubuntu and I'm pretty sure I remember it being there. Am I missing a package or something?
View 3 Replies View RelatedI installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?
View 1 Replies View Relatedi did a search on this already but i cant find the solution. I start Wammu phone wizzard and i select:guided configuration USB cable Nokia phone Nokia proprietary protocol DKU5 cable (i am noob at this question totaly and am not sure if i choose right one) Here in step six I need to type something like "/dev/ttyS7" or something similar, but I don't know what exactly. I did a search in console writing command "lsusb" and here is what i get:
Bus 002 Device 007: ID 0421:01b2 Nokia Mobile Phones
Bus 002 Device 003: ID 046d:c30e Logitech, Inc. UltraX Keyboard (Y-BL49)
Bus 002 Device 002: ID 046d:c062 Logitech, Inc.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 0951:1607 Kingston Technology DataTraveler 100
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I'm using ubuntu 9.04; I have a large project in windows that I want to "port" it in linux.
It uses IPC mechanism "Shared memory" and also "Critical Section" APIs in windows, but unfortunately I have no good reference to change these windows APIs to their equivalent in linux?
Is there a comprehensive documentation or reference for this issues? I mean a table containing the equivalent APIs or systemcalls in windows and linux! For example, what's an alternative for the "InitializeCriticalSection" API in linux? Or an alternative for "CRITICAL_SECTION" structure? Or even an alternative for "RegOpenKeyEx", although we don't have registry in linux!!
Samba up and running on my pc. pc runs FC12 with kde. A laptop has win vista. The pc can access the shares on the laptop but the laptop has authentication issues to access the pc. Note that windows doesnt enforce authentication forincoming network connections.Using the system-config-samba util i tried to map a windows user to the unix user "feduser". The laptop (named LAPPY) has a user (lapuser) which has on windows no password.What should I tell samba config what the windows username should be? lapuser or LAPPYlapuser doesnt work because when accessing the pc via the laptop, the authentication fails. The only auth that is successful is when choosing the same winusername as the unix username.
Secondary, id like to setup the laptop so that the user doesnt have to provide a name and password, or at least not more then once in the lifetime of the laptop. Note that you cant provide an empty password to system-config-samba. How is that possible?
Strange but not really on issue imho:the samba - KDE control module(kcmshall4) (and the smb.conf) shows 2 shares: the homedirs and the data dir the samba server configurator (system-config-samba) shows only the datadir.
cpuid utility is not compiled with U9.04 and the utility is not available as a package with synaptic -
other distributions have it available as rpm . url
Any way to run this utility in the Debian world?
If you are running a home server/website, and want a domain name, currently you can use dyndns and others etc. to get a free one and use that so people can find you by name. So my question is, can it be done on your home server without having to use eg dyndns or others.
View 3 Replies View RelatedWho actually uses interface name mapping? Why, and what advantages do you get out of it?
View 1 Replies View Relatedhave a workstation, that, even after a fresh reboot, has a constant network activity.I used Wireshark on the machine, and i saw there is a constant HTTP trafic(even after a fresh reboot).I just know that my local TCP/44188 port is used to send the HTTP trafic to the web server on Internet.However; I don't know which process is doing that.How can I identify the binary responsible for using this particular TCP port and sending data?
View 2 Replies View Related