General :: How To Remotely Update Dyndns

Mar 30, 2011

I am trying to remotely update my dyndns using the commandwget --no-cache h ttp //$USR:$PWD@$DYN_HOST/nic/update hostname=$HST&myip=$MY_IP(the h ttp : // is because I can't post links yet...)when "MY_IP" is my remote computer's ip,but the dyndns seems to ignore this parameter.. It updates the "real" ip that I have in the computer that running that command..I read previous threads an saw that someone used --no-cacheSo I tried that and it did not work for me.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Cannot Update Dyndns Automatically

May 17, 2010

I have ubuntu 9.10 and using dyndns by apt-get install ddclient but when my internet disconnect and my real ip changed it wont update automatically i have to go to computer and type in terminal ddclient then it get update ....is there any way to get it update automatically.

View 2 Replies View Related

Security :: Allowing Dyndns Client - Update Iptables Frequently?

Sep 11, 2010

I am using dyndns to keep track of my smartphone's ip address. The idea is to be able to ssh into my home network, protected by an iptables firewall. If I use the command: # iptables -I INPUT 9 -s myname.dyndns.org -p tcp -m tcp --dport 22 -j ACCEPT it updates using the current ip address, but the next time I get an ip address update to my phone and update dyndns to properly provide nslookups, this is not being updated in iptables unless I restart my firewall. Is there a better way to do this?

View 3 Replies View Related

Ubuntu Networking :: Good Instructions To Configure DynDNS Update Client?

May 27, 2011

Where are there good instructions to configure the DynDNS update client? It is not updating my IP number.

View 5 Replies View Related

General :: Query Regarding The Dyndns?

Jan 9, 2011

I have an application in my company PC running on Fedora Linux.Can dyndns be used to access from outside world?

View 5 Replies View Related

OpenSUSE Install :: Update From 10.3 To 11.2 Remotely?

Apr 6, 2010

I searched a lot but can't find a solution. I'm running a root server without access to screen and keyboard and looking for a possibility to upgrade from OpenSuse 10.3 to 11.2.

View 4 Replies View Related

General :: Open Dyndns Port At Iptables?

Jan 23, 2011

Is it possible to open dyndns port at iptables?I have a remote server which is cenots 5.5 x86 and uses iptable rules. And my local pc is windows 7 x64 and have a dyndns address as mypc.dyndns.org.I want to connect local pc with mypc.dyndns.org to remote server with iptable rules as follows.Quote:

# Xmanager
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 6000:6010 -s mypc.dyndns.org -j ACCEPT

[code]...

View 2 Replies View Related

Ubuntu :: Remotely Kick Off A 100% Automated System Update?

Jun 17, 2011

I have a client that needs 5 machines updated. They are all running Ubuntu 9.04. Long story short, I can only log in over VPN for the time being (as they're in another city).

That said, is there any good way to remotely update the systems without the need to remain logged in (e.g.via SSH)? I'd like to simply kick off the updates and check back in at a later time.

View 6 Replies View Related

Ubuntu :: Remotely Wake On Lan - Remotely Turn On Computer

Jan 4, 2011

Does anyone know or recommend some software or a script to remotely power on a PC from standby to on, or even better from completely off?

I guess the completely OFF to ON is much more complicated - would probably require an extra piece of hardware(?)

View 2 Replies View Related

Networking :: Remotely Login To Remotely Display Data?

Jun 29, 2011

I'm not terribly new to Linux, but I am new to the forums, so hear me out! I am in the process of creating an electronic mapwall for our meteorology program, and have designed the computing system from scratch. I have two Linux Boxes, each with capabilities for 6 attached monitors...a total of 12 displays driven from two machines. My intention is to have one machine be the master...it has a touchpanel control. The inputs to the touchpanel will then trigger events for the both the master and the slave machine to display. Each of them has a specific IP address (DNS entry), and are not on a subnet.

Now...is there a way to remotely login to the slave machine and have it display on it's OWN monitors? The code is Java and which works on the master machine to animate directories of .gifs for each of the master's attached monitors. I will most likely have Java execute shell commands for the remote login (ssh), but I believe the answer lies somewhere in the X-configuration. Do I have the machines in an adverse configuration (creation of a subnet would be better)? Lots of questions...lots of desire...few answers!

View 2 Replies View Related

General :: Proftpd Fails On Boot Saying "MasqueradeAddress: Unable To Resolve Rowilson.dyndns.org"

Mar 21, 2011

I have proftpd set up on my linux home server. As I have a dynamic IP at home, I am using DynDns.org to provide a hostname for me. I have told proftpd to use this address as the MasqueradeAddress, to allow passive FTP connections through my NAT router.

However, whenever I boot my server, proftpd fails to start saying it cannot resolve this address. I assume this is due to the boot order, as something network or DNS related hasn't started up by then and it can't find the address. How should I deal with this problem? Can I get proftpd to do its checking for the address later on? Or can I change the startup order so that proftpd is started as the final item in the boot sequence?

View 1 Replies View Related

Networking :: Dyndns, No Ssh But Can Ping?

May 28, 2011

I setup my computer to use dyndns. I can ping my computer from another computer and I get thisping vielma-server2.dyndns-server.com

PING vielma-server2.dyndns-server.com (71.237.223.228) 56(84) bytes of data.
64 bytes from c-71-237-223-228.hsd1.or.comcast.net (71.237.223.228): icmp_seq=1 ttl=53 time=24.8 ms

[code]...

View 2 Replies View Related

General :: Remotely Control A Box From Mac?

Feb 13, 2010

I set all of my family members up with Linux Mint so that their computers would stop punching themselves in the face, but I'd like to be able to control those computers when my mom calls up and wants to know how to "put her favorites in the drop box." I've got Parallels with WinXP, and Ubunutu VMs, so my OS isn't really a concern (although I'd prefer to use OS X if there was a slick GUI app). What's the best or most practical approach to getting access to these computers from across the country?

