Sponsored Content
Operating Systems Linux Ubuntu Please help me in configuring network in Ubuntu Post 302252687 by s4g3 on Thursday 30th of October 2008 06:02:39 AM
Old 10-30-2008
In my case i have set the Vmware ethernet settings to NAT

and well i am not an ubuntu guy but i am sure there will be something like /etc/init.d/network. Start the script and your network will be up

/etc/init.d/network start

Also you might have to start the dhcp client using the same way

Thanks
 

10 More Discussions You Might Find Interesting

1. IP Networking

configuring the new desktop in the network.

I have a new desktop in my company and I want to configure that box in our network.we using unix sytem.I don,t have enough knowledge about the unix,so please can you suggest me how to configure the desktop.This is urgent if you can help me quickly. (1 Reply)
Discussion started by: bbutani
1 Replies

2. UNIX for Dummies Questions & Answers

configuring network infomation

Hello all, I am trying to hit the internet from my unix box (sun 250e), but cannot reach any external IP addresses. I've updated the hosts and resolv.conf files with what i assume is the right information, but nothing happens (after reboot). In the hosts file, i've entered the Router, PDC,... (4 Replies)
Discussion started by: colesy
4 Replies

3. AIX

Configuring Network Printer in IBM AIX

Hi, We have two IBM pSeires servers running IBM AIX. I want to configure the IBM servers to print on the network printer. Here is the following configuration IBM Server-I IP Add: 192.168.0.5 IBM Server-II IP Add: 192.168.0.6 Network Printer IP Add: 192.168.0.15 I'm new to IBM AIX OS.... (0 Replies)
Discussion started by: berhanemt
0 Replies

4. Solaris

configuring network

Hello, I was trying to assign IP or Hostname to the system, but when I open any of the files: /etc/hosts /etc/inet/ipnodes the files open in read-only mode. Thus, I can't edit it. I am doing this under root. What is the problem and how to get rid? Any suggestion? (8 Replies)
Discussion started by: naw_deepak
8 Replies

5. Ubuntu

network connection on ubuntu

Hi, I am using ubuntu 8.x. I am not not able connect to internet through broadband. i'm also using windows xp, there i don't have any problems. Please tell me how access the internet on ubuntu 8.x through broadband. Thanks, Achhayya:) (4 Replies)
Discussion started by: achhayya
4 Replies

6. Ubuntu

Configuring Ubuntu 9.04 as a TFTP Server

Configuring Ubuntu 9.04 as a TFTP Server Im trying to configure my Ubuntu desktop as a tftp server. I found the following instructions on how to do this. Most of the instructions I understand however Im not sure about step 2. The instructions are below: In step 2 do I create a txt file in vi... (2 Replies)
Discussion started by: andyblaylock
2 Replies

7. UNIX for Dummies Questions & Answers

Configuring a Network Card in SLED 11

I want to connect to the internet via Wi-Fi, but I need to configure my pci adapter card for it to work. The adapter I am using is a Linksys Wireless-G pci adapter wmp54gs.:confused: (5 Replies)
Discussion started by: ryan352333
5 Replies

8. Solaris

Configuring network interfaces in Solaris11

Hi all, Just istalled Solaris 11. Want to configure network interfaces and got some problems: #dladm show-phys # #dladm show-link # If i run ifconfig -a, i am getting 2 lo0 (loopback) interfaces and thats all. I can't enable interface, can't list it, can't assign IP to it. Can... (2 Replies)
Discussion started by: nypreH
2 Replies

9. SuSE

Facing issue configuring network

Please let me know how to configure network in suse Linux, I have configured the network using ifup and network manager, it is not giving any error but not working, using suse Linux 11.0 sp3 I have checked network connectivity is working. (0 Replies)
Discussion started by: manoj.solaris
0 Replies

10. Solaris

Configuring central logging server for network devices

Hi I am very well aware of configuring central logging (syslog)server on solaris to capture logs of other solaris servers. But don't know how to capture the logs of network devices like Juniper , cisco etc on solaris server. Is this possible through syslog server of solaris. Is there any way we... (1 Reply)
Discussion started by: amity
1 Replies
ORIGAMI(1)																ORIGAMI(1)

