Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ip_and_network [2017/09/06 19:51]
admin [Static IP Address]
ip_and_network [2019/02/17 19:21] (current)
admin [Static IP Address]
Line 18: Line 18:
 Add these lines: Add these lines:
     # Ethernet     # Ethernet
-    auto eth0 inet dhcp+    iface eth0 inet dhcp
     allow-hotplug eth0     allow-hotplug eth0
     auto eth0:1     auto eth0:1
Line 27: Line 27:
 Or:        Or:       
     # Ethernet     # Ethernet
-    auto eth0 inet dhcp 
     allow-hotplug eth0     allow-hotplug eth0
     iface eth0 inet static     iface eth0 inet static
Line 59: Line 58:
   $ ssh -XY pi@192.168.0.111   $ ssh -XY pi@192.168.0.111
 PW: raspberry\\ PW: raspberry\\
-Or install an VPN server: [[vnc|VNC]]+Or install an VNC server: [[vnc|VNC]]
  
 ---- ----