On Wed, 2021-07-14 at 18:41 +, g4sra via Dng wrote:
> If 'NetworkManager' rears its head.purge with prejudice would be
> my advice.
>
On the other hand it /is/ quite straightforward to set static IPs if
you /do/ use Network Manager.
All I have in /etc/network/interfaces.d/interfaces is:
<--snip-->
>
> What does the following show (everythingish installed that triggers dhclient)
> for P in $(dpkg -l | grep dhcp); do apt-cache rdepends $P 2>/dev/null | grep
> '|' ; done
>
> If 'NetworkManager' rears its head.purge with prejudice would be my
> advice.
Arrgh! that command c
On Tuesday, July 13th, 2021 at 9:41 PM, Steve Litt
wrote:
> Hi all,
> I'm trying to make my new Chimera based Refracta have a static IP
> address at 192.168.0.199/24, in order that every other computer on the
> 192.168.0.0/24 subnet can easily access it, and so I can put it on my
> LAN DNS.
> S
..could this be as simple as:
address 192.168.0.199/24 #???
Yes
No, in /etc/network/interfaces it needs a net mask line like this :
auto eth0
iface eth0 inet static
address 192.168.nnn.nnn
netmask 255.255.255.0
gateway 192.168.nnn.nnn
No
RTFM?
Documentation states, for both INET
Arnt Karlsen wrote:
>> So I made my /etc/network/interfaces look like the following, which
>> follows the guidelines of "man interfaces":
>>
>> ===
>> auto lo
>> iface lo inet loopback
>>
>> allow-hotplug eth0
>> iface eth0 inet static
>> address 192.168.0.1
On Tue, 13 Jul 2021 16:41:06 -0400, Steve wrote in message
<20210713164106.41efd...@mydesk.domain.cxm>:
> Hi all,
>
> I'm trying to make my new Chimera based Refracta have a static IP
> address at 192.168.0.199/24, in order that every other computer on the
> 192.168.0.0/24 subnet can easily acce
On Tue, Jul 13, 2021 at 04:41:06PM -0400, Steve Litt wrote:
> Hi all,
>
> I'm trying to make my new Chimera based Refracta have a static IP
> address at 192.168.0.199/24, in order that every other computer on the
> 192.168.0.0/24 subnet can easily access it, and so I can put it on my
> LAN DNS.
>