Configure network in unix with dynamic ip on my DHCP server?


 
Thread Tools Search this Thread
Operating Systems Solaris Configure network in unix with dynamic ip on my DHCP server?
# 1  
Old 09-26-2011
Configure network in unix with dynamic ip on my DHCP server?

can anyone tell me how can i configure network in unix with dynamic ip on my DHCP server??
# 2  
Old 09-26-2011
Code:
# ifconfig eri0 dhcp start

replace the eri0 with your interface name
Anyways you can get interface name with issuing the
Code:
$ifconfig -a

This User Gave Thanks to h@foorsa.biz For This Post:
# 3  
Old 09-26-2011
can you explain more , i just started on unix yesterday?
# 4  
Old 09-26-2011
Okay, good for you 1st of all post the output of the following command
Code:
$ ifconfig -a

# 5  
Old 09-26-2011
it is running but with ip not in my dhcp (10.0.2.15)

---------- Post updated at 09:05 AM ---------- Previous update was at 09:01 AM ----------

i have avirtual box for unix , it makes virtual ip for it, how can i make unix have adynamic ip from my real server?
# 6  
Old 09-26-2011
Do you mean the IP is static.
If so please post the output from the command
Code:
$ifconfig -a

---------- Post updated at 07:07 PM ---------- Previous update was at 07:05 PM ----------

If you are using VirtualBox You need to bridge Virtual NIC to physical NIC to be able to see the DHCP server.
# 7  
Old 09-26-2011
how can i copy the code , it doesnot paste anywhere? sorry for making you busy

---------- Post updated at 09:15 AM ---------- Previous update was at 09:10 AM ----------

i have fixed it ,thanks alot for your help
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

About Configure the DHCP to assign the Default-Gateway

I have a question. How to write the DHCP to assign the default-gateway to clients. Thank you. (2 Replies)
Discussion started by: thsecmaniac
2 Replies

2. Solaris

How to configure the host to dhcp mode

I try a static ip assign mode while i installed the Solaris 10(U 8). But i can't access the internet, i try the ifconfig -a command and see my configuration is correct in the interface. So i want to get my ip using dhcp. I search from internet. They give me the suggestions. ifconfig interface... (1 Reply)
Discussion started by: papertiger
1 Replies

3. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

4. HP-UX

[Solved] How do I configure Unix Mail Server to use another Mail Exchange Server

We have configured our mail unix server and can send out emails automatically from applications running on unix to different people in our company as well as outside our company. However there is an outside client who is not receiving these emails because the settings on their mail server cannot... (4 Replies)
Discussion started by: Tenyhwa
4 Replies

5. Shell Programming and Scripting

Help with dynamic configure cfg files

hi; i have one configuration file(configuration.cfg),where contents are below.. filename = charge.cfg sectionname = networkid = 1 retrytimes = 2 ------------- -------------- sectionname = networkid = 1 retrytimes = 2 filename = xyz.cfg ------------------ ----------------- There is... (7 Replies)
Discussion started by: suryanarayan
7 Replies

6. Solaris

Failed to configure IPv4 for DHCP afe0

Hi All, i have been accessing ip address through DHCP for my windows..i tried to configure the same for solaris also and got the error " Failed to configure IPv4 for DHCP afe0 " can anyone explain what should i do ...i want to acees internet in solaris am i need to configure for... (0 Replies)
Discussion started by: srikanthg
0 Replies

7. IP Networking

How to configure DHCP to Static IP

I am pretty new to this. My router was earlier configured to enable DHCP, thus my UNIX box is using the dhcp address, i.e. I have to do a ifconfig dhcp hme0 start. Since I am planning to use my NT as a web server, I needed to use the static IP address. How do I configure the unix box to use the... (5 Replies)
Discussion started by: lee30320
5 Replies

8. Linux

How to configure Dhcp in linux?

Please let me know step by step, I am new to this configuration.... (2 Replies)
Discussion started by: dhineshcs
2 Replies

9. UNIX for Advanced & Expert Users

Configure SMTP Server for Unix

Hi, We had an upgrade today morning and since then mailx command is not working. I have been told to change the DNS to use host name as smtp.companyname.com instead of the IP address. Can someone please help me out to know where can I change this on a Unix Server. Thanks Aman (5 Replies)
Discussion started by: chawlaaman
5 Replies

10. IP Networking

Howto configure AIX DHCP Client ?

I use DHCP on my AIX box at home . I want to connect to my Cable ISP as a DHCP Client . the thing I did was this : smit Communications Applications and Services TCP/IP Use DHCP for TCPIP Configuration and Startup "Select the interface you want to use" en0 "Enter a hostname" OK after... (3 Replies)
Discussion started by: zumbi
3 Replies
Login or Register to Ask a Question