Ubuntu Multimedia :: Serve Files To A Remote IP Address?

Feb 22, 2010

I have a media server with all my music and movies on it. Right now I have mediatomb on it serving up files to my ps3. They are on the same LAN. Is there a way to accomplish the same thing, but have them on different networks? Can I tell the ps3 to search an external IP addres on port 2222 to look for a media server?If that won't work (I doubt it will), is there another way to do this? I am moving to Germany in 5 months for work and I Won't be able to bring my media server with me. I'm taking a bunch of stuff to my parent's to avoid rent and all....So I could just hook the server up to the router, set it to forward a port and have access to it.

View 1 Replies


ADVERTISEMENT

Ubuntu Servers :: Dnsmasq Does Not Serve Up Remote Tftp Ip?

Oct 25, 2010

I have it working fine when tftp and dhcp are installed on the same server but when trying to forward to a remote tftp it does not work. Dnsmasq insist on giving its local ip.I have added to config:dhcp-boot=pxelinux.0,pxetest2,192.168.0.130and I tried with and without the original hcp-boot=/var/lib/tftpboot/pxelinux.0Not much on this topic on the google nor on the dnsmasq homepage.

View 1 Replies View Related

Server :: Best Way To Serve Website On Two Ip Address (load Balance)?

Jan 18, 2010

We have a server that needs to be hi availablility.
The problem is, sometimes our internet winks out for a few minutes.

We decided that we wanted to get two seperate lines to our server, and so they would be two different ip addresses.

What out there would allow us to serve apache on www.mywebsite.com on more than one ip, and, if we can, do load balancing?

View 6 Replies View Related

Ubuntu Servers :: Filezilla Ftp - Serve Up The Files To A Home ( Non Internet ) Network?

Aug 22, 2010

I have been trying to get a home server to do what i want but just not getting there.I only need it to serve up the files to a home ( non internet ) network.I saw that filezilla also comes in a Linux version also. I am going to give it a try next. Anyone use the linux version of filezilla ? What happened did it work not work ?

View 3 Replies View Related

Red Hat / Fedora :: Log Remote Or External Ip Address Of Remote Clients?

Sep 15, 2010

We're using both SuSe and RHEL servers. Our servers are running behind firewall device and remote root login is disabled in SSH.

We're using NAT.

Remote client connections including failed logins are logged into the /var/log/messages but what is logged are gateway ip of our LAN - the LAN IP of Firewall device.

How can I logged the external or public IP of the remote client?

View 4 Replies View Related

Ubuntu Servers :: Disable Apache 2 Ngnix Server Will Serve Files In / Var / Www Automatically

Sep 6, 2010

So if I disable apache 2 my ngnix server will serve the files in /var/www automatically.

View 1 Replies View Related

Ubuntu Multimedia :: How To Serve Video From TV To Other Computers

Nov 10, 2010

Planning to build a basic home sever running Ubuntu 10.10 32-bit. My aim is connect an audio/video cable from the TV set top box, to the server's video/audio in ports (may have to buy a capture card that works with Linux).

I don't necessarily need a TV tuner (I think). I was hoping to have a simple video/audio capture card. If I can do this, how can I then let Ubuntu "serve" that video and audio stream to other Ubuntu PC's in my home?

I heard about MythTV. Can it take those AV streams and "send" them over my Wi-Fi to other computers?

Am so confused. The more I read the more I get confused. Want to keep this cheap and simple. I want to send the AV that the home server PC captures with its capture card, and have a client software connect from the client PC to view the streams.

View 2 Replies View Related

Debian Multimedia :: Remote Desktop Configuration Files

May 14, 2010

If i got gnome i may go to the top-panel: choose system, choose preferences and go to "remote desktop" and make my settings (allow, ask for allow, password, and other stuff). I don't want to be bound to gnome (though i like it, thats not the problem).Which config-files are the ones i am looking for?

I did search the web, but i can't find useful how-to's, explanations, etc.Cause what i find is related to the path i described above (gnome: top-panel, preferences...)Which is the app/tool which pops up and says:"someone wants to access, you want to allow it, yes or no?". The performance of VNC is lousy comopared to NX. Lousy is the friendly version. What might i be doing wrong?i usually do it from a Debian-host to a VirtualBox-guest.I am mainly asking for how-to's/docus and stuff like that. Links. Explanations are welcome too. Of course.

View 4 Replies View Related

Ubuntu :: Remote Address Book

Feb 15, 2010

I was just wondering if there is a remote address book program or if there is a way to sync abook and gmail (without any manual intervention like Contacts->Export->csv in Gmail).

View 9 Replies View Related