NAME
Origami - command-line management tool for Folding @ Home clients. SYNOPSIS
origami {install | archive | restore | erase | name | status | monitor | proxy | start | stop | version | help} [<options>...] origami {deploy | network-archive | network-restore | network-name | network-monitor | network-name | network-start | network-stop} [<options>...] origami help origami version DESCRIPTION
Origami allows you to install, monitor, archive or restore Folding @ Home data on your local machine. It also allows for central deployment, monitoring, archiving, restoration and updating the username and team data via the network to ssh-accessible machines. Origami supports cron-based scheduling, 32bit or 64bit and network proxy settings. Install Stanfords Folding @ Home client to a single machine or network of machines. COMMAND-LINE ACTIONS The first argument which does not begin with a hyphen ("-") is considered to be an action that the program should perform. If an action is not specified Origami will display the help output. The following actions are available to the local machine: install Install Folding @ Home to the local machine. This action will create a dedicated user, storage location for Folding @ Home data, startup script and request a work unit. deploy Install Folding @ Home to remote machines as listed in the ~/.origamirc file. This action will create a dedicated user, storage location for Folding @ Home data, startup script and request a work unit on the remote machine. SSH access as the root user is required for the deploy action. archive Archive Folding @ Home data for the local Folding @ Home client. This action will stop the Folding @ Home client, archive the current progress into a <hostname>-<date>.tar.bz2 format and store the data in ~/.origami/. network-archive Archive Folding @ Home data on the remote Folding @ Home client as listed in the ~/.origamirc. This action will stop the Folding @ Home client, archive the current progress into a <hostname>-<date>.tar.bz2 format and store the data in ~/.origami/. restore Restore Folding @ Home data on the local machine. This action will require previously archived data (as generated by the archive action). network-restore Restore Folding @ Home data on the remote Folding @ Home clients as listed in the ~/.origamirc. This action will require previously archived data (as generated by the network-archive action). erase Erase current Folding @ Home installation. Anything generated by the install function will be removed and all Folding @ Home progress will be lost. name Update the username and team information for the local Folding @ Home client. It is generally preferred to define username and team at installation with the install action. network-name Update the username and team information for the remote Folding @ Home clients. It is generally preferred to define username and team at installation with the deploy action. status|monitor Display the current progress of the local Folding @ Home client. network-status|network-monitor Disploy the current progress of the remote Folding @ Home clients as listed in the ~/.origamirc. proxy Update the proxy settings for the local Folding @ Home client. This action requires a port and hostname. It is generally preferred to define the proxy port and hostname at installation with the install action. start Start the local Folding @ Home client. (This calls /etc/init.d/origami start) network-start Start the remote Folding @ Home clients as listed in the ~/.origamirc. stop Stop the local Folding @ Home client. (This calls /etc/init.d/origami stop) network-stop Stop the remote Folding @ Home clients as listed in the ~/.origamirc. version Display the Origami version. help Display the Origami help output. OPTIONS
-u|--user=value Define the USERNAME that Folding @ Home data should credit. Default is Anonymous. -t|--team=value Define the TEAM NUMBER that Folding @ Home data should credit. Default is 0. -c|--cron=boolean Activate cron scheduling for the Folding @ Home client. Default is off (0). -p|--proc=value Define i386 or amd64 Folding @ Home client. Default is i386. -P|--port=value Define the port to be used in conjunction with a proxy. Default is 8080. -H|--host=value Define the IP or hostname to be used in conjunction with a proxy. Default is localhost. EXAMPLES
origami install This example will install the Folding @ Home client to the local machine, reporting data as the default Anonymous user and default 0 Team. origami install -u Joe -t 45104 This example will install the Folding @ Home client to the local machine, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team. origami deploy -u Joe -t 45104 This example will install the Folding @ Home client to all machines listed in the ~/.origamirc file, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team. origami install -u Joe -t 45104 -p amd64 -c1 This example will install the Folding @ home client to the local machine, reporting data as the Joe user as part of the 45104 (TeamUbuntu) Team, using the amd64 Folding @ Home client and toggling the cron option to auto-stop between the hours of 8:00am and 5:00pm. origami network-status This example will display the current status of the Folding @ Home clients on all machines listed in the ~/.origamirc file. BUGS
To find a list of current bugs, or to report a bug new bug please see https://bugs.launchpad.net/origami. AUTHORS
Origami was written by Christer Edwards <christer.edwards@ubuntu.com>. This manual page was written by Christer Edwards <christer.edwards@ubuntu.com>. Both are released under the GNU General Public License, version 2 or later. 2010-06-16 ORIGAMI(1)
All times are GMT -4. The time now is 10:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy