Hi all. Still not able to mount Linux Share even from home.
Here's my ifconfig:
ubuntu@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr b8:ca:3a:d3:6d:29
inet6 addr: fe80::baca:3aff:fed3:6d29/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:11146 errors:0 dropped:1 overruns:0 frame:0
TX packets:8401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14614246 (14.6 MB) TX bytes:849627 (849.6 KB)
Interrupt:20 Memory:f7e00000-f7e20000
eth1 Link encap:Ethernet HWaddr f4:b7:e2:3f:e5:78
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::f6b7:e2ff:fe3f:e578/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4963 errors:0 dropped:0 overruns:0 frame:2251
TX packets:4452 errors:30 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5164335 (5.1 MB) TX bytes:604671 (604.6 KB)
Interrupt:17
lo 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:756 errors:0 dropped:0 overruns:0 frame:0
TX packets:756 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:70683 (70.6 KB) TX bytes:70683 (70.6 KB)
ubuntu@ubuntu:~$
Bionic Add Storage -
Host IP - 192.168.0.2
Domain - WORKGROUP
folder - share
user - guest
password - I'm sure I'm typing it correctly
Error msg_The information you entered is incorrect. Please confirm your information and try again.
Here's the info prior to that:
ubuntu@ubuntu:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ia32-libs
ubuntu@ubuntu:~$ mkdir /tmp/share
ubuntu@ubuntu:~$ sudo apt-get install samba
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
tdb-tools
Suggested packages:
openbsd-inetd inet-superserver smbldap-tools ldb-tools
The following NEW packages will be installed:
samba tdb-tools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 4,130 kB of archives.
After this operation, 23.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1
Please Login or Register to see this Hidden Content
quantal/main samba i386 2:3.6.6-3ubuntu5 [4,107 kB]
Get:2
Please Login or Register to see this Hidden Content
quantal/main tdb-tools i386 1.2.10-2 [22.8 kB]
Fetched 4,130 kB in 28s (147 kB/s)
Preconfiguring packages ...
Selecting previously unselected package samba.
(Reading database ... 161209 files and directories currently installed.)
Unpacking samba (from .../samba_2%3a3.6.6-3ubuntu5_i386.deb) ...
Selecting previously unselected package tdb-tools.
Unpacking tdb-tools (from .../tdb-tools_1.2.10-2_i386.deb) ...
Processing triggers for ureadahead ...
Processing triggers for ufw ...
Processing triggers for man-db ...
Setting up samba (2:3.6.6-3ubuntu5) ...
Generating /etc/default/samba...
update-alternatives: using /usr/bin/smbstatus.samba3 to provide /usr/bin/smbstatus (smbstatus) in auto mode
smbd start/running, process 6594
nmbd start/running, process 6630
Setting up tdb-tools (1.2.10-2) ...
update-alternatives: using /usr/bin/tdbbackup.tdbtools to provide /usr/bin/tdbbackup (tdbbackup) in auto mode
Processing triggers for ureadahead ...
Processing triggers for ufw ...
ubuntu@ubuntu:~$ sudo gedit /etc/samba/smb.conf
ubuntu@ubuntu:~$ sudo useradd guest -m -G users
ubuntu@ubuntu:~$ sudo passwd guest
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$ sudo restart smbd
smbd start/running, process 6750
Please help!