Re: [SOLVED] Static IP /etc/network/interfaces, but got leased by dhcp

2013-10-12 Thread Bob Proulx
Ivan Kovnatsky wrote: > Karl E. Jorgensen wrote: > > Hm. This should not be happening. > > Was it DHCP recently? (i.e. at any time since the last reboot) Because > > this sequence of events would produce what you saw: > > I have uptime: > > And I fount that dhcp was running: > > > Alternativel

Re: [SOLVED] Static IP /etc/network/interfaces, but got leased by dhcp

2013-10-10 Thread Ivan Kovnatsky
On Oct 10, 2013 at 22:53, "Karl E. Jorgensen" wrote: > Hm. This should not be happening. > > Was it DHCP recently? (i.e. at any time since the last reboot) Because > this sequence of events would produce what you saw: I have uptime: -- sevenfourk@lefrat ~ $ uptime 22:59:36 up 17 days, 22:25, 0

Re: Static IP /etc/network/interfaces, but got leased by dhcp

2013-10-10 Thread Karl E. Jorgensen
On Thu, Oct 10, 2013 at 09:45:22PM +0300, Ivan Kovnatsky wrote: > Hi Guys, > > I have static IP assignment in /etc/network/interfaces: > -- > # Wireless > auto wlan0 > iface wlan0 inet static > wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf > address 192.168.1.49 > netmas

Static IP /etc/network/interfaces, but got leased by dhcp

2013-10-10 Thread Ivan Kovnatsky
Hi Guys, I have static IP assignment in /etc/network/interfaces: -- # Wireless auto wlan0 iface wlan0 inet static wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf address 192.168.1.49 netmask 255.255.255.0 gateway 192.168.1.1 -- But somehow I could not ssh to my ho