Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Marc SCHAEFER
Hello, On Sat, Jul 06, 2024 at 12:49:32PM +0200, Detlef Vollmann wrote: > The only thing that's always annoying is that too many programs > believe they have to overwrite /etc/resolv.conf... chattr +i # immutable still works :)

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Michel Verdier
On 2024-07-06, George at Clug wrote: >> What I really need is a good book >> or document that explains the design >> and implementation of networking with systemd and Network Manager on >> modern Debian GNU/Linux systems.  Recommendations? > > Sadly I have not found any documentation (or books)

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Greg Wooledge
On Fri, Jul 05, 2024 at 21:51:09 -0700, David Christensen wrote: > What I really need is a good book or document that explains the design and > implementation of networking with systemd and Network Manager on modern > Debian GNU/Linux systems. Recommendations? The main thing to understand is

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Detlef Vollmann
On 7/6/24 06:51, David Christensen wrote: The underlying issue appears to be that my old-school Linux console network administration skills have been rendered obsolete by systemd and NetworkManager. I don't think that these skills are obsolete. I still use /etc/network/interfaces for

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Detlef Vollmann
On 7/6/24 06:37, jeremy ardley wrote: As I said in my earlier post, it's not necessary to disable dhcpd and in fact it is likely undesirable. Note that the warning in the wiki talks about dhcpcd, not about dhcpd. Though as a pointed out before, your machine very likely will have

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread Detlef Vollmann
with DHCP and a development LAN with a static IP address. So disabling DHCP may cause additional problems and will solve none. Detlef

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread George at Clug
twork as my other PCs, servers, etc. Bridges are not necessary when all VMs are test VMs in their own private network running in the same Hypervisor. Some times I have  set up a route from my PCs' own network to the Hypervisor's provided network for its VMs. /etc/hosts   /etc/resolv.conf  (

Re: Debian 11 and IPv4 static IP address

2024-07-06 Thread jeremy ardley
, this tutorial to configure it nmtui is good. NetworkManager supports static IP addresses and you can configure them in nmtui. https://www.tecmint.com/nmtui-configure-network-connection/ Remember if you use NetworkManager you have to remove your static entries in /etc/network/interfaces

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread David Christensen
On 7/5/24 19:06, Max Nikulin wrote: On 7/5/24 21:14, George at Clug wrote: Thank you for your replies. The underlying issue appears to be that my old-school Linux console network administration skills have been rendered obsolete by systemd and NetworkManager. I typically install Xfce

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread jeremy ardley
On 6/7/24 09:16, David Christensen wrote: I can find no statement in The Debian Administrator's Handbook regarding disabling DHCP when using a static IP: https://www.debian.org/doc/manuals/debian-handbook/sect.network-config.en.html#sect.interface-ethernet As I said in my earlier post

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread George at Clug
David, How are your efforts toward setting a static IP address going? Have you succeeded. I set up a lot of test servers (for fun and no profit), and hence work with Hypervisors (KVM more than Virtual Box), and have some experience in this area. But at this point I am not sure if you need

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread Max Nikulin
On 06/07/2024 08:16, David Christensen wrote: I can find no statement in The Debian Administrator's Handbook regarding disabling DHCP when using a static IP: [...] https://wiki.debian.org/NetworkConfiguration?action=info The following sentence: "Make sure to disable all DHCP services

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread David Christensen
On 7/4/24 21:08, Felix Miata wrote: On 7/4/24 21:10, jeremy ardley wrote: On 7/5/24 11:44, Franco Martelli wrote: Thank you all for the replies. I can find no statement in The Debian Administrator's Handbook regarding disabling DHCP when using a static IP: https://www.debian.org/doc

Re: Debian 11 and IPv4 static IP address

2024-07-05 Thread Franco Martelli
On 05/07/24 at 04:06, David Christensen wrote: The VM currently has a DHCP address.  I would like to set a static IPv4 address.  The Debian wiki tells me to edit /etc/network/interfaces and provides some example settings that I believe I can adapt to my use-case: ... What is the correct

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread jeremy ardley
nages" /etc/resolv.conf, and create a regular file of your own design. I don't use VMs, but I did several hours ago instruct several hours ago using systemd-network to setup static IP service for a *buntu user who couldn't get netplan sorted: There seems to be some misunderstanding he

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread jeremy ardley
a regular file of your own design. I don't use VMs, but I did several hours ago instruct several hours ago using systemd-network to setup static IP service for a *buntu user who couldn't get netplan sorted: There seems to be some misunderstanding here. dhcpd services for a vm are provided b

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread jeremy ardley
On 5/7/24 10:06, David Christensen wrote: The Debian wiki also says: "Make sure to disable all DHCP services, e.g. dhcpcd." What is the correct method to "disable all DHCP services"? The instruction is not necessary. It doesn't matter if there is a dhcp server anywhere if the client -

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread Felix Miata
d if it's not just a symlink to something in the /run/ tree. /etc/resolv.d/ might be another place to look. I've been using systemd-network so long I don't remember the hodgepodge of old ways to "manage" this file that normally needs no management with static IP usage. NetworkMangler is

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread David Christensen
; /etc/resolv.conf, How do I determine what manages /etc/resolv.conf? and create a regular file of your own design. I don't use VMs, but I did several hours ago instruct several hours ago using systemd-network to setup static IP service for a *buntu user who couldn't get netplan sorted: &

Re: Debian 11 and IPv4 static IP address

2024-07-04 Thread Felix Miata
ever owns the unit(s): systemctl list-unit-files | egrep 'net|dhcp' Do the same with whatever "manages" /etc/resolv.conf, and create a regular file of your own design. I don't use VMs, but I did several hours ago instruct several hours ago using systemd-network to setup static IP

Debian 11 and IPv4 static IP address

2024-07-04 Thread David Christensen
debian-user: I have built a VirtualBox virtual machine and installed Debian 11 with SSH server and standard system utilities only. I plan to use the VM to run the UniFi Network Controller to manage the UniFi equipment on my SOHO LAN: root@unifi:~# cat /etc/debian_version ; uname -a 11.10

Re: Server Static IP and At's BGW210

2023-01-20 Thread Tom Browder
On Fri, Jan 20, 2023 at 05:39 Tom Browder wrote: BTW, I just found this link from a guy I recently found on Youtube who seems to know his stuff: > https://christitus.com/secure-web-server/ -Tom

Re: Server Static IP and At's BGW210

2023-01-20 Thread Tom Browder
On Thu, Jan 19, 2023 at 19:58 David Christensen wrote: … If your AT U-verse residential gateway is anything like mine (Pace > 5268AC FXN), it will have a web server/ control panel accessed … Yes, mine router is similar I own and recommend "Networking for System Administrators" by Lucas: > >

Re: Server Static IP and At's BGW210

2023-01-19 Thread David Christensen
On 1/19/23 13:15, Tom Browder wrote: I am trying to use my new public static IP for my Debian PC which is ready for it security-wise (thanks to advice from this ML; note I will initially allow access only via ssh from the IP address of one of my remote hosts). I know how to turn on public

Re: Server Static IP and At's BGW210

2023-01-19 Thread gene heskett
On 1/19/23 17:08, john doe wrote: On 1/19/23 22:15, Tom Browder wrote: I am trying to use my new public static IP for my Debian PC which is ready for it security-wise (thanks to advice from this ML; note I will initially allow access only via ssh from the IP address of one of my remote hosts

Re: Server Static IP and At's BGW210

2023-01-19 Thread Brian
On Thu 19 Jan 2023 at 15:15:28 -0600, Tom Browder wrote: > I am trying to use my new public static IP for my Debian PC which is ready > for it security-wise (thanks to advice from this ML; note I will initially > allow access only via ssh from the IP address of one of my remote hosts

Re: Server Static IP and At's BGW210

2023-01-19 Thread john doe
On 1/19/23 22:15, Tom Browder wrote: I am trying to use my new public static IP for my Debian PC which is ready for it security-wise (thanks to advice from this ML; note I will initially allow access only via ssh from the IP address of one of my remote hosts). -Tom If I may, use bridge mode

Server Static IP and At's BGW210

2023-01-19 Thread Tom Browder
I am trying to use my new public static IP for my Debian PC which is ready for it security-wise (thanks to advice from this ML; note I will initially allow access only via ssh from the IP address of one of my remote hosts). I know how to turn on public access in their router, but it's not clear

Re: printer with static ip address inaccessible from lan

2018-03-02 Thread Thomas George
OK and thanks. I will do that On 03/02/2018 05:16 AM, Curt wrote: On 2018-03-02, Thomas George wrote: I think this should work. For the present I have moved on to other tasks. The printer has a usb connection to the pc so I can print as needed. Others on the lan cannot

Re: printer with static ip address inaccessible from lan

2018-03-02 Thread Curt
On 2018-03-02, Thomas George wrote: > I think this should work. For the present I have moved on to other > tasks. The printer has a usb connection to the pc so I can print as > needed. Others on the lan cannot use the printer. > > You could share the usb-connected printer

Re: printer with static ip address inaccessible from lan

2018-03-01 Thread john doe
On 3/2/2018 2:03 AM, Thomas George wrote: I think this should work. For the present I have moved on to other tasks. The printer has a usb connection to the pc so I can print as needed. Others on the lan cannot use the printer. you can share the printer using cups. The other on the LAN would

Re: printer with static ip address inaccessible from lan

2018-03-01 Thread Thomas George
wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router using 192.168.2.x addresses. The printer is now inaccessible from the lan. Cups

Re: printer with static ip address inaccessible from lan

2018-03-01 Thread Bernd Gruber
-configuration of your PC, and connect to the router. Bernd Thomas George wrote: > The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 > years ago to work on a lan using 192.168.1.x addresses. Last week the > lan's router failed and was replaced with a Netgear r6700 rou

Re: printer with static ip address inaccessible from lan

2018-02-28 Thread Thomas George
On 02/28/2018 07:34 AM, Dan Purgert wrote: Curt wrote: On 2018-02-28, Dan Purgert wrote: Thomas George wrote: The printer has no physical control panel. I can only change the settings if I can reach it through its IP address. Many printers will print a "self-test" or

Re: printer with static ip address inaccessible from lan

2018-02-28 Thread Dan Purgert
Curt wrote: > On 2018-02-28, Dan Purgert wrote: >> Thomas George wrote: >>> The printer has no physical control panel. I can only change the >>> settings if I can reach it through its IP address. >> >> Many printers will print a "self-test" or "configuration" page when >> holding

Re: printer with static ip address inaccessible from lan

2018-02-28 Thread Curt
On 2018-02-28, Dan Purgert wrote: > Thomas George wrote: >> The printer has no physical control panel. I can only change the >> settings if I can reach it through its IP address. > > Many printers will print a "self-test" or "configuration" page when > holding the "online" button

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread john doe
On 2/28/2018 1:37 AM, Thomas George wrote: On 02/27/2018 01:24 PM, john doe wrote: On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Dan Purgert
Thomas George wrote: > The printer has no physical control panel. I can only change the > settings if I can reach it through its IP address. Many printers will print a "self-test" or "configuration" page when holding the "online" button for 5-10 seconds. -- |_|O|_| Registered Linux user

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
On 02/27/2018 08:04 PM, Gene Heskett wrote: On Tuesday 27 February 2018 16:21:59 Thomas George wrote: I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 20:04:34 Gene Heskett wrote: > On Tuesday 27 February 2018 16:21:59 Thomas George wrote: > > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > > > and the response was "failed to create listening socket for port 53: > > Address already in use." Tried

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Gene Heskett
On Tuesday 27 February 2018 16:21:59 Thomas George wrote: > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > and the response was "failed to create listening socket for port 53: > Address already in use." Tried several other final two digits with the > same result. I even tried

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
On 02/27/2018 01:24 PM, john doe wrote: On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Greg Wooledge
On Tue, Feb 27, 2018 at 04:21:59PM -0500, Thomas George wrote: > I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 > > and the response was "failed to create listening socket for port 53: Address > already in use." That means you've already got something else listening on the DNS

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Doug
On 02/27/2018 04:21 PM, Thomas George wrote: I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two digits with the same result. I even tried 192.168.1.139, the

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
I tried dnsmasq --dhcp-host=00:15:99:86:11:1F,CLP,192.168.2.13 and the response was "failed to create listening socket for port 53: Address already in use." Tried several other final two digits with the same result. I even tried 192.168.1.139, the address the printer prints out on its Network

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Marc Auslander
I don't think you can talk to a 192.168.1.xxx ip address from a machine that thinks it's on a 192.168.2/24 network - you machine will just try to route the traffic through your router. I might try to change the netmask on the router to 255.255.0.0 which would put the 192.168.1.xxx into your

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread Reco
Hi. On Tue, Feb 27, 2018 at 01:07:17PM -0500, Thomas George wrote: > apt-cache search dhcpd finds udhcpd. My pc's system is Debian Stretch. There > is a file /etc/dhcp/dhclient.conf but no file /etc/dhcpd. There's something wrong with your repository selection. What you probably need is

Re: printer with static ip address inaccessible from lan

2018-02-27 Thread john doe
On 2/27/2018 7:07 PM, Thomas George wrote: The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router using 192.168.2.x addresses. The printer

printer with static ip address inaccessible from lan

2018-02-27 Thread Thomas George
The Samsung CLP-320 printer's static ip 192.168.1.139 was set about 10 years ago to work on a lan using 192.168.1.x addresses. Last week the lan's router failed and was replaced with a Netgear r6700 router using 192.168.2.x addresses. The printer is now inaccessible from the lan. Cups

Debian 9 static IP [Failed:] messages at boot?

2017-09-11 Thread John Conover
I assigned a static IP via XFce: Menu->Settings->Network Connections->->Wired->Wired connection 1 1->Edit->IPv4 Settings Method: Manuel These settings work, but early in boot, the following messages is issued: Failed to start Raise network interfaces. I

Re: Static IP not working ("connmand" problem)?

2017-08-22 Thread Sven Hartge
Steffen Dettmer <steffen.dett...@gmail.com> wrote: > On Sun, Aug 20, 2017 at 8:09 PM, Sven Hartge <s...@svenhartge.de> wrote: >>> How to configure static IP? network/interfaces as in [1] seem not to >>> work because of a "connmand". >> &g

Re: Static IP not working ("connmand" problem)?

2017-08-22 Thread Steffen Dettmer
Hi, On Sun, Aug 20, 2017 at 8:09 PM, Sven Hartge <s...@svenhartge.de> wrote: >> How to configure static IP? network/interfaces as in [1] seem not to >> work because of a "connmand". > > connmand? The package "connman" is not contained in the default &

Re: Static IP not working ("connmand" problem)?

2017-08-20 Thread Steffen Dettmer
On Sun, Aug 20, 2017 at 8:09 PM, Sven Hartge <s...@svenhartge.de> wrote: >> How to configure static IP? network/interfaces as in [1] seem not to >> work because of a "connmand". > > connmand? The package "connman" is not contained in the default >

Re: Static IP not working ("connmand" problem)?

2017-08-20 Thread Glenn English
On Sun, Aug 20, 2017 at 5:55 PM, Steffen Dettmer safe for DHCP failures). > [1] > https://wiki.debian.org/NetworkConfiguration#Configuring_the_interface_manually > [2] /etc/network/interfaces: > allow-hotplug eth0 > iface eth0 inet static > address 192.168.9.24 > netmask 255.255.255.0 >

Re: Static IP not working ("connmand" problem)?

2017-08-20 Thread Sven Hartge
Steffen Dettmer <steffen.dett...@gmail.com> wrote: > How to configure static IP? network/interfaces as in [1] seem not to > work because of a "connmand". connmand? The package "connman" is not contained in the default installation of Debian. > What is "

Static IP not working ("connmand" problem)?

2017-08-20 Thread Steffen Dettmer
Hi, in short: How to configure static IP? network/interfaces as in [1] seem not to work because of a "connmand". in detail: I had a failure of my DHCP server and was unable to connect to my statically configured Debian 8 server. Or at least I intended to configure static IP. The set

Re: moving wireless to static IP address (SOLVED)

2016-06-15 Thread Haines Brown
On Mon, Jun 13, 2016 at 05:24:45AM -0400, Haines Brown wrote: > To avoid booting delay while DHCP tries to get an IP address, I decided > to use a static address for the wlan0 interface. > > I tried this: > > auto wlan0 > iface wlan0 inet static > address 192.168.1.124 > gateway 192.168.1.1

moving wireless to static IP address

2016-06-13 Thread Haines Brown
machines and disks. The wicd Preferences I also set up for static IP address. However, the check box before the Key field is not checked, for apparently it wasn't necessary. Haines Brown

Re: change hostname & static IP & ???

2016-04-13 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Apr 12, 2016 at 05:28:14PM -0400, ken wrote: > On 04/12/2016 03:27 AM, to...@tuxteam.de wrote: [Dave already gave pretty insightful answers] > >Also, your new host will have the same ssh host private key. This > >might or might not annoy

Re: change hostname & static IP & ???

2016-04-12 Thread David Wright
On Tue 12 Apr 2016 at 17:28:14 (-0400), ken wrote: > On 04/12/2016 03:27 AM, to...@tuxteam.de wrote: > >On Mon, Apr 11, 2016 at 08:31:16PM -0500, David Wright wrote: > >>On Mon 11 Apr 2016 at 19:02:45 (-0400), ken wrote: > >>>This is on Wheezy for a Raspberry Pi. > >>> > >>>Using dd, I copied the

Re: Clone SD card for new system <- Re: change hostname & static IP & ???

2016-04-12 Thread David Wright
> >>configured) system onto another SD card. I want to use this second > >>card for another system, so need to change the hostname and (static) > >>IP address. Yesterday I grepped the whole system for one and then > >>the other and where I found either, I made ap

Re: change hostname & static IP & ???

2016-04-12 Thread ken
might end up in your initramfs, namely those needed in early boot (e.g. things needed to bring up the root file system). The static IP address might be needed if you have your root on NFS, for example. Or the /etc/crypttab, if you're running with encrypted root (I don't think so, but I lost myself some

Clone SD card for new system <- Re: change hostname & static IP & ???

2016-04-12 Thread ken
to change the hostname and (static) IP address. Yesterday I grepped the whole system for one and then the other and where I found either, I made appropriate changes (i.e., previous hostname to new hostname, previous IP address to new IP address). I also zeroed out all text-based files in /var/log

Re: [Raspbian-devel] change hostname & static IP & ???

2016-04-12 Thread Stian Skjelstad
gt; Using dd, I copied the SD card for one (nicely working and configured) > system onto another SD card. I want to use this second card for another > system, so need to change the hostname and (static) IP address. Yesterday > I grepped the whole system for one and then the other and w

Re: change hostname & static IP & ???

2016-04-12 Thread tomas
MAC address > (in case you've told them to any of your other machines). Another thing to look out for: Bits and pieces of your /etc might end up in your initramfs, namely those needed in early boot (e.g. things needed to bring up the root file system). The static IP address might be needed

Re: change hostname & static IP & ???

2016-04-11 Thread David Wright
On Mon 11 Apr 2016 at 19:02:45 (-0400), ken wrote: > This is on Wheezy for a Raspberry Pi. > > Using dd, I copied the SD card for one (nicely working and > configured) system onto another SD card. I want to use this second > card for another system, so need to change the hostn

change hostname & static IP & ???

2016-04-11 Thread ken
This is on Wheezy for a Raspberry Pi. Using dd, I copied the SD card for one (nicely working and configured) system onto another SD card. I want to use this second card for another system, so need to change the hostname and (static) IP address. Yesterday I grepped the whole system for one

Re: Live CD - boot option for static IP?

2016-04-04 Thread Richard Owlett
On 4/3/2016 6:42 PM, Ulf Volmer wrote: On 04/03/2016 07:16 PM, Richard Owlett wrote: On 4/3/2016 11:02 AM, Ulf Volmer wrote: http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grmlcheatcodes.txt;hb=HEAD I clicked on that link and recived a 404 error message.

Re: Live CD - boot option for static IP?

2016-04-03 Thread Ulf Volmer
On 04/03/2016 07:16 PM, Richard Owlett wrote: On 4/3/2016 11:02 AM, Ulf Volmer wrote: http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grmlcheatcodes.txt;hb=HEAD > I clicked on that link and recived a 404 error message. http://grml.org/cheatcodes best regards Ulf

Re: Live CD - boot option for static IP?

2016-04-03 Thread Brian
On Sun 03 Apr 2016 at 10:46:23 +0100, Ron Leach wrote: > Is there a 'boot option' that I can add to the Live CD boot command line > that will let me set a static IP? It would appear not. Bug #785345 is possibly relevant: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=

Re: Live CD - boot option for static IP?

2016-04-03 Thread Richard Owlett
On 4/3/2016 11:02 AM, Ulf Volmer wrote: On 04/03/2016 11:46 AM, Ron Leach wrote: Is there a way to set a static IP at the boot dialog when starting from a Live CD? I recomdend grml (grml.org) Thank you. grml may solve a problem totally unrelated to this thread. Will have to do reading

Re: Live CD - boot option for static IP?

2016-04-03 Thread Ulf Volmer
On 04/03/2016 11:46 AM, Ron Leach wrote: Is there a way to set a static IP at the boot dialog when starting from a Live CD? I recomdend grml (grml.org) there are a lot of boot options for your purpose, see http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML

Re: Live CD - boot option for static IP?

2016-04-03 Thread Martin Smith
On 03/04/2016 10:46, Ron Leach wrote: List, good morning, Is there a way to set a static IP at the boot dialog when starting from a Live CD? I've got a Wheezy server that is a bit broken and I'm trying to run a Wheezy live CD so that I can see what's gone wrong. The Live CD starts

Live CD - boot option for static IP?

2016-04-03 Thread Ron Leach
List, good morning, Is there a way to set a static IP at the boot dialog when starting from a Live CD? I've got a Wheezy server that is a bit broken and I'm trying to run a Wheezy live CD so that I can see what's gone wrong. The Live CD starts perfectly, so the machine will boot

Re: WPA supplicant configured with static IP inside /etc/network/interfaces invokes dhcpcd

2016-03-12 Thread Pascal Hambourg
supersonicsnow a écrit : > > *I expect that dhcpcd should not be involved at all with**my STATIC > wlan0, is that correct?* IIUC, not any more if you have dhcpcd5 (the only version available in the current stable Jessie). It is an autonomous daemon which detects when an interface is up and

Re: WPA supplicant configured with static IP inside /etc/network/interfaces invokes dhcpcd

2016-03-12 Thread deloptes
supersonicsnow wrote: > *I expect that dhcpcd should not be involved at all with**my STATIC > wlan0, is that correct?* > 1. Can you please confirm this behavior is a bug. > 2. Do you know what package is responsible for the faulty behavior? My > best guess would be: ifupdown? you might have some

WPA supplicant configured with static IP inside /etc/network/interfaces invokes dhcpcd

2016-03-12 Thread supersonicsnow
8.8.4.4 *Alright, but I still need to connect to a network. So I add this stuff underneath:* wpa-scan-ssid 1 wpa-ap-scan 1 wpa-key-mgmt WPA-PSK wpa-proto RSN WPA wpa-pairwise CCMP TKIP wpa-group CCMP TKIP wpa-ssid "blah" wpa-psk blahblah *I get a static IP on the network and connect su

Re: what is the static ip address I assigned to eth0?

2015-08-30 Thread David Wright
Quoting Reco (recovery...@gmail.com): On Fri, 28 Aug 2015 14:35:09 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 14:45:32 +0300, Reco wrote: On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On

Re: what is the static ip address I assigned to eth0?

2015-08-29 Thread David Wright
Quoting Brian (a...@cityscape.co.uk): On Fri 28 Aug 2015 at 14:45:32 +0300, Reco wrote: On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On 2015-08-28, David Wright deb...@lionunicorn.co.uk wrote: $ host

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Reco
Hi. On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On 2015-08-28, David Wright deb...@lionunicorn.co.uk wrote: $ host localhost Host localhost not found: 3(NXDOMAIN) $ ping localhost PING localhost

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Curt
On 2015-08-28, David Wright deb...@lionunicorn.co.uk wrote: $ host localhost Host localhost not found: 3(NXDOMAIN) $ ping localhost PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.032 ms curty@einstein:~$ host localhost

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Brian
On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On 2015-08-28, David Wright deb...@lionunicorn.co.uk wrote: $ host localhost Host localhost not found: 3(NXDOMAIN) $ ping localhost PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_req=1

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Brian
On Fri 28 Aug 2015 at 14:45:32 +0300, Reco wrote: Hi. On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On 2015-08-28, David Wright deb...@lionunicorn.co.uk wrote: $ host localhost Host localhost not

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Reco
Hi. On Fri, 28 Aug 2015 14:35:09 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 14:45:32 +0300, Reco wrote: Hi. On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 10:01:59 +, Curt wrote: On 2015-08-28, David

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Brian
On Fri 28 Aug 2015 at 17:00:59 +0300, Reco wrote: Hi. On Fri, 28 Aug 2015 14:35:09 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug 2015 at 14:45:32 +0300, Reco wrote: Hi. On Fri, 28 Aug 2015 12:09:08 +0100 Brian a...@cityscape.co.uk wrote: On Fri 28 Aug

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Curt
On 2015-08-28, Brian a...@cityscape.co.uk wrote: I think I'll leave this topic at this point before I get in over my head, but the implication here is that a resolver not giving 127.0.0.1 for localhost is broken in some way. So I'm not broken somehow.

Re: what is the static ip address I assigned to eth0?

2015-08-28 Thread Brian
On Fri 28 Aug 2015 at 16:13:34 +, Curt wrote: On 2015-08-28, Brian a...@cityscape.co.uk wrote: I think I'll leave this topic at this point before I get in over my head, but the implication here is that a resolver not giving 127.0.0.1 for localhost is broken in some way. So I'm

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Gene Heskett
On Thursday 27 August 2015 06:02:13 Renaud OLGIATI wrote: On Thu, 27 Aug 2015 04:22:11 -0400 Gene Heskett ghesk...@wdtv.com wrote: Months ago I installed Jessie + xfce on a laptop and assigned a static ip address to eth0. Now I have forgotten the ip address and need to know

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread David Wright
Quoting Elimar Riesebieter (riese...@lxtec.de): * rlhar...@oplink.net rlhar...@oplink.net [2015-08-27 02:09 -0500]: [...] How can I determine the address without reinstalling? $ host $(hostname) $ host junk Host junk not found: 3(NXDOMAIN) $ ... whether junk is localhost, another PC

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread David Wright
Quoting Hans (hans.ullr...@loop.de): Am Donnerstag, 27. August 2015, 12:19:23 schrieb Thomas Schmitt: Hi, I understood the question of the op in that way, that he wants to give a new ip-address without installing new. The answer: You can edit /etc/network/interfaces , after this do

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Elimar Riesebieter
* David Wright deb...@lionunicorn.co.uk [2015-08-27 13:29 -0500]: Quoting Elimar Riesebieter (riese...@lxtec.de): * rlhar...@oplink.net rlhar...@oplink.net [2015-08-27 02:09 -0500]: [...] How can I determine the address without reinstalling? $ host $(hostname) $ host junk

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread David Wright
Quoting Elimar Riesebieter (riese...@lxtec.de): * David Wright deb...@lionunicorn.co.uk [2015-08-27 13:29 -0500]: Quoting Elimar Riesebieter (riese...@lxtec.de): * rlhar...@oplink.net rlhar...@oplink.net [2015-08-27 02:09 -0500]: [...] How can I determine the address

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Elimar Riesebieter
* rlhar...@oplink.net rlhar...@oplink.net [2015-08-27 02:09 -0500]: [...] How can I determine the address without reinstalling? $ host $(hostname) Elimar -- .~. /V\ L I N U X /( )\ Phear the Penguin ^^-^^

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Ron
On Thu, 27 Aug 2015 04:22:11 -0400 Gene Heskett ghesk...@wdtv.com wrote: Months ago I installed Jessie + xfce on a laptop and assigned a static ip address to eth0. Now I have forgotten the ip address and need to know it before I plug it into my local network. The address is not in /etc

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Thomas Schmitt
Hi, rlhar...@oplink.net wrote: The solution: ifconfig Renaud (Ron) OLGIATI wrote: Or, as root, run Or as normal user: /sbin/ifconfig It's only a matter of shell PATH, not of permissions. Now why does my eth0 have so many inet6

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Hans
Am Donnerstag, 27. August 2015, 12:19:23 schrieb Thomas Schmitt: Hi, I understood the question of the op in that way, that he wants to give a new ip-address without installing new. The answer: You can edit /etc/network/interfaces , after this do /etc/init.d/networking restart. If you are

Re: [solved] Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Jörg-Volker Peetz
Have a look at https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_iproute2_commands as well as the whole chapter 5 of the Debian manual. The modern way to control the IP-address is $ ip addr -- Regards, jvp.

[solved] Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread rlharris
On Thu, August 27, 2015 2:09 am, rlhar...@oplink.net wrote: Months ago I installed Jessie + xfce on a laptop and assigned a static ip address to eth0. Now I have forgotten the ip address and need to know it before I plug it into my local network. The address is not in /etc/hosts

what is the static ip address I assigned to eth0?

2015-08-27 Thread rlharris
Months ago I installed Jessie + xfce on a laptop and assigned a static ip address to eth0. Now I have forgotten the ip address and need to know it before I plug it into my local network. The address is not in /etc/hosts, and there is no Network Manager Applet in the panel. How can I determine

Re: what is the static ip address I assigned to eth0?

2015-08-27 Thread Gene Heskett
On Thursday 27 August 2015 03:09:32 rlhar...@oplink.net wrote: Months ago I installed Jessie + xfce on a laptop and assigned a static ip address to eth0. Now I have forgotten the ip address and need to know it before I plug it into my local network. The address is not in /etc/hosts

  1   2   3   4   >