View 3 Replies View Related

General :: Remotely Startx Over Ssh?

Apr 18, 2011

I am using some software that uses CUDA to run some stuff on the GPU.

If I am using ssh to connect to the box, or vnc even, and I try to run the program I get an error that no CUDA device is enabled. I have to go over to the machine and physically log in, and type "startx" to get it to detect the device. It can also be another use on the box using an X session, but one has to be started soemwhere on the box to get CUDA working. Is there a way to "startx" over an SSH session so that this will work and I dont have to go over and log in?

View 3 Replies View Related

Ubuntu Servers :: Can Get To Server Using My DYNDNS Name

Apr 12, 2010

I have setup a web server, ftp, ssh with ubuntu server which is working with phpmyadmin and webmin installed with it as well. (I am considering upgrading to 10.04LTS when it comes out)

However I cant get to my website with the domain name that I am using from dyndns. From on my LAN I can get to my server but using it ip address (10.10.0.200) and it work fine with ssh and ftp as well. But when I try my public address or my name it does not work. I am using IE8 as I am using a windows machine. Out side the network the domain name wont work at all, but I tried my public address and everything worked perfectly.

I have recently installed ddclient to see if had made any difference but no luck. But I am keeping it there as it is working and updating my ip address.

View 5 Replies View Related

Ubuntu Servers :: Server Name When Using Dyndns

Apr 26, 2011

How should I set up my webserver when using dyndns?My server lives behind a private router, and I opened a nonstandard port for it (xxx.dyndns.org:6789)I need to be able to access the webserver both from behind the router, and from outside. But espescially wordpress needs to have a defined specific site-url for each site, which I can not get working both inside and outside the router. Inside I now just just the local ip-number, which works ok. To access the server from outside, I have to redefine the site-url to "xxx.dyndns.org:6789", but then it is not accessible from behind the router.

View 3 Replies View Related

General :: Can Install RHEL 5.3 Remotely?

Dec 30, 2010

I am facing some iLO problems in HP servers so can't take its remote session properly for long time, always Setup starts smoothly but after some time it gets hung in between . Plz let me know if we can do remote install.

View 2 Replies View Related

General :: Remotely Accessing Corporate PC ?

Jan 7, 2011

We are organizing an event for Open Source technology in college for 100 students and want to provide them access our corporate PC. Our aim is to provide them remote access to few 10-20 machines in our corporate to try out our product which runs on specific hardware.Anyone who can suggest me any secure colloborative tool which will let those students access concurrently.

View 2 Replies View Related

General :: Using Server Remotely Through Windows?

Jan 13, 2011

I want to access linux server remotely from windows. I precisely dont need GUI. Just want to work with vim editor. currently I am using ssh software and xmanger software.Running ssh software dosen't give the feel and speed. However xmanager is fine to work. Can somebody suggest me from where i can get free latest xmanager software or better then it.

View 11 Replies View Related

Fedora Networking :: Domain Name Finding Without Having DynDNS

Jul 25, 2010

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 Related

Ubuntu Servers :: How To Set Up Apache To Work With DynDNS

Jul 2, 2010

I do not know a lot about Ubuntu Servers, but I made one. I wanted to set up a web server using Apache and DynDNS. So far, I have created an account on dyndns.com and installed apache. I also installed another program (i dont remember the name) that had something to do with DynDNS. Right now, I can access the page on my server by using eLinks (text based web browser) and going to the address (myaddress.dyndns.org). If I try to access it from any other computer, I get a page that says 'Unable to Connect'.

View 1 Replies View Related

Ubuntu Servers :: How To Config Dyndns With Ipv6

Mar 10, 2011

I have just installed dyndns in my local ubuntu server runing on apache...I dont have static Ip's so I have to use ipv6 ip's

