Questions tagged [net]
34 questions
1
vote
2 answers
Disconnect shared network folder on server side?
Normally I use the following command to make a shared network folder connection:
net use * \\remotebox\sharedfolder /user:userid pwd
This command is used on the the client side. Is there any similar command tool on the remote side to see who have…

David.Chu.ca
- 181
- 1
- 4
- 15
1
vote
1 answer
How to assign an additional IP to loopback
I have a few docker containers which are supposed to access a shared PostgreSQL running on the Gentoo host. This works well if the dockerized apps connect to the database using the public IP of the host.
However, I'd like to decouple things a little…

svoop
- 145
- 1
- 6
0
votes
1 answer
get a list of AD groups used for a specific application
I would like to get a list from the Domain server of the AD groups being used for a specific application. The AD group contain an acronym for the application. For example, I would like to get all groups used for the general ledger application (AD…

FPV
- 1
0
votes
1 answer
net-snmp installation and configuration in red hat linux
How to start and configure net snmp in red hat linux (it is installed properly). I am a beginner here. Any steps or useful links to do that?
thanks regards
kkoder
kkoder
0
votes
1 answer
unable to start service in remote and local machine with sc command and net command
I am trying to start the services using the below SC command and service is not coming up.
sc start startliq_2090
output:
SERVICE_NAME: startliq_2090
TYPE : 10 WIN32_OWN_PROCESS
STATE : 2 …
0
votes
2 answers
centos-7 missing /dev/net/tap
Going ls -l /dev/net shows the tun device (device 10,200) but there is no tap entry. Any ideas on how to get it working?
find /dev -name \*tap\*
finds nothing
CentOS Linux release 7.1.1503 (Core)
kernel 3.10.0-229.7.2.el7.x86_64

mrieker
- 9
- 2
0
votes
0 answers
RPC shutdown command from Linux to Windows Server 2012 - connection refused
I am needing to restart a windows server from a Linux server.
The error i get is: (i have replaced ip address with xx )
Could not connect to server xx.xx.xx.xx
Connection failed: NT_STATUS_CONNECTION_REFUSED
It fails with that result no matter…

Elgoots
- 1
- 3
0
votes
2 answers
Windows 7 adding user to group "Użytkownicy pulpitu zdalnego" by batch script
When running bat to add user to remote desktop users group from batch script
net localgroup "Użytkownicy pulpitu zdalnego" %user% /add
got error cause on output got "U┐ytkownicy pulpitu zdalnego" as group name (diffrent encoding?) and that give…

Bart
- 19
- 4
0
votes
1 answer
NetTcpPortSharing process won't start on Windows Server 2012 R2
I have a problem in Windows Server 2012 R2 : I have searched and try everything I know to fix this, but I cannot start NetTcpPortSharing service and therefore I cannot configure Windows Server Essentials Role, among other things.
I have theses…

user3645663
- 1
- 1
- 3
0
votes
1 answer
Can only access servers from one side of the VPN
I'm experiencing a rather weird problem.
I have a VPN up between two sites. The VPN connects via two SSG140 Firewalls. It was working fine for about a year and yesterday it just stopped function properly.
Site A VPN…

Barnz
- 3
- 3
0
votes
4 answers
How to I start with a remote IP address connected to my computer to the process that has opened the connection?
If I type "netstat", I can see a list of IP addresses that my PC is connected to.
If I start with an IP address, how do I find the process that has opened the connection to said IP address?

Contango
- 1,150
- 5
- 15
- 31
0
votes
2 answers
Informix snmp sub agent with net-snmp
Has anyone succesfully configured informix 10 snmp subagent to work with net-snmp in linux or windows?

andrés
- 133
- 6
0
votes
3 answers
how do i create a 1 line command using "sc start" or "net start" on services whose names match a pattern?
I am creating a batch file to start several services, instead of enumerating each "net start" with the exact service name, how can i create the script to run "net start" on any service that begins with "EED"
Thanks.

user20849
- 88
- 3
0
votes
0 answers
Error 500.19 in server with IIS 10
I had a Web Service running in net 3.5 (I know, so old) and I migrate it to Net 4.6. I completed the migration in local, but when I deploy the web services in the server I get an 500.19 error. I review the log event, the traces, web.config... but I…

Kenzo_Gilead
- 105
- 6
0
votes
2 answers
How to validate .NET Framework 4.8 is installed on Windows Server 2016
I installed .NET Framework 4.8 on a Windows Server 2016 using this link .NET 4.8 offline installer]1. And although everything seems to be going well, when I check the windows features it does not appear installed and 4.6 is displayed. Please, could…

Kenzo_Gilead
- 105
- 6