- Add these lines to /etc/network/interfaces, or tweak existing eth0 lines
- auto eth0
- iface eth0 inet dhcp
- bring it up
- sudo ifup eth0
- bring it down
- sudo ifdown eth0
- add some stuff to /etc/dhcp/dhclient.conf
- interface "eth0" {
- prepend domain-name-servers 192.168.100.10, 8.8.8.8, 8.8.4.4;
- supersede domain-search "mydom.com", "mydom-vpc.internal";
- }
- flush on occasion
- ip addr flush eth0
Wednesday, 31 July 2013
DHCP on CLI for Ubuntu-like systems
Subscribe to:
Post Comments (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...
No comments:
Post a Comment
Note: only a member of this blog may post a comment.