View 1 Replies View Related

Ubuntu Networking :: How To Config Dyndns With Ipv6

Mar 10, 2011

I have just installed dyndns in my local ubuntu server runing on apache...I dont have static Ip's so I have to use ipv6 ip's how can I configure dyndns to run with ipv6 ?

View 3 Replies View Related

Software :: DynDns - Getting Error Message Every 5 Minutes

Mar 4, 2009

I have a registered account with DynDns, and every month I am sent a reminder that my account will expire because it is not in use (i.e. inactive). I think the problems stems from my system's inability to register itself on a periodic basis using ddclient. This is the error I am getting:

Code:
Mar 4 06:53:09 iceland ddclient[2352]: WARNING: cannot connect to checkip.dyndns.org:80 socket: IO::Socket::INET: Bad hostname 'checkip.dyndns.org'
When I ping 'checkip.dyndns.org', I do so successfully. I can also connect to its port 80 (using a port-scanner application I developed). So why the error? I get the same error message every 5 minutes. I have a Fedora 9 OS. Below is the relevant portion of my /etc/ddclient.conf file (with the username and password changed for security purposes):

Code:
...
## To obtain an IP address from Web status page (using the proxy if defined)
use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address ...
Somehow I feel that the contents of /etc/hosts may be responsible for the error, but I'm not sure.

Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost iceland.localdomain iceland
::1 localhost6.localdomain6 localhost
My system's name is 'iceland'.

View 1 Replies View Related

Slackware :: Sendmail With Free DynDns - ~/.forward

Jun 23, 2011

I should say that I'm not an expert of linux or sendmail. On my way to learning I'm trying to setup my sendmail server at home using free dydns account(server1.dyndns.org). I can send and receive emails to/from @hotmail, @yahoo, @gmail (the ones I've checked).

Code:

Following is access file (access.db created using makemap hash)

Code:

Now I'm trying to forward emails coming to my local inbox(tux@server1.dyndns.org) to my hotmail account. For this to work, server1 should be able to RELAY messages originated from hotmail.com, so I added hotmail.com entry to access file. Also I've made ~/.forward file:

But the problem is I receive an error message in /var/log/maillog & also a message is sent to root@server1:

Code:

Part of message sent to root@server1 is:

Code:

View 2 Replies View Related

General :: Restarting Network Devices Remotely?

Oct 4, 2010

I have a machine with several IP addresses with eth devices like eth0, eth0:1, eth0:2, eth0:3. Can I restart only eth0 without bringing down eth0:1? It would be really convenient to be able to log in via SSH on eth0:1 and restart eth0 without locking myself out or not being able to bring the network back up.

If I stop eth0, will that automatically stop all the others?

View 2 Replies View Related

General :: Put Windows Computer To Sleep Remotely

Feb 13, 2010

I'd like to have my Linux box (a QNAP TS-210 NAS) send the order to go to sleep (or hibernation) to my main Windows 7 computer.As the NAS is running Linux, I can't use psshutdown from SysInternals' PsTools. Is there any Linux equivalent? Or some "magic packet" that can order the Win7 computer to sleep.I know I could install a SSH daemon and trigger a shutdown command from the Linux box using ssh, but ideally I do not want to install anything on the Win7 computer. I can install Linux software on the NAS, no problem about this. PHP, python and perl are also available on it.

View 3 Replies View Related

General :: How To Run Program Remotely Via SSH But Display Locally

Mar 24, 2010

Is it possible for me to SSH to another server in Linux (Ubuntu), run a program there but display it locally?And is it possible for me to SSH to another server in my terminal,and configure it so that all graphical programs (Firefox, Emacs) run in that SSH session will be displayed locally?

View 3 Replies View Related

General :: Launch A Local Application Remotely?

Jun 16, 2010

I use TextMate on Mac OS X to develop. The files I need to edit are on a Linux machine, and I have the Linux filesystem mounted on my Mac OS X. Opening the files and saving them in TextMate is not a problem.What I want to do (from my Mac OS X) is be able to...SSH <linux>cd <folder>mate <filename>I want that to open up the file in TextMate on my Mac OS X (thus, shifting focus from my Terminal.app to TextMate.app). How can I achieve this effect?

View 4 Replies View Related

General :: Remotely View A Desktop From Windows XP?

Oct 11, 2010

I'm using Window-XP and need to remotely connect to a CentOS-5.X server.

UPDATE: I'm looking to visually, securely and with as small a footprint as possible manage a remote Linux system via an GUI. It's not clear to me if Linux has a default method for streaming the desktop. Before installing something on the remote Linux system, is there a grep or find I should run to see if there's existing support on the computer? looked at Xming, but couldn't tell what it's doing; meaning if like WinSCP it's just creating an interface on my end and running CMDs remotely, or if it's streaming the desktop.

View 5 Replies View Related







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