7
[ubuntu] NSLookup returns incorrect dataview story

http://ubuntuforums.org – Hi All, I have Ubuntu server 12.04.1 64bit in a virtualbox VM using bridges networking under Mint14 following this guide to setup samba4 as an exercise of interest. (http://www.matrix44.net/cms/notes/gn...h-ubuntu-12-04) All went well until I got to the Kerberos setup section and it failed to pass the testing mentioned in the guide. (Hardware)

7
Connection closed [preauth]view story

http://serverfault.com – On a Ubuntu 12.04 server, I am getting the following pair of messages in auth.log several times a minute: Jan 17 22:04:25 binx sshd[14659]: Connection closed by 192.168.0.1 [preauth] Jan 17 22:04:25 binx sshd[14661]: Connection closed by 192.168.0.5 [preauth] Both those IP addresses belong to separate computers (192.168.0.1 is our firewall/router, 192.168.0.5 is our backup machine), and seem to (HowTos)

7
keepalived not starting and complaining about not set virtual idview story

http://serverfault.com – I installed on a ubuntu 12.10 server the keepalived package and configured it, but it complains later in the syslog, that a virtual id must be set Keep alive configuration # Define the script used to check if haproxy is still working vrrp_script chk_haproxy {     script "killall -0 haproxy"     interval 2     weight 2 }    # Configuation for the virtual interface vrrp_instance VI_1 {     stat (HowTos)

7
AWS: One VPC with multiple VPN connections to different sites. What about CIDR overlaps?view story

http://serverfault.com – So, I have an app running in a VPC, with (currently) a VPN connection to the development location. The app is accessible at, let's say, 10.0.2.25 (IP of the internal ELB, accessible only via VPN). The VPN-capable router I have (aka. (HowTos)

7
What should I check after an unauthorized access?view story

http://unix.stackexchange.com – I accidentally left an open port on my router, leaving access to one of my computers via SSH, using a rather insecure password. I noticed because I checked /var/log/auth.log and there is just one entry from the outside. There's no bash history nor anything easily noticeable. What should I check to know my computer is not compromised? (HowTos)

7
hostname issues after upgrading to systemdview story

https://bbs.archlinux.org – Before the switch to systemd, I was able to ssh between my two machines via user@hostname but now I get a "could not resolve hostname" error and have to use the IP address instead. (HowTos)

7
Ubuntu 10.04 & 12.04 sharing folder to Windows 7view story

http://askubuntu.com – Ubuntu 10.04 & 12.04 sharing folders in folder properties works (asked me to install something) sees and i can connect using my usernames and passwords. BUT from Windows 7 i can see them but cant connect. How to do that? I read about 5 ask ubuntu topics- none solves this problem. Maybe some solves it for Xp i dont know but none solves my problem. All 3 comps are on router. (HowTos)

7
ethernet problem: why gateway doesn't match?view story

http://crunchbang.org – The ethernet on this desktop has been problematic.  Itkeeps finding the wrong gateway.  I.e., it sees the router, but not the internet.Right now it is working only because my brother-in-law locked the gateway in the /etc/network/interfaces file.Here's is what he done.root@crunchbang:/home/rscheng# ifconfig eth0 Link encap:Ethernet HWaddr 00:16:ec:8d:e4:47 inet addr (HowTos)

7
How to route all Internet traffic from Windows 7 client through OpenVPN serverview story

http://serverfault.com – I'm having trouble setting up a private VPN to route all traffic from my clients through my VPS linux box in another country. I'm able to connect successfully and ping the internal IP of the VPN, but my client's Internet traffic still goes out through its local ISP (i.e. (HowTos)

7
Connection timeout for ssh serverview story

http://askubuntu.com – I'm trying to setup openssh-server, but I'm having some issues connecting. I changed the port to something non-standard (57757) and then set my router to forward to that port. On my LAN, I'm able to ssh into my machine fine using port 57757, but not able to do so on the WAN. (HowTos)