Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutValmistajien tukemat Ubuntu-tietokoneet: kannettavatietokone.fi uudet ja käytetyt sekä Lenovo-verkkokauppa
eth0 Link encap:Ethernet HWaddr 00:0D:88:63:F4:4B inet addr:88.85.143.136 Bcast:88.85.143.255 Mask:255.255.248.0 inet6 addr: fe80::20d:88ff:fe63:f44b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:209 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:20678 (20.1 KiB) TX bytes:19075 (18.6 KiB) Interrupt:10 Base address:0x7000eth0:0 Link encap:Ethernet HWaddr 00:0D:88:63:F4:4B inet addr:10.1.1.100 Bcast:10.255.255.255 Mask:255.0.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Interrupt:10 Base address:0x7000lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
Mutta silloinkin tuli sama ilmoitus.
En ole yhtään varma onko minulla staattista osoitetta. Ylempänä näkyy tiedoston sisältö, kurkkaa sitä. Mikä toi ipconfig muuten on? Ei ainakaan komento.
# This file describes the network interfaces available on your system# and how to activate them. For more information, see interfaces(5).# The loopback network interfaceauto loiface lo inet loopbackauto eth0:0iface eth0:0 inet staticaddress 10.1.1.100netmask 255.0.0.0# The primary network interfaceallow-hotplug eth0iface eth0 inet dhcp
Ainoa ongelma on vaihtuva ip osoite. (kone sammutetaan yöksi) Rekisteröidyin dyndns palveluun ja asensin sovelluksen, mutta kuinka saisin sen toimimaan? MItä pitää tehdä netti sivulla ja mitä pitää tehdä asennuksen yhteydessä?
Toinen vaihto ehto on saada staattinen ip osoite toimimaan.
sshfs --help
sshfs [user@]host:[dir] mountpoint [options]
sshfs serveri@192.168.0.1:/home/serveri /media/ssh -o fsname=ruttu -o allow_other -o cache=no
sudo mkdir /media/ssh