Ubuntu :: Remotely Shutdown An Entire Network?
Oct 9, 2010
I administrate a network with approximately 140 PCs. They all have Ubuntu and I want to be able to turn them on and shut them off remotely from one of the servers. So can you tell me what is the best way to do this ? A shell script would be a nice option if its possible.
View 8 Replies
ADVERTISEMENT
Mar 17, 2010
Is there a command to remotely shutdown a computer on the local network? I have a computer running as a file/print server and I have no screen or keyboard connected to it. Would be great if I could shut it down from my laptop. I have the needed credentials (as I'm guessing these would be needed in the command?)
View 2 Replies
View Related
Apr 28, 2011
I have been trying to shutdown a remote XP machine but cannot get it to budge. I did the following on the Windows box:
Ensured no firewall
Started Remote Registry Editing service
Shared a network drive (to enable file sharing?)
Created a user 'shutdown' specifically for shutting down
Added 'shutdown' to Administrators group
Added 'shutdown' to the list of allowed shutdown users in gpedit.msc
Here's what I have tried:
From Windows 7 box:
shutdown -m computer (Access denied message)
psshutdown -m computer (Access denied message)
runas /user:computershutdown "cmd /K shutdown -m computer (access denied)
runas /user:shutdown "cmd /K shutdown -m computer (access denied)
From Linux box:
net rpc shutdown -I computer -U user%password (says shutdown succeeded) rpcclient -I x.x.x.x -c shutdown -U user (gives usage message)
View 1 Replies
View Related
Jun 13, 2010
I setup the hostname for my linux machine to Linux. If I try ping Linux from the same computer it works. If I try from another computer inside my network the host can not be resolved. If I ping the IP from another computer it works.
I take a look in my router at DHCP client list and my linux machine doesn't have the Hostname set up.
How to broadcast the hostname to the entire network?
View 8 Replies
View Related
May 9, 2011
I have this new flatmate who uses all my Internet data up before the end of my monthly clockover. Instead of having to buy heaps of data top-ups at the end of the month, is there a way I can limit the speed of his computer through the network? I have tried looking through my router settings (which is a Thomson router) but there doesn't seem to be any options in regards to limiting activity of a system on the network.
View 3 Replies
View Related
Dec 6, 2009
As subject; none of my fedora machines appear in Windows' > Entire Network.I have installed SAMBA and started it; edited the config file:-
Code:
[global]
printing = cups
[code]....
View 3 Replies
View Related
Jul 7, 2010
I have a set of iptables I have downloaded and modified for my use. I had it working for 1 lan and wan access. I now would like to have: wan access, 1 lan, and 1 wlan. I need to administer the entire network from my wireless laptop on the wlan network so I need to be able to access the lan from the wlan network, and have the wlan access the lan network. Here are my rules:
#!/bin/sh
# IPTABLES FIREWALL script for the Linux 2.6 kernel.
# This script is a derivitive of the script presented in
# the IP Masquerade HOWTO page at: [URL]
# It was simplified to coincide with the configuration of the sample system presented in the Guides section of [URL]
# This script is presented as an example for testing only and should not be used on a production firewall .....
echo -e " Firewall server rule loading complete "
View 3 Replies
View Related
Jul 29, 2011
how can i make openvpn to access my entire office lan network through linux firewall.
how can i allow remote client with (private ip)to access my entire ofice network through linux firewall
View 2 Replies
View Related
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
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
May 23, 2010
Small home network consisting of a media server(headless, no monitor/keyboard/mouse)running OpenSuse 11.0, and 3 Windows clients running Vista. I don't need the server running 24/7 so I have it set to Suspend to Ram after 60 minutes, which works great. I have a WOL program on each client which works perfectly to wake up the server.
However, there are times when the server "sleeps" while I'm still using it. I can be downloading to the server, playing music, or whatever-doesn't really matter-and when the 60 minutes is up, it sleeps. What I need is some solution that will keep the server awake if I'm actually using it but let it sleep after the specified period of inactivity. My first thought was using Ethtool to wake it network activity directed at the server, but I've tried all the ethtool options and can't make it work right. Either it wakes on any network activity whatsoever, (which means it never sleeps) or doesn't wake at all.
View 9 Replies
View Related
Apr 15, 2010
I have a problem with one of my new OpenSuse installation. I install ntop on this machine so the port 3000 become open, but when i want to use it on a other pc, it cannot see the open port. I really don't understand why i cannot access this port.
I disabled firewall to make sure everything pass.
Here my ntop on my localhost
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
Here my ntop from another host
Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds
View 2 Replies
View Related
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
Nov 22, 2010
A month ago I had (and still have) a weird problem were leaving my switched off computer plugged into the network killed the whole network.
[URL]
well I have found a fix, if I disconnect my computer via software (Right click and disconnect "eth1" and shut down the network will remain up. I want to make a script that runs on shutdown that simply disconnects "eth1". Are there any pre-made shutdown scripts in ubuntu that I can simply add "eth1 enabled = 0" or something.
View 4 Replies
View Related
Dec 10, 2010
I have installed a cluster computer with 10 nodes . The manufacturer is HP . All nodes and the master node have redhat enterprise linux installed in them . When I shutdown the nodes from the master terminal using "shutdown -h now" they get shutdown . But they dont get completely turned off . This issue bothers me when the power supply is given , all nodes boot up simultaneously generating a huge heat .
Thing to note : When we shutdown our PC they get completely turned off . When the power supply is given , a press on the Power On button is required to boot the system. But , why does it not happpen in the case of cluster? Is there any other way of completely turning off the nodes from the master terminal ?
View 1 Replies
View Related
Dec 30, 2009
I have a SMB share being mounted during boot using a /etc/fstab entry.All that seems to work fine, but on shutdown or reboot I found that the system hangs for a variable period trying to unmount the share. It appears from the log that the unmount is happening after the network connections are closed.Is there someway around this, or is there some other way I should be mounting the share so that it is closes successfully at restart or shutdown?
View 1 Replies
View Related
May 9, 2010
opensuse 11.2
samba 3.4
I unable to connect to samba but after change the register (Windows7 - SambaWiki),I could login and map/access the share drive.but when I try to shudown/restart/logoff win7 , the screen just stop with windows logo without the shutdown/restart words coming out.
View 2 Replies
View Related
Oct 21, 2010
OS: OpenSuse 11.2 64 bit
Machine: HP 8540p i5 4Gb
Shutting down my machine takes a very long time! Not convenient when one want to pack his laptop (I don't dare to when the fan is still blowing).
Upon shutdown, I press 'esc' and see what's happening. The last commands seem to hang. First, shutting down the network interfaces seem to last long than needed (eth0, pan0, wlan0). Sometimes, it stalls also on "networkmanager disconnecting from DBUS" (or something like this ) (which is the very last command executed). Hmm, I will write the exact command down.
View 1 Replies
View Related
Jun 30, 2010
when my pc boots and shuts down my monitor goes into 'input out of range' mode for a bit between the gui and the text only phases of boot/shutdown.is there a way to fix this? or where to start troubleshooting?also, when it shuts down it hangs after coming back to the text only part
View 4 Replies
View Related
Feb 5, 2011
Recently I installed vncserver (tigervnc) on my desktop. Ever since my computer refuses to shutdown normally. At shutdown the following message pops up: Quote: System policy prevents stopping the system when other users are logged in Then I have to enter the root password to shutdown. If I stop vncserver before, the computer shuts down normally.
[Code]....
View 2 Replies
View Related
Jun 20, 2010
I cant shutdown without running sudo shutdown. When I try to use the default gnome shut down it takes me back to the logon screen. Fresh install today and I've had the same problem on other installs.
View 9 Replies
View Related
Sep 7, 2010
Ubuntu will randomly pop up the shutdown menu and then shutdown.It seems to happen when im in firefox and typing and it has been difficult to replicate. I dont think it is a temp issue since watch sensors shows temmp of 40-50C. Someimtes it happens every minute someimtes i can go 10min without it happening.
Dell Inspiron 1525
ubuntu 10.04 (only os on system)
View 3 Replies
View Related
Dec 10, 2010
looking for a command that shutdown/reboot my ubuntu just same as process that happened when I press shutdown buttonIn fact I need to close all programs that are running and then PC shutdown (that happened when I press shutdown button).
View 9 Replies
View Related
Apr 22, 2010
I cannot locate shutdown log for Linux shutdown to check various activities carried out during shutdown. I can view Startup Log which is availble on console>Applications>System Tools>System Logs.
I have included Shutdown/Startup in dbora, so that Oracle 10gR2 Shutdown/Startup will be automated during OS Shutdown/Startup.
I want to check Shutdown log because Oracle Shutdown was not running, as from $ORACLE_HOME/shutdown.log contains no entries, where as startup log contains latest startup details.
That means here 2 issues are there. One, I want to locate OS Shutdown Log and the other being Why Oracle Shutdown not getting executed.
View 2 Replies
View Related
Mar 12, 2011
I did a live upgrade from 11.3 KDE and observe a following issue.When I press the shutdown button on the laptop it initiates the shutdown and shuts down fine but after a significant delay of time (something like 30 seconds). When I click the shutdown button in KDE it initiates the shutdown instantly. This was not the case in 11.3 where the shutdown worked the same regardless of the method that triggered it
View 6 Replies
View Related
Mar 30, 2010
I'm trying to reboot the server (shutdown -r now).But it seems like nothing happened.
When I try "shutdown -c", the system prompts "shutdown: cannot find pid of running shutdown."
View 5 Replies
View Related
Feb 13, 2011
How can I upload an entire folders worth of stuff at one time?
View 2 Replies
View Related
May 24, 2010
I have installed win7 and Ubuntu on acer emachines E430. Had some problems with boot but have fixed those with help from here.The problem I didn't see is that when I am in Windows file manager only show half of hdd. I can see the entire one in ubuntu.I dont even see Ubuntu through win. But through Ubuntu I can see win folder.
View 5 Replies
View Related
May 24, 2010
I have succeeded in deleting my former Windows XP partition and it is now unallocated. How do I allocate all of the space to Ubuntu?
Attached is my Gparted screen. There was an error when booting Ubuntu initially and I was never able to dual boot. XP is gone now. I want Ubuntu to have all the space
View 4 Replies
View Related
Jun 28, 2010
I just bought a new Kingston DataTravler G2 16GB usb drive and was wondering if it was possible to encrypt the entire device.As in, it would require a password before even seeing any files. If possible I'd like something that works on all OS's but if not any suggestions would be great.
View 3 Replies
View Related