View previous topic :: View next topic |
Author |
Message |
pacmac Tux's lil' helper
Joined: 25 Apr 2003 Posts: 89
|
Posted: Thu Apr 28, 2016 12:32 pm Post subject: ip changed while I was connected through ssh |
|
|
Hello,
I was connected from one OS X machine in my LAN to my Gentoo box through ssh (192.168.0.14).
While I was connected the IP changed but I didn't loose the connection.
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.18 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::8e89:a5ff:fe9a:c478 prefixlen 64 scopeid 0x20<link>
ether 8c:89:a5:9a:c4:78 txqueuelen 1000 (Ethernet)
RX packets 152088441 bytes 226642381401 (211.0 GiB)
RX errors 2 dropped 464 overruns 0 frame 2
TX packets 81144096 bytes 5694119476 (5.3 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
How could it be possible? |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Thu Apr 28, 2016 8:26 pm Post subject: |
|
|
What output do you get with `ip addr show`? |
|
Back to top |
|
|
Naib Watchman
Joined: 21 May 2004 Posts: 6069 Location: Removed by Neddy
|
Posted: Fri Apr 29, 2016 2:45 pm Post subject: |
|
|
Do you have something like mosh installed? _________________ #define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0; |
|
Back to top |
|
|
|