If you want to configure your own proxy.pac file to, for example, do not modify the proxy configuration if you are in the office or later at home, we can create a new proxy.pac file and configure in the proxy setup in Internet Explorer with file://folder/with/proxy.pac, however, windows will ignore this file to avoid exactly what we are trying to achieve. See the Microsoft explanation about how Microsoft handles the Proxy configuration in https://blogs.msdn.microsoft.com/ieinternals/2013/10/11/understanding-web-proxy-configuration/
The Read more...
Archives
All posts by Carlos Villabrille
after adding the OVPN configuration file and the p12 key in the iPhone, we will receive an error and the connection is not successfull. In order to solve this we need to add in the ovpn configuration file between <ca> </ca> the root certificate of the OpenVPN server.
For example:
#OpenVPN Server conf
tls-client
client
dev tun
proto tcp
tun-mtu 1400
nobind
remote server.example.com 1194
pkcs12 iphone.p12
cipher BF-CBC
verb 3
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
MIIEwTCCA6mgAwIBAgIJAO8FEXJYWXYIMA0GCSqGSIb3DQEBCwUAMIGbMQswCQYD
VQQGEwJFUzERMA8GA1UECBMIQXN0dXJpYXMxDzANBgNVBAcTBk92aWVkbzEQMA4G
A1UEChMHQW5hc29mdDEUMBIGA1UECxMLQ29uc3VsdGFuY3kxEzARBgNVBAMTCkFu
YXNvZnQgQ0ExKzApBgkqhkiG9w0BCQEWHGNhcmxvcy52aWxsYWJyaWxsZUBnbWFp
bC5jb20wHhcNMTcwMzE2MDAyNzM1WhcNMzIwMzE2MDAyNzM1WjCBmzELMAkGA1UE
BhMCRVMxETAPBgNVBAgTCEFzdHVyaWFzMQ8wDQYDVQQHEwZPdmllZG8xEDAOBgNV
BAoTB0FuYXNvZnQxFDASBgNVBAsTC0NvbnN1bHRhbmN5MRMwEQYDVQQDEwpBbmFz
b2Z0IENBMSslMWYJKoZIhvcNAQkBFhxjYXJsb3MudmlsbGFicmlsbGVAZ21haWwu
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyVvqx1xmyvV08vzc
Cq831edSHLsrNPOopdCRZiB9uSNFsnS/V9XfBqopFfKV6HenyQzp9WRFuB/oVsK9
OomacMRtJXQj7sDWxsqALAfZTdNtVWRU8ilMuo9NiY+8mOko0HURcCH5N7JIMRnB
bxaRpO/kya9/LqxA4Bzn9Tjvedy8fThXy40EjlozjelF5yyyqKenRDYuEypxfErb
rirZwFCs/GaWG4IabjnTsiSTZU15eMloxZAlou5MvK2HqpyywxEK4H5Yj27nuZog
y8DvgeWWVSDEAPOoglAk3KpLlKNo8sc4KubN+xMx5B7pONwDt23aFHVqfbSMpE2W
rF6bEwIDAQABo4IBBDCCAQAwHQYDVR0OBBYEFAFoflQibhMPtIYiCrni9UUUGCub
MIHQBgNVHSMEgcgwgcWAFAFoflQibhMPtIYiCrni9UUUGCuboYGhpIGeMIGbMQsw
CQYDVQQGEwJFUzERMA8GA1UECBMIQXN0dXJpYXMxDzANBgNVBAcTBk92aWVkbzEQ
MA4GA1UEChMHQW5hc29mdDEUMBIGA1UECxMLQ29uc3VsdGFuY3kxEzARBgNVBAMT
CkFuYXNvZnQgQ0ExKzApBgkqhkiG9w0BCQEWHGNhcmxvcy52aWxsYWJyaWxsZUBn
bWFpbC5jb22CCQDvBRFyWFl2CDAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBCwUA
A4IBAQC4iGfFoxs9tx4OsY+Jrseb2UY7bBWnTJWTBQgGyQ7U0ei71KbuZyCEFqoa
94Jo2w6lbg0JOw6kPcju/OzdDZuLnaoIBr6PrQ9fCVPohpCbKbOrwbXn68HyqYGv
TS4JChkFjoHXUSFmrXIs7DUbzc5yCskZLGJpl3DNCmPErfQKOzLlHTokO0lDCtOO
tqbELP0H02s0N3+88NFP0ei7XH0teo6QkzFwmq/Zo1eGxZjLrfwMazCz9xeBE1W+
sQJK3y9pjsPlIuRfXIjqRKPb7SCbEsSnWeRN5jqndvgIXykRZcKfYjUDFQ+8X7b
IKc7mPeCYz0IkPhecWm1qwC1NFa0
-----END Read more...
To check current DNS config, run
root@solaris1 :/root # svccfg -s svc:/network/dns/client
setprop config/nameserver = net_address: (172.16.8.3 172.16.8.4)
setprop config/search = astring: "example.com domain.company.com subdomain.company.com"
setprop config/domain = astring: "domain.company.com"
exit
root@solaris1 :/root #
From man resolv.conf we can check how to update any parameter like
root@solaris1 :/root # svccfg -s svc:/network/dns/client \fR
setprop config/search = astring: us.example.com Read more...
If we have to send a BREAK command to a Solaris T5-8 (or any Solaris with Service Processor), it can be achieved with
SSH to the service procesor of the physical machine.
Send the BREAK command by set
Connect to the console to finally answer if we want to allow the BREAK.
-> set /HOST send_break_action=BREAK
Set 'send_break_action' to 'BREAK'
-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y
Serial console started. To stop, type #.
c)ontinue, Read more...
If you receive the Failure error 721 with VASĀ (formerly Quest DELL software)
root@server1:/root# /opt/quest/bin/vastool status
Host: <server1, SunOS 5.10 sparc>
Date: <Wednesday, September 28, 2016 04:22:58 PM CEST>
QAS: <x.y.z>
Domain: <domain.com>
su - FAILURE: 721 In-consistent access control ALLOW cache, check syslog for exact entry
Result: <Test(s) failed> (6 seconds)(v0.6.8)
Solution:
root@server1:/root# mv users.allow /tmp/
root@server1:/root# /opt/quest/bin/vastool Read more...