top button
Flag Notify
Site Registration

Proper way to enable non-auto dhcp interface

0 votes
290 views

In my /etc/network/interfaces file has dhcp interface set like this

 #auto eth1
 iface eth1 inet dhcp

If I don't want this interface be enabled automatically at startup (as it has been configured without auto statement) how do I enable it in command line?

posted Jul 16, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
 
Best answer

You can try
ifup eth1

answer Jul 17, 2013 by anonymous
Similar Questions
+1 vote

Here assumption is PGW serves both the APN and UE will get IP addresses for both the default bearers using the DHCP server.
I am not sure, DHCP messages for both the PDNs will be transmitted using the first default bearer or DHCP messages for each PDN will use its associated default bearer.
Case 1 :
IP addresses for both the APN assigned by same DHCP server

Case 2:
IP address for each APN assigned by different DHCP server.

In both the cases, I want to know how PGW will deal with DHCP message and also on what basis a particular IP will be associated with a default bearer at UE if its uses same default bearer for the DHCP message exchange.

+9 votes

Explain the following terms: DNS, SMTP, HTTP, FTP, Hub, Switch, Firewall, BOOTP, DHCP, SNMP?
Please mention the standard port numbers for these terms.

...