Questions tagged [local]

155 questions
1
vote
1 answer

Ubuntu can only be accessed at *.local

I'm running a Ubuntu desktop OS as a Git and web server. The server is named bbtsrv03. Everything is setup perfectly, however the only way I can access this server from my local machine to get to Gitweb is to access it via bbtsrv03.local which is a…
James
  • 139
  • 1
  • 10
1
vote
2 answers

Clone remote CentOS server to local test server?

We have a dedicated server running ContOS 5.5. The server runs our Magento store and a basic php website with mysql. I have a spare rack server in my office (HP ProLiant DL360 G4) that has more than enough storage space to store a duplicate of our…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
1
vote
1 answer

Would I have a performance gain if I list entries in my hosts file to domains that are pointing to the server machine?

I must admit, I'm a software engineer and this stuff is not really one of my areas of expertise. I have a Web Application in .NET 4 which connects to various web services hosted on the same machine. We call these web services using publicly…
1
vote
4 answers

syncronise two local SVN checkouts

Quick overview of the problem. I have a website that is in SVN and checked out on 2 different servers for load balancing. It's a drupal site and everything besides the assets and files directory is checked out locally on the servers. Now on an…
plaix
  • 68
  • 3
1
vote
1 answer

Connecting to a service from outside the network

I seek to run a server on the 8000 port on my machine. My computer is part of a wireless home network which is connected to the Internet by a Linksys router. In this scenario, how would a host outside this network, somewhere in the Internet, connect…
shailend
1
vote
1 answer

domain name mapping to IP behind a router

i have a linux box that has 2 NICs, it serves as a firewall/router with red NIC connected to public static IP and green NIC to a switch, and then i have 3 servers connected to the switch that run multiple VMs with Bridged networking, so they have IP…
mayotic
  • 197
  • 1
  • 1
  • 6
1
vote
3 answers

Which user takes precedence domain controller administrator or local PC user created using user account for Windows 2003

I need to know which user takes precedence, domain administrator or local PC user created using user account for Windows 2003. Basically, what I want to know is if there is a service running using a local user account when the domain controller…
Mahesh
  • 11
  • 1
1
vote
3 answers

Windows XP security settings for particular user

I have this scenario in one machine using Windows XP. I have three user accounts - admin, user1, user2 (I used to remote the pc via logmein). I set the local security settings to prompt users to change the password every 90 days. Now, is it possible…
liza
1
vote
0 answers

Manage Windows File Share Permissions with Local Group

Here is my situation: I am a Local Administrator on a plain Windows XP machine. Due to organizational issues, people want to run a Windows file share on this machine. I thought it might be a nifty idea to add all users (domain users) which should be…
7enderhead
  • 11
  • 1
1
vote
3 answers

Forward Hostname via my router to another PC for debugging

My web service runs on for example: http://mydomain.com/mywebservice.asmx. This works great, but I have a PDA application which I want to debug it synchronising through this web service. Currently the only way I can do this is to debug the…
Markive
  • 703
  • 6
  • 7
1
vote
2 answers

How to send local mail via postfix to another server

I have postfix set up for use as an STMP server to send mail for my domain, but I receive email for the domain via gmail/google apps. The reason I use my own postfix is because I send out a lot of transactional emails to my customers using a web…
scotts
  • 237
  • 2
  • 9
1
vote
0 answers

LAPS "Not Authorized to Administer"

Problem Description: When I open up dsa.msc, navigate to my LAPS controlled OU, right click on a target system, goto Properties>LAPS>Expire Now and click "Apply" it displays the message You may not be authorized to administer LAPS related state on…
Shrout1
  • 363
  • 2
  • 7
  • 18
1
vote
0 answers

User in Administrators group has not the same rights as Administrator (Win 2022 R2) for fresh build

We've been having the issue where a domain user in the builtin\Administrators group, does not have the same access as Administrator, but only on fresh builds of server 2022. Servers that we upgraded from either 2008 or 2012 to 2022 do not have this…
Chris
  • 11
  • 1
1
vote
0 answers

Can fe80:: (IPv6 link-local) addresses communicate each other in the same host?

Let's suppose I have two network interfaces with one fe80:: address each one. 1: eth0: mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000 link/ether 9e:b5:a0:04:24:d6 brd ff:ff:ff:ff:ff:ff inet6…
phantomcraft
  • 133
  • 5
1
vote
1 answer

How to connect from Ubuntu VM on Azure to another without uploading the private key

My Topology Two Ubuntu servers, the edge which is exposed to the internet, and the core which is only connected locally. Both are on the same subnet and the core only accepts SSH from the edge server. SSH Private keys are stored on my local computer…
ViajanDee
  • 119
  • 7