Ubuntu Multimedia :: Option For Canon Remote Capture - Remote Camera Control Software ?

Oct 17, 2010

Canon cameras used to come with a piece of software called remote capture for Windows and MacOS.

You plug in the camera via USB, and then the camera display is on your monitor. From there you can do everything your camera does, like taking pictures of video. Does anyone know if there is linux equivalent software that can do this?

I have found this software, but new cameras aren't supported.
[url]

I'm trying to make a stop motion movie.

View 1 Replies View Related

Ubuntu :: IP Address Of Remote Computer To Establish SSH Connection

Jul 9, 2011

I want to transfer files from my laptop to my desktop remotely over the net. Both these computers access net via different service providers and have dynamically assigned IP addresses. If I know the IP address, I can use ssh to accomplish my task. However if I don't have physical access to the desktop, I cannot know the IP address. Is there a way by which a the desktop sends its public IP address to me so that I can establish ssh connection ?

View 2 Replies View Related

Fedora Networking :: Know Remote Ip Address?

Jul 14, 2011

I want to connect yo server in my house and in work i want to know the ip of my home server.

How can i get my dinamic ip adress of my home server ?

View 7 Replies View Related

Red Hat / Fedora :: Cannot Connect To IP Address Via SSH From Remote PC

Sep 13, 2010

I'm trying to connect to my home pc with ssh. I have road runner connected to a wireless router and then my pc connects to the router via a wireless card. I can use the Internet from my pc. I also know sshd is running. I do a ifconfig to get the ip address. Then, nothing happens when I try to connect to this ip address via ssh from a remote pc. So, what's going on with this? How can I get ssh to connect to the home pc?

View 5 Replies View Related

Slackware :: Remove Ip Address From Remote Host?

Apr 16, 2010

If I have a dnsmasq server and it dished out a IP address that I don't want it to and it still gives it to my machine no matter how many times I restart windows and issue ipconfig /renew|release or enable/disable the adapter, how do I force it to give my windows machine an IP I want it to have?

The only way I've accomplished this in the past is by rebooting my slackware system.

View 10 Replies View Related

Programming :: Remote Client Mac Address On Socket Descriptor?

Dec 14, 2010

I want to get the connected client MAC Address after accept() call. I can get the IP address of the client but i don't know how to get the client MAC Address in my this programme. Here I am Posting my Code.

#include<stdio.h>
#include<sys/socket.h>
#include<sys/types.h>

[code]....

View 10 Replies View Related

Ubuntu Servers :: Remote Desktop Connection - Cannot Seem To Connect To Any Windows Server Via IP Address

May 5, 2011

I have a problem with my Terminal Server Client, I cannot seem to connect to any windows server via IP address. Can anyone please recommend any tool I could use to connect? I need to work on the server for admin interfaces example Admin Kits for workspace protection

View 9 Replies View Related

Networking :: Address Of Remote Network In FreeNX Wizard And Bit Type?

May 21, 2010

Some FreeNX start-up troubles here, need a hand. 1) I am trying to establish a connection from my workplace PC on my workplaces's LAN to my home PC on my private LAN (LAN-to-LAN). Just typing in the public IP of the target LAN in the "Host" field gets me nowhere, as it fails to connect due to a denial at port 22 SSH - even though I've done the forwarding in my home router and punched the required hole in the local firewall of the target machine.

This resembles what I'm looking at: [URL]..2) My home PC is 64-bit Mepis and my workmachine is a 32-bit Ubuntu. Is this a problem?

View 1 Replies View Related

Programming :: Fetch The Remote Client Mac Address On Socket Descriptor?

Dec 14, 2010

I have written one simple code which is posted here. i want to fetch the Mac Address on socket descriptor which is returned after accept () call.

Code:-

#include<stdio.h>
#include<sys/socket.h>
#include<sys/types.h>
#include<netinet/in.h>

[code].....

View 1 Replies View Related

CentOS 5 Networking :: Find Remote Machine Ip Address Used By JDBC

Mar 1, 2010

I am accessing a remote DB using JDBC from inside a java program. is there any terminal command with which I can see the remote machine's ip/mac address?

View 1 Replies View Related

Networking :: Deploy A Remote OS Installation For Host With Public Network Address?

Jan 27, 2010

Is there any one know how to deploy a remote OS installation for a host with public network address? In a LAN with private network, we can use PXE, kickstart... but what we could do with the hosts have only public ip address?

View 2 Replies View Related

Ubuntu :: Apache Won't Serve Up Index.php

Jan 13, 2010

I recently restarted my Apache server to change the max upload from 5mb to 25mb. Once Apache restarted I tryed to go to my website via url www.website.com and a blank page with this source code:

