Questions tagged [local]
155 questions
0
votes
1 answer
How to restrict users switching from su command
How can I restrict users switching by su command?
Suppose there are 3 users (root,user1 and user2) only root and user1 can switch by using su command. root or user1 should not be able to switch to user2 by using su command.
root@instance# su - user1…
0
votes
0 answers
allow ssh AD authentication while keeping few local users
Need to use AD for user authentication in Linux servers, while keeping only a limited (1-2) local users.
AD authentication is done through the Kerberos. pam.d file configuration as follows
cat /etc/pam.d/password-auth-ssh
#%PAM-1.0
# This file is…
0
votes
0 answers
Server over vpn in local network
In need to integrate a server which stands in a datacenter into a local network.The server should only be accessed over the local net not publicly.
The server is only accessible over ssh not physical. I think the best solution would be over vpn. I…

dav1904
- 1
-1
votes
2 answers
point an IP to a subdomain
It is very common to point domains or subdomains to some IPs.
However, I would like to do the opposite:
I would like to point the IP 42.42.42.42 to a subdomain, E.G to test.example.com so when I visit 42.42.42.42 it shows me the content of…

raph77777
- 1
- 1
-1
votes
1 answer
Xenserver an local Storage (Xenserver Broken)
my Xenserver 6.1 was broken and i was using local storage on this server.
now i want to recover the local storage with the usual adding methods i delete the whole disk, but i want to keep the datea on the disks.
can anybody please help me!!

user169150
- 1
- 1
-1
votes
1 answer
rsync & source/dest & tar.gz beginner thing, too primitive for FAQs:
actually, I AM being ashame about my question (both parts of it) but could anyone help me with my problem?
*) I have read how to use rsync BUT could anyone give me an example how to type it in?
rsync -a source dest
is comprehensible BUT how do I…
-1
votes
2 answers
Route Local mail in EXIM
Can I route all local Email (local domain to local domain) to another host ex: a spam filtering system on EXIM?

akabuki
- 1
-1
votes
1 answer
not reachable from within my own network through outside facing interface
Is there any quick answer that lapses me by to this situation -
my server is accssible at 192.168.2.200:5222 without a problem (from within the local network of course) but if I try to reach it from within the local network through the ISP…

kellogs
- 69
- 8
-1
votes
2 answers
Help with setting up a local server!
I am new to web development and will gladly take any advice. I am designing a webpage which which utilizes a MySQL database. I am hosting the webpage on a LAMP server; I am using Ubuntu. Right now, I can only open my webpage on my server itself. I…
user845454
-1
votes
1 answer
How to host MySQL database in my computer for a website that is hosted in a shared hosting server
So I want to do this, host my database in my computer and use it for a website that I have in another server.
I want to do this because the shared hosting limits my database connections to 25 and sometimes I get "exceeded connections" errors. I…

Danny
- 125
- 2
- 11
-1
votes
2 answers
Connect local network machine as a FTP machine
I have network of 20-30 machine.
I want to connect to other machines from my machine as FTP.
Is that possible?

Avinash
- 181
- 1
- 2
- 9
-1
votes
1 answer
Access VPN subnet from another PC in local(another) subnet
I have two PC in local subnet (192.168.0.0). One of them have connected through VPN to another subnet(10.0.0.0).
[192.168.0.0]
| - - PC1
| - - PC2 - - vpn - - [10.0.0.0]
Router -- [Internet]
Is there any way to get access to [10...] subnet for PC1…

AxaZol
- 3
- 1
-1
votes
1 answer
Several sites in local in nginx
If I want to work locally with 3 sites
site1
site2
site3
How do I configure my nginx and host?
sites-available:
server_name site1
location / {
proxy_pass http://127.0.0.1:81;
}
The other sites:
server_name site2
location / {
…

Isaac Palacio
- 149
- 4
- 12
-2
votes
1 answer
Cant see computer in windows local network
I work with local network where are 50 computers. All are conneceted by 10 switches. Inside network is local group - MSHOME where computers have one shared folder. The problem is that some but not all computers lost ability to connect to this…

Serhii Nuzhnyi
- 1
- 1
-2
votes
1 answer
Migrate local user to LDAP server and keep the old user directory
I have an existing Debian server with a lot of local user (these user account are used for application authentication and keeps files in each home directory), and I want to migrate all the local user to LDAP.
I want all the user to still be able to…

J_LDAP
- 608
- 1
- 6
- 11