Questions tagged [local]
155 questions
1
vote
0 answers
creating a local nginx subdomain for laravel
I currently have a working reverse proxy to a local domain: https://domain.test with an entry in
/etc/hosts
127.0.0.1 domain.test
https://domain.test goes to an spa website while https://domain.test/api goes to a laravel to handle all api calls.
I…

gmhafiz
- 11
- 2
1
vote
2 answers
Postfix - How to enable SMTP authentication on local delivery
I have an email server running Postfix. Everything is working fine,
However, recently, some internal emails received emails from their own addresses with phishing content.
After finding out, I learned that Postfix can send internal emails using…

Vu Hoang Long
- 11
- 2
1
vote
1 answer
Postfix & Dovecot: mail shows up in sent but nothing in inbox
My probelm in short:
I Have a local mail server (postfix and dovecot and using self-assigned SSL, openssl) on ubuntu server 18.04, i can login from another pc in same network fine (only get warning about self-assigned ssl).
But when i try to send an…

Ve3lst
- 13
- 4
0
votes
1 answer
How to get loadbalancer reach instance's local service at 8080, AWS
A very green networking person here; working in the AWS environment, and have the following:
EC2 instance up and running; I
AWS Classic loadbalancer (I guess ELB) up and running; LB
LB includes I
LB and I are in the same security group, that allows…

Lars Andren
- 101
- 5
0
votes
1 answer
Windows IAM without granting admin access
I have an IAM team that needs to be able to create local administrator accounts but the customer doesn't want to grant that team Administrator access to the this team. Is there any way to create administrative users while restricting access to only…
0
votes
1 answer
local admin account management on a Windows AD domain
In a Windows AD domain how do you manage local admin accounts ? What I found out:
Every computer has an Administrator account (SID S-1-5-domain-500, display name Administrator). The Administrator account is the first account that is created during…

cyzczy
- 149
- 1
- 10
0
votes
1 answer
LocalForwarding on a SSH connection from my desktop client to a CHROOTED user in an LXD container
I currently have a proxified web host setup for local development, yet I'm trying to make it a proper (documented) setup so I can deploy it on practically any VPS hosting.
Currently everything else but the chrooted user setup is working.
Apache…

Elias
- 1
- 2
0
votes
3 answers
Cannot receive local mail with postfix
I'm trying to send mail to root@localhost but no matter what I try it doesn't work. I always get DNS lookup errors:
Dec 20 10:08:56 HD-T2597CL sendmail[4408]: nBKF8uEu004408: from=root@Server1, size=451, class=0, nrcpts=1,…

aardbol
- 1,473
- 4
- 17
- 26
0
votes
2 answers
Netgear FVS318g Problem Resolving Local Connections by Name
Does anyone know if this router perfoms local dns caching for the DHCP connections it dishes out locally? I cannot seem to access any hosts connected to it by name, although the connected hosts are definitely listed by name on the router status…
Nicholas
0
votes
1 answer
is Xampp enough For a School Local Web Server?
So Guys I'm trying to build a website for my school but can be access with no internet cause i will be running it on a virtual host using xampp so if students connect to the router where i run my web server ( Xampp virtual Host ) They can connect…

Cedrick
- 1
0
votes
2 answers
router's ip on subnet1 conflicts with identical host ip on subnet2
i'm trying to setup a linux machine as router for the following subnets:
+--------------------------------------------+ host3
| router | …

Tomer
- 13
- 7
0
votes
1 answer
Windows Server 2012 to add Domain Controller role / local accounts
I have Windows Server 2012 joined into domain, I am going to migrate it to become also Domain Controller for my domain that will have Remote Desktop services.
What would happen with local users that were created on these machine? Would these be…

marek
- 3
- 1
0
votes
1 answer
Any reason to use ".0" tld?
We have some servers, which are currently only accessible from our internal network. They are named "redmine.0" and so on, and our internal DNS server resolves the IP addresses.
But I wonder if there is any reason at all to use a ".0" tld instead of…

GxB
- 431
- 1
- 4
- 9
0
votes
1 answer
Configure ldap client to not search local system accounts in ldap server
We've an ldap server and clients configured to authenticate users against it. Everything is working fine apart that I saw in the ldap server logs that says that the clients also contact the ldap server to authenticate users as root, apache etc, how…

keegita gina
- 11
- 4
0
votes
4 answers
Wildcard *.local hosts to apache on OS X
I would like to route all my *.local or *.dev domains to a specific IP, either the IP of my Ubuntu VM or localhost. Is this possible? Can I use the /etc/hosts file?
I am running Mac OS X Snow Leopard with Ubuntu Hardy Heron LTS - JeOS on VMware…

joelpittet
- 103
- 1
- 4