Ubuntu Servers :: Domain Workstation Cannot SSH To Other One
Jan 11, 2011
I have a truly freakish thing happening here. First I'll start with a general map:
Workstation A (10.10.0.100) - Ubuntu 10.10 joined to mydomain.local via likewise-open
Workstation B (10.10.0.101) - Ubuntu 10.10 joined to mydomain.local via likewise-open
Workstation C (10.10.0.102) - Ubuntu 10.10 NOT joined to any domain
Server A (10.10.0.1) - Windows 2003 AD Server on mydomain.local
Server B (10.20.0.1) - Ubuntu 10.10 joined to otherdomain.remote
As you can see I've successfully installed likewise and I've been able to get SUCCESS notifications from the join. I've been able to log in locally with a domain user and use a domain user password. I've also added a special Group in AD for linuxadmins and then added that to my /etc/sudoers file so I can sudo from a Domain Account. Great right? I'm slowly replacing Windows. But there's a hitch:
I can't SSH from machine to machine! but it's still not quite that simple.
I can SSH from Workstation A to Workstation C as a Domain User.
I can SSH(Putty) from Server A to Workstation A and B as a Domain User.
I can SSH from Server B to Workstation C as an alternate Domain User.
I can't SSH from Workstation A to Workstation B as a Domain User.
I can SSH from Workstation A to Workstation B as a Local User.
I can SSH from Workstation B to Workstation A as a Local User.
I can't SSH from Workstation B to Workstation A as a Domain User.
Complicated enough for you? The simple version is that if it's joined to the domain I can't ssh into another machine that's also joined to the domain while I'm a domain user. But give me a local account and it's as if there's not problem. I tried looking through the logs to find something but wasn't about to find a "sshd" type log. Syslog was completely unhelpful as it doesn't really show anything for the time stamps of my connections. Where does one start troubleshooting this?
I thought it might be a groups thing like the sudoers file, but I don't have an ssh or sshd group. Oh and what does SSH do? What's the error it throws?
Code:
MYDOMAINdomainadmin@workstationa:/$ ssh mydomain\domainadmin@workstationB
The authenticity of host 'WorkstationB (10.10.0.101)' can't be established.
RSA key fingerprint is OB:SC:UR:ED:FR:OM:YO:UF:OR:PR:IV:AC:YR:EA:LL:Y!.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'WorkstationB,10.10.0.101' (RSA) to the list of known hosts.
Here it waits for exactly 120 seconds and then...
Code:
Connection closed by 10.10.0.101
What can I do?
View 3 Replies
ADVERTISEMENT
Dec 9, 2010
My server is running Ubuntu. I have no problem adding a windows XP to the domain. I however have a problem with windows 7 laptop. I keep getting the following error
"The user could not be added because the following error has occurred:
The trust relationship between this workstation and the primary domain failed".
View 4 Replies
View Related
May 17, 2011
I joined a Debian 6.01 in our windows domain, now I try to unjoin it, however I do not know how to unjoin.
View 2 Replies
View Related
May 18, 2010
I have this problem and the workstation is on windows 7 and the domain is on samba. My Xp computers are connecting fine just the windows 7 ones.i've even tried to do the registry edit and its not working.
View 2 Replies
View Related
Feb 16, 2011
i have registered two domain names that i want to use to connect to my ubuntu server. I was wondering how to do this i was looking at bind9 but that didn't work that great. The server is behind a router with firewall i can connect to it using the external IP address but i like to use the two domain names if that is possible.
View 3 Replies
View Related
Dec 29, 2008
point me to a URL that would teach me the concepts of how I'd join an Ubuntu workstation to a Windows domain?
View 8 Replies
View Related
May 13, 2010
The company I work for, as usual, is Microsoft-centric. I'm attempting to integrate my Ubuntu server into the domain to allow domain users to authenticate to the server and access file shares using Samba. Here's my current configuration:
[Code].....
View 9 Replies
View Related
Mar 29, 2010
I am thinking about buying a domain name and hosting my web server.
I have seen pricing from $8 to $30 a year. Any favorites from fellow ubunters? Also this whole "whois" thing scares me, if I am correct my information I enter when buying the domain is enter into some big pool of information. People can find this information out and dig up important information. url Can I prevent this with private Whois or how do I set it up? This website examples some of my fears with this whole WhoIs thing, url whois/Private-Whois.html Does most/all domain registers come with email or just email forwarding or both? How does that work? At this moment, my only question about Web Hosting is how do I get Website Statistics as in: Stats, web analytics, web traffic stats and more? I will be web hosting through Ubuntu 9.10 gnome.
View 9 Replies
View Related
Feb 16, 2010
Ubuntu Server 9.10I want to set up my dhcp server to also be my DNS server so do I skip these lines or point them at the same server that the config file is on?
View 4 Replies
View Related
Feb 18, 2010
In the office there is a local network with samba+openldap PDC. The local domain name is company.net. The company desided to create a corporate Website on a remote hosting and desided that the site's domain should be company.net which is same as local network's domain name. So now it is not possible to reach that corporate website from within the company's local network because, as I guess, bind9 which is installed on above menioned PDC looks for company.net on a local webserver. Is there a possibility to let people from this local network browse the remote site?
View 1 Replies
View Related
Mar 10, 2011
network in my lab is running NIS and NFS. one of our workstations (say, workstation A) died, so we replaced it with a new computer. A user emailed me saying that he can't login to the new workstation A. I instructed him to do:
mv ~/.ssh/known_hosts ~/.ssh/known_hosts_old
He did it, and then got back to me with the following message:
===========starting user's email=====================
Starting from my login to Workstation B, this is what I get:
% mv ~/.ssh/known_hosts ~/.ssh/known_host_old
% WORKSTATIONA
The authenticity of host 'WORKSTATIONA)' can't be established.
RSA key fingerprint is c2:b9:d9:64:b3:03:f2:bc:2d:4f:7c:4f:c7:cb:2f:b6.
[code]....
View 1 Replies
View Related
Jan 4, 2009
I am using Exceed (the hummingbird) as an X emulator on my PC, I have X11 forwarding turned on in putty, and I have the DISPLAY environment variable set to the PC IP address + , like so DISPLAY=192.168.100.11:0. When I type startx, however, the Xsession starts at the console. How can I get it to come up on the PC?
View 1 Replies
View Related
Jan 13, 2011
I have just installed Ubuntu 10.04 Server on my HP z800 workstation with intel Xeon processor.Installation is fine but monitor goes to sleep mode on boot up.
View 9 Replies
View Related
May 22, 2009
I am currently working on a Diskless Fedora10 based PXE image that should auto login and then launch the ICA client without launching the desktop (so normal autostart will not cut it)I have got the image up and running, the clients boot correctly, autologin etc, but still launch KDE, and I was hoping replace the desktop with the ICA Client.
View 1 Replies
View Related
Mar 1, 2010
I have a multifunction printer that if I scan files I can save it to a shared directory. It's asking for a domain though, which I believe it's referring to a domain controller?
I was wondering if I could just take ubuntu standard edition and install samba and if I could create a domain using Samba? Or if that's not what I want?
View 2 Replies
View Related
Apr 4, 2010
I'm just getting familiar with my new VPS. I have webmin installed. I'd like to host more than 1 website on my server and I just can't figure out how to add a new domain (addon domain) to my server.
View 1 Replies
View Related
Jun 29, 2010
what is the best way of changing DNS Domain name in ubuntu 8.10? My server has bind installed and I can configure dns by webmin. I've all the configuration files under /etc/bind/.[URL]..
View 4 Replies
View Related
Dec 28, 2010
I have the lastest version of ubuntu server up and running along with a website shopping script working perfectly. Now I need to change the url in the address bar so that it stops displaying my ip address and shows instead my choice of domain name for whatever page has been opened. I have a number of domains available and each are redirecting traffic to my home server, but the address bar url alters to my ip address whichever I use. How then do I go about this change? Obviously this is to do with dns resolving stuff which I have no experience of. Can someone put down in as few steps as possible what I need to do?
View 7 Replies
View Related
May 9, 2011
I set up a mailserver using this tutorial:[URL].. It works fine so far. I run this server for a small company with about 20 mailboxes where a address looks like that.[URL].. Now I want to set up an alias domain so that [URL].. also automatically is directed into the mailbox of "user".
View 1 Replies
View Related
Jul 25, 2011
I've setup a LAMP server at home & i'm trying to get a webserver running. I'm having trouble finding information on how to "point" my domain at my IP.
The site is up & accessible. I own the domain, but I don't know where to go from here.
I believe I need to change the dns servers on godaddy, but what to?
Is there a free service which will update my IP when it changes?
View 6 Replies
View Related
Sep 1, 2011
I am changing domain name for web, web is staying on same IP / ServerI want www.OLD.com to redirect (change address name in browser) to at the moment both point to same IP..am not sure why but this .htaccess is not working.
Code:
#Options +FollowSymLinks
RewriteEngine on
[code]....
View 1 Replies
View Related
Apr 4, 2010
I don't know if the problem is the way I create my shares on the Domain member, but here is the way I've configured my systems. My systems are home based, and though the topology may be all wrong, it's set up this way only for test purposes. I love to get things up and running.I've already had a Domain Member running under Samba 3.02xx (Centos), but I'm having problems under Ubuntu and Samba 3.40
Server call Citadel is a VMware Server. I've got 3 virutal machines on this Server, 2 Ubunt 9.10 servers, and 1 Windows XP pro. One of my virtual servers is call Winserver, a Samba PDC server using TDBSAM as it's backend. Configured and working well. I have a share that I can access.On my Windows XP, I'm a domain member, able to access my WinserverServer share "Linux Doc", but when I try to access my domain member, it keeps asking me to login.
View 2 Replies
View Related
Apr 18, 2010
I am a complete newbie at web servers, so I installed Ubuntu Server and have a LAMP set up. I have gotten dynamic DNS to link to my domain, and that seems to be working. My domain is 6py7.com. If I try to access my domain from within my home network it links me to my router's main page (192.168.2.1). I have my server set up with a static ip at 192.168.2.100 and have port forwarding set up.
Is there something I missed with the setup of this? I can only access my domain if I use a network outside of my home network, but if I am within my home network the domain name links to the router.
View 5 Replies
View Related
Apr 20, 2010
I want to make BIND9 aware of my TLD so I need to give it an A record. Then I wanted to create CNAME for ftp, mail and so on as time permits
I have webmin so I need to work from that.
my TLD is [URL]
I wanted to bolt on www, ftp for now
www is port 80, ftp port 21 etc
View 1 Replies
View Related
May 22, 2010
I have set up 10.04 server, got userdir working (/home/username/public_html) so I can access it with h ttp://myipaddress/~username. What do I need to do to get mydomain.com to point to http://myipaddress/~username?
View 9 Replies
View Related
Nov 1, 2010
I have a domain through google (enom) I have one website which I host web forums My friend has a website which he hosts the frontpage We're on two separate hosts We're trying to combine the websites together and my friend wants to utilize his hosting.Is it possible to get this one domain to work on two webservers without doing a redirect? For exmaple: have [URL] be the frontpage and [URL] be the forums
View 1 Replies
View Related
Nov 30, 2010
This is piece of my samba configuration with LDAP
Code:
workgroup = PCPR
netbios name = SERWER
server string = Samba %h PDC
My domain name is PCPR, (workgroup name is equal to the PDC's domain name, right?) but when I execute
Code:
net getlocalsid
i get
Code:
SID for domain SERWER is: S-1-5-21-3946501231-293034350-4217055208
Why SERWER, should not be PCPR?
View 4 Replies
View Related
Jan 14, 2011
how to make a local domain? I have a laptop and server in my localhost. How can I make so that when I type backup.home or something like that into chrome it points to my server? I have apache2 installed with some virtualhost and mypage.192.168.1.4(my server ip) dosent work I propably need a domain or something like that.
View 5 Replies
View Related
Feb 5, 2011
I have created a mail server using citadel that seems to be working nicely. My only problem is the only way to access the server is to go to 71.114.220.3:2000 (it's running on port 2000). I would like to be able to access the server by going to mail.annarrankings.comI'm using godaddy for my dns and set an A record as host=mail, points to =@Then set the mx server to priority=10, host=mail.annarrankings.com, points to = @
View 1 Replies
View Related
Mar 1, 2011
I am in the process of securing our web server (apache) using openssl generated certificates. Is it possible to generate a certificate for both www.example.com and example.com?
View 4 Replies
View Related