Sponsored Content
Top Forums UNIX for Dummies Questions & Answers new LAN, where are the config files? Post 1732 by PxT on Tuesday 27th of March 2001 01:14:38 PM
Old 03-27-2001
Check /etc/hosts

It should contain your fully qualified domain name.
Ex:

# IP hostname
X.X.X.X mybox.mydomain.com
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Apache Config Files

Currently our Apache log files are huge, I want to put say a month's time limit on this, then when it hits the end of the month I would like it to start over writing. Does anyone know where the config file is for this and what its called? I also want to do exactly the same on wtmp config (who... (1 Reply)
Discussion started by: Webwitch
1 Replies

2. HP-UX

Config Files

Does anyone have a list of key config files and the respective paths for HP-UX? Or does anyone know where I can get a list similar to this? Thanks, TOdd (0 Replies)
Discussion started by: toddjameslane
0 Replies

3. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

4. Shell Programming and Scripting

parsing config file to create new config files

Hi, I want to use a config file as the base file and parse over the values of country and city parameters in the config file and generate separate config files as explained below. I will be using the config file as mentioned below: (config.txt) country:a,b city:1,2 type:b1... (1 Reply)
Discussion started by: clazzic
1 Replies

5. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

6. Shell Programming and Scripting

Shell script that will compare two config files and produce 2 outputs 1)actual config file 2)report

Hi I am new to shell scripting. There is a requirement to write a shell script to meet follwing needs.Prompt reply shall be highly appreciated. script that will compare two config files and produce 2 outputs - actual config file and a report indicating changes made. OS :Susi linux ver 10.3. ... (4 Replies)
Discussion started by: muraliinfy04
4 Replies

7. Shell Programming and Scripting

using perl config files

Hi, I have 2 perl SubRoutines (sub 1 and sub 2). I created two perl modules for these (Sub1.pm and Sub2.pm). How can I include these in a config file (say Config.cfg) and call the config file in my main script Rename.pl to use the 2 subroutines? Right now here are the content of Config.cfg... (1 Reply)
Discussion started by: CCFP
1 Replies

8. UNIX for Advanced & Expert Users

Help with loading config files

Hi All, I'm bit confused with a script Any help would be appreciated I have a config file say config.cfg and iam loading config file in My_Script.sh..The script name is My_Script.sh. My_Script.sh and config.cfg are in same directory...My_Script.sh is run on the crontab 50 01 * * * &&... (2 Replies)
Discussion started by: selvam
2 Replies

9. Red Hat

blue screen to config lan interface

I use red hat linx ES 4 ,5 , how can I start up attached screen to config the lan interface in command mode ??? Please advice in detailed ?? (1 Reply)
Discussion started by: chuikingman
1 Replies

10. Windows & DOS: Issues & Discussions

(VS 2008) New build config looking files from other folder build config

Hi Team, My new build configuration always looking for the files from the build where i copied from. please help me to resolve this. I am using Visual studio 2008.It has Qt 4.8. plugins,qml,C++ development I created new debug_new build configuration with additional preprocessor from the... (1 Reply)
Discussion started by: SA_Palani
1 Replies
dhcpdb2conf(1M) 														   dhcpdb2conf(1M)

NAME
dhcpdb2conf - convert DHCP client database to config file parameters SYNOPSIS
index] [lan-interfaces] DESCRIPTION
The command translates a client system's DHCP database parameters (from into a set of standard configuration file parameters. This is an essential step for configuring a DHCP client system, and is invoked by upon every reboot when DHCP is active. A DHCP client database can contain settings for such items as: hostname, IP address, and default gateway (a subset of the "initial identity parameters" managed by and You can list the contents of the database to the screen, create a set of configuration staging files, or execute direct edits on existing configuration files using the values contained in the client database. Arguments: You can provide a list of lan-interfaces on which to operate, such as "lan0 lan1". If you specify no LAN interfaces, processes all entries referenced in the client's DHCP database. The entries are each defined as a unique LAN interface and a corresponding list of attributes. Options The following options determine the results of DHCP parameter processing. Print results to the screen (standard output). This is the default action if neither nor is specified. Apply directly: Using the results of the specified filters (see below), directly apply the parameter definitions to the existing configuration files, for example, to (This is how is called from Create copies: Create a set of staging files using the results of the selected filters (see below). Each parameter processed is applied to its corresponding copy of one configuration file [re]cre- ated by For example, is copied to (If the file already exists and can be written, it is overwritten; otherwise the command fails.) Once this staging file is created, the parameter being processed is applied to the newly created staging file rather than the real configuration file. The following "filter" options control which parameters are processed. The options can be combined in any manner. The default with no options is to process all attributes for each LAN interface. Hostname: Process the parameter. DNS: Process the parameter set (in Interface: Process the parameter set: Route: Process the parameter set: NIS: Process the parameter set: Time: Process the parameter. DHCP_SERVER: Prints the hostname of which has the given IP address for the interface. Options or have no effect. Option will print results only to the screen (standard output). Hostname: Do not update the parameter in configuration files. If the option is used with or then the option has no effect. Set array index for the set of related parameters for one LAN interface in the configuration files. For example, with (the default) the output would include The command can be run only by users with appropriate privileges. Configuration Files and Parameter Names The following files, and parameters in each file, can be processed by EXAMPLES List the entire contents of the DHCP client database: List only the parameter set for lan0: List the and parameter sets for lan0 and lan1: Apply the and parameter sets for lan0 to the existing configuration files: Apply all parameter sets to the existing configuration files using lan0, and set index = 1: WARNINGS
Using the option overrides any existing values which are currently set in the system's configuration files (while the option merely revises staging files, if any). FILES
The command itself. Current DHCP parameters received from a DHCP server by System configuration files that can be modified by SEE ALSO
auto_parms(1M), dhcpclient(1M), geocustoms(1M), set_parms(1M). dhcpdb2conf(1M)
All times are GMT -4. The time now is 11:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy