Cubietruck not receiving DHCP address from server
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.
In the past I've used the board with a static IP address, defined in /etc/network/interfaces.
Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.
My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.
The configurations I've tried:
for DHCP
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
for static
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.88.42
netmask 255.255.255.0
gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater
On the Mikrotik router, there is no static DHCP address set yet.
What I found while trying:
- WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.
- dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file
- dhclient tries querying the 255.255.255.255 address, with no success.
- ip addr show says the state of the interface is DOWN
- ifconfig says when listing the interface: Interrupt: 51
Does anybody has any idea what could be my problem?
Edit: With this double router setup, other devices (an RPI2) do work.
networking ip dhcp ethernet armbian
add a comment |Â
up vote
0
down vote
favorite
I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.
In the past I've used the board with a static IP address, defined in /etc/network/interfaces.
Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.
My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.
The configurations I've tried:
for DHCP
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
for static
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.88.42
netmask 255.255.255.0
gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater
On the Mikrotik router, there is no static DHCP address set yet.
What I found while trying:
- WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.
- dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file
- dhclient tries querying the 255.255.255.255 address, with no success.
- ip addr show says the state of the interface is DOWN
- ifconfig says when listing the interface: Interrupt: 51
Does anybody has any idea what could be my problem?
Edit: With this double router setup, other devices (an RPI2) do work.
networking ip dhcp ethernet armbian
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.
In the past I've used the board with a static IP address, defined in /etc/network/interfaces.
Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.
My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.
The configurations I've tried:
for DHCP
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
for static
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.88.42
netmask 255.255.255.0
gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater
On the Mikrotik router, there is no static DHCP address set yet.
What I found while trying:
- WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.
- dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file
- dhclient tries querying the 255.255.255.255 address, with no success.
- ip addr show says the state of the interface is DOWN
- ifconfig says when listing the interface: Interrupt: 51
Does anybody has any idea what could be my problem?
Edit: With this double router setup, other devices (an RPI2) do work.
networking ip dhcp ethernet armbian
I have a Cubietruck board with 16.04 Ubuntu (armbian base) installed.
In the past I've used the board with a static IP address, defined in /etc/network/interfaces.
Today I wanted to expand my network a bit, and put a dlink router in a kind of repeater/switch mode (no wireless, no dhcp, only extending the network of the main, Mikrotik router). In the meantime, I wanted to change the board from static IP, to DHCP, with a fixed DHCP configured in the router.
My problem: I tried setting both DHCP and static configuration on my board, either connecting to the main router or the repeater, but I could not receive a working IP address.
The configurations I've tried:
for DHCP
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
for static
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 192.168.88.42
netmask 255.255.255.0
gateway 192.168.88.1 # also tried 192.168.88.2 which is the repeater
On the Mikrotik router, there is no static DHCP address set yet.
What I found while trying:
- WiFi with wlan0 (originally used through armbian-config) works perfectly with dhcp and no entry in the interfaces file.
- dhclient tried requesting an older, 192.168.1.42 address, but I removed the dhclient.eth0.leases file
- dhclient tries querying the 255.255.255.255 address, with no success.
- ip addr show says the state of the interface is DOWN
- ifconfig says when listing the interface: Interrupt: 51
Does anybody has any idea what could be my problem?
Edit: With this double router setup, other devices (an RPI2) do work.
networking ip dhcp ethernet armbian
edited May 8 at 0:29
asked May 8 at 0:16
Brabulla
12
12
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f442428%2fcubietruck-not-receiving-dhcp-address-from-server%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password