I can access the web interface of the NanoStations. I’ll work on getting a wireshark capture and post it here in a bit.
Latest posts made by Tony Chauncey
-
RE: Fog through Ubiquiti NanoStation M5
-
RE: Fog through Ubiquiti NanoStation M5
Thank you for your speedy response.
I should have included that information in my original post. No VLANs are involved. There is no router. They are on the same subnet. There is no firewall and the domain is the same. I don’t think it’s that kind of a problem.
Tony
-
Fog through Ubiquiti NanoStation M5
Here is my setup:
Fog 1.2.0 on Ubuntu 14.04 LTS Virtualbox VM on Windows Server 2008 physical machine. Windows 7 Enterprise images on Dell Optiplex 790s.
Here is my issue:
I’m trying to connect an existing building on one of our campuses. I’m using Ubiquiti NanoStation M5 Wireless Point to Point radios between the buildings. The nanostations work fine, except for fog. I can’t get to the fog menu to add the hosts. I have Cisco switches in the building. I enabled PortFast on the needed ports, and I can get an IP address. However, after getting an IP address, I get a 0x040ee119 error on configuration of the NIC. The issue seems to be with the NanoStations. I can image other machines throughout the district, but I tried another location where we have a NanoStation link and that location wasn’t successful, either.
Can fog work through these devices? I’m currently creating an additional storage node with multiple TFTP servers. I plan to run that server in the remote building while I’m imaging machines, but I’m not sure if that will work or not. I’d like to have it work without the additional TFTP server.
Any thoughts are appreciated in advance.
Tony
-
RE: Fatal Error: Failed to Mount File System
Ok. Thank you for your help, Uncle Frank. I fixed this issue. It wasn’t a FOG issue at all. I had changed out a switch on my network a few days ago and it was the issue. I’m not sure why it’s an issue. I changed an old 24-port Cisco switch with a new 8-port Cisco switch. I never thought the switch would be an issue so I hadn’t thought to change it back until this morning. It’s not a VLAN issue (both switches are flat). Anyway, thank you again for your help.
-
RE: Fatal Error: Failed to Mount File System
It looks like I put unmount instead of umount in these results. It did unmount fine after I used the right command.
It seems to be working, I think. Any other ideas?
-
RE: Fatal Error: Failed to Mount File System
Here is the result of the mount command (after I installed nfs-common on the client):
administrator@NagiosUbuntu:~$ sudo mkdir -p /mnt/nfstest && sudo mount -v 10.233.8.4:/images /mnt/nfstest
mount: no type was given - I’ll assume nfs because of the colon
mount.nfs: timeout set for Mon Mar 9 12:27:06 2015
mount.nfs: trying text-based options ‘vers=4,addr=10.233.8.4,clientaddr=10.233.8.5’
administrator@NagiosUbuntu:~$ sudo ls -al /mnt/nfstest
total 44
drwxrwxrwx 11 1001 root 4096 Feb 12 15:21 .
drwxr-xr-x 3 root root 4096 Mar 7 20:41 …
drwxrwxrwx 2 1001 root 4096 Jul 25 2014 Administrators22July2014
drwxrwxrwx 2 1001 root 4096 Feb 12 15:21 dev
drwxrwxrwx 2 1001 root 4096 Aug 25 2014 HS88
drwxrwxrwx 2 1001 root 4096 Jul 24 2014 HSComputerLabs
drwxrwxrwx 2 root root 4096 Feb 12 14:39 HSLT4
drwxrwxrwx 2 1001 root 4096 Sep 17 19:23 LongFellow01
-rwxrwxrwx 1 1001 root 0 Mar 6 15:17 .mntcheck
drwxrwxrwx 2 1001 root 4096 Jul 21 2014 MSLab14July2014
drwxrwxrwx 2 root root 4096 Jan 15 16:45 postdownloadscripts
drwxrwxrwx 2 1001 root 4096 Jul 25 2014 TeacherImage
administrator@NagiosUbuntu:~$ sudo unmount /mnt/nfstest
sudo: unmount: command not found -
RE: Fatal Error: Failed to Mount File System
Ok. Here is the result of the the netstat command:
administrator@FOGServer:~$ sudo netstat -antup | grep 111
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 451/rpcbind
tcp6 0 0 :::111 :::* LISTEN 451/rpcbind
tcp6 0 0 10.233.8.4:80 10.114.8.111:59260 FIN_WAIT2 -
tcp6 0 0 10.233.8.4:80 10.233.8.76:51117 FIN_WAIT2 -
udp 0 0 0.0.0.0:111 0.0.0.0:* 451/rpcbind
udp6 0 0 :::111 :::* 451/rpcbindLooks right, I think?
-
RE: Fatal Error: Failed to Mount File System
In continuing to search the web for more information on this, I keep running into things about a service named portmap. My fog server doesn’t have that service. Should it? I’m sure you can tell, but I’m certainly not a Linux/Ubuntu expert.
-
RE: Fatal Error: Failed to Mount File System
mkdir command executed fine. However, the mount command had this output:
[INDENT=1]administrator@NagiosUbuntu:~$ sudo mount -v 10.233.8.4:/images /mnt/nfstest[/INDENT]
[INDENT=1]mount: no type was given - I’ll assume nfs because of the colon[/INDENT]
[INDENT=1]mount: wrong fs type, bad option, bad superblock on 10.233.8.4:/images,[/INDENT]
[INDENT=1] missing codepage or helper program, or other error[/INDENT]
[INDENT=1] (for several filesystems (e.g. nfs, cifs) you might[/INDENT]
[INDENT=1] need a /sbin/mount.<type> helper program)[/INDENT]
[INDENT=1] In some cases useful info is found in syslog - try[/INDENT]
[INDENT=1] dmesg | tail or so[/INDENT]
I checked the nfs-common package. It’s already installed. I installed the cifs-utils package. It installed fine. I restarted the server and got the same ouptut for this command.
Thanks, Frank, for your help. Any other ideas? -
RE: Fatal Error: Failed to Mount File System
Thank you for your reply. I tried your suggestions about the nfs service to no avail. It was running and restarted fine, but no change. I also restarted the physical machine, but no luck there either. I can’t see anything setup wrong.