0
votes
1answer
53 views

MAC address changing in Ubuntu 12.04 [duplicate]

I am trying to change the MAC address of my device. I tried the ifconfig way as well as the macchanger tool way. However although the MAC address changes on interface eth0. I do not get a DHCP based ...
0
votes
0answers
170 views

Configure ubuntu with two network adapters and a switch

After 4 hours of trying to configure this I'm getting mad. I've the next setup: eth0: is the on board lan adapter and this one connect directly to a switch. eth1: is the lan adapter (pci card) that ...
0
votes
1answer
52 views

Question for class

I have a question for class that I cannot figure out, I was hoping the helpful folks at Ask Ubuntu could help. The question is basically this: Your Linux system appears to have a DHCP problem. You ...
1
vote
0answers
451 views

Why can't I connect to my network via wired DHCP connection?

I am trying to connect to the LAN of the university where I work, on a wired connection. The Internet is accessed by VPN after connecting to the network. On Windows 7, the computer seems to ...
0
votes
1answer
691 views

Setting up Ubuntu Server as a Router with DHCPD and 3 Ethernet devices

My configuration: Ubuntu 12.04 DHCP3-server BIND9 eth0, eth1, eth2 eth0 is the external connection eth1 & eth2 are the internal network eth1 and eth2 are supposed to be seperate ...
1
vote
1answer
3k views

Set up eth0 network interface using DHCP in initramfs

I created my own initramfs script (based on live-initramfs) and I need set up network connection (using DHCP) to get remote file. So what do I need to add to initramfs hook file (ifconfig, ...