<html>
<body bgcolor="#FFFFFF">
</body>
</html>

I also have two demo websites that I am running and when I go to there url's www.website.com/demosite apache will serve up the index.php

I didn't change anything but the max_upload in the apache2.conf and restarted.

View 1 Replies View Related

Ubuntu :: How To Connect Mysql Serve

Apr 3, 2010

how to connect mysql server from ubuntu,.

View 3 Replies View Related

Ubuntu :: Setup Apache To Serve Only The Computers In The LAN?

Jun 10, 2010

I use to keep a running instance of Apache in order to test my sites locally. I'm usually not that fussy about security, assuming my 80 and 8080 ports are closed (and, well, also the other ones).Anyway this evening I was just logging into PHPMyAdmin when I found the default username was a string of garbled characters. When I entered PHPMyAdmin, I was greeted with the message

Code: Additional features have been disabled in order to work with linked tables. To find out why click here.So I clicked and it seems that the error comes from the table

Code:
$cfg['Servers'][$i]['tracking']
which has been disabled. Everything else SEEMS ok at first sight.So now I have got a few questions.

1) I checked via canyouseeme.org and the default ports are still closed. This mean it should be impossible to even try to do something on my Apache remotely, right?

2) How do I reenable the additional features?

3) How do I check if someone else logged in?

4) What about the garbled name at the login? This should be just a Firefox thing, or actually PHPMyAdmin does suggest the name of the latest login?

5) How do I set up Apache to serve only the computers in the LAN? At worst, even only the local computer would be good.

View 4 Replies View Related

Ubuntu Servers :: Apache Won't Serve Images

Aug 15, 2010

I've just set up a Ubuntu 10.04 LAMP server and put a couple of websites on it.It Seems to be working fine except that it won't serve any images.It apparently served a 3787 byte response which was not received by netcat! Not even headers.It's not the usual-permission etc as there is no line in the error log about this request.

View 7 Replies View Related

General :: Move One Big File To A New Serve?

Mar 5, 2011

I want to move a big file (92gb tar) from a server to a new one

What's the best way to do this? I did try scp username@<xxx.xxx.xxx.101>:</home/xx...les/ani.tar.gz>

Which I found on the web somewhere but it did not work for me

View 3 Replies View Related

Ubuntu :: Remote Opening Files Without Using Own CPU?

Apr 3, 2011

I have a laptop that's not up to par with opening 1080p video. I do however have a PC that can. I've connected my laptop to my TV as a media center. I can remotely access files from the PC to play but because the laptop's resources are being used to play it I still encounter some slowdown. Is there any way to remote access the other PC while using its resources to play the video?

View 6 Replies View Related

Ubuntu Servers :: RAID5 Setup To Serve 10 Client Machines?

May 22, 2011

I am trying to build a file server with RAID 5 over a couple of 1TB HDDs, to serve about 10 client machines using Ubuntu Server. I already own a 22-port switch: HP ProCurve v1810G-24 Switch (J9450A), which I am assuming will do the job. And for the actual server I am thinking of buying: HP ProLiant DL120 1U. Will this hardware suffice, or am I missing something important to get the whole thing running?

View 9 Replies View Related

Debian Configuration :: Internet With Isc-dhcp-serve

Jul 27, 2015

I need to shear internet i use isc-dhcp-serve and it work but internet doesn't work i have triad so many commends but still networking ... My setting is eth0 - wan eth1 -local

iface eth1 inet static
address 192.168.42.6
netmask 255.255.255.0

dhcp

authoritative;

subnet 192.168.42.0 netmask 255.255.255.0 {
range 192.168.42.10 192.168.42.50;
option broadcast-address 192.168.42.255;
option routers 192.168.42.1;
default-lease-time 600;
max-lease-time 7200;
option domain-name "local";
option domain-name-servers 8.8.8.8, 8.8.4.4;
}

View 0 Replies View Related

General :: Check A Process Which Is Over Loading The Serve?

May 12, 2011

How do I check a process which is over loading the server. I give command Top andthe average load of the server is so high.

How should I kill the over loading process.

View 5 Replies View Related

Software :: Using Two CentOS 5.5 Boxes To Serve Up Email?

May 16, 2010

I am trying to use two CentOS 5.5 boxes to serve up email. I wish to loadbalance HTTP, IMAP, POP3, and SMTP between the two servers. The servers are not in a cluster (the email software does not require it). What filesystem could be used to distribute/replicate the files between the two servers? I have tried NFS, GFS, and GlusterFS. All of which work but result in a latency that is unacceptable to the end users (webmail clients).

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved