Changes

Jump to navigation Jump to search
1 byte removed ,  00:48, 3 January 2018
Line 11: Line 11:  
=== Listening sockets ===
 
=== Listening sockets ===
   −
If your server is bound to 0.0.0.0 (INADDR_ANY) then migration would "just work" there's no IP address that would mismatch. If your server is bound to some device, then you'll have to change the binding IP address. Right now this can be done by editing the [[images]], in particular, all PF_INET sockets sit in inetsk.img image and [[CRIT]] can be used to modify one.
+
If your server is bound to 0.0.0.0 (INADDR_ANY) then migration would "just work" there's no IP address that would mismatch. If your server is bound to some device, then you'll have to change the binding IP address. Right now this can be done by editing the [[images]], in particular, all PF_INET sockets sit in files.img image and [[CRIT]] can be used to modify one.
    
=== In-flight connections ===
 
=== In-flight connections ===

Navigation menu