Maybe they do not have to be changed. I guess it depends on what 
nameservers were from beginning. I just noted that when I set the new ip, I 
lost dns.
However, I did not try a reboot before I set the new nameservers.
/johan

onsdag 3 februari 2021 kl. 23:40:28 UTC+1 skrev Ren Waldura:

> Helpful, thank you!
> Why must the nameservers be changed?? I thought it was a property of the 
> host, not the interface.
>
>
> On Wed, Feb 3, 2021 at 11:28 AM jonnymo <jonn...@gmail.com> wrote:
>
>> Yeah, this pops up from time to time so perhaps there is a way to make it 
>> sticky or something.
>> Ex:
>>    https://groups.google.com/g/beagleboard/c/D0kLUD-zwHY/m/gqQW4FvBBAAJ
>>
>> Or:
>>   https://forum.digikey.com/t/static-ip-on-beaglebone-black/4497
>>
>>
>> Cheers,
>>
>> Jon 
>>
>>
>> On Wed, Feb 3, 2021 at 9:08 AM Johan Ingvast <ing...@gmail.com> wrote:
>>
>>> I think I found the solution.  
>>> Debian for BB uses connman for handling eth0.
>>> Found this that gives directions 
>>> https://variwiki.com/index.php?title=Static_IP_Address
>>>
>>> So what I had to do was 
>>> As root
>>> Find the service name by
>>>         $ connmanctl services
>>> It will output something like
>>>         *AR Wired                ethernet_d05fb8efd72f_cable
>>> The latter part will be used as reference to what to change
>>>         $ connmanctl config --ipv4 manual 192.168.10.156 255.255.255.0 
>>> 192.168.10.1
>>> Where the order of the addresses are: ip netmask gateway
>>> If you are on ethernet you will loose contact (in case the ip is 
>>> changed), connect again with the new address.
>>> You also need to change the nameservers (better to do before)
>>>         $ connmanctl config --nameservers 8.8.8.8   4.4.4.4
>>>
>>>
>>> onsdag 3 februari 2021 kl. 17:12:29 UTC+1 skrev Johan Ingvast:
>>>
>>>> Hi
>>>> I use Debian 10.3 on a beaglebone enhanced industrial and try to 
>>>> configure eth0 to a static ip.
>>>> https://wiki.debian.org/NetworkConfiguration  claim 
>>>> /etc/network/interfaces should have the lines
>>>>    auto eth0
>>>>    iface eth0 inet static
>>>>        address 192.168.10.156
>>>>        netmask 255.255.255.0
>>>>        gateway 192.168.10.1
>>>>
>>>> the commands ifup and ifdown should then take care of the switching.
>>>>
>>>> $ ifdown eth0
>>>> results in an error 
>>>>    ifdown: interface eth0 not configured
>>>>
>>>> When I reboot, I do get the right address and everything seem to work.
>>>> However *the service networking.service gets an error.*
>>>>
>>>> Interestingly, the original version of /etc/network/interfaces does not 
>>>> mention eth0, yet it starts correctly. Is there some other mechanism 
>>>> starting it? 
>>>>
>>>> What is the correct way of configuring static ip for eth0?
>>>>
>>>> best
>>>> Johan Ingvast
>>>>
>>>> -- 
>>> For more options, visit http://beagleboard.org/discuss
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "BeagleBoard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to beagleboard...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/beagleboard/81b13002-aebc-46bf-b4ea-c53195695105n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/beagleboard/81b13002-aebc-46bf-b4ea-c53195695105n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> -- 
>> For more options, visit http://beagleboard.org/discuss
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to beagleboard...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/CAG99bkoJj4h_DquhJ8vzbokJS0niFAbRVwAyqB5Vb4p7nnDk_w%40mail.gmail.com
>>  
>> <https://groups.google.com/d/msgid/beagleboard/CAG99bkoJj4h_DquhJ8vzbokJS0niFAbRVwAyqB5Vb4p7nnDk_w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/bd5dc3d1-4b87-49a5-93ab-706b711b58ccn%40googlegroups.com.

Reply via email to