Displaying 8 results from an estimated 8 matches for "my_network".
2009 Oct 06
0
Update from pdbsql (MySQL) to LDAP
Hi All!
I have a Samba as PDC for my domain MY_NETWORK running normally.
What I want to do is to install another server with OpenLDAP as
backend, and migrate the users and the domain to it.
Can anyone point me how to do it?
Below is my configuration.
# smbd -V
Version 3.2.15-0.36.fc10
# uname -a
Linux svrmain2 2.6.27.35-170.2.94.fc10.x86_64 #1 SMP...
2015 Nov 22
0
Authenticating VPN addresses: a proposal
....
What you propose is some kind of Balkanization, by selectively blocking
Subnets from other nodes. Although it is not my preferred direction for
tinc, I do think it might actually be a workable method of limiting
trust in a network where you might not trust all nodes equally. But:
> /etc/tinc/my_network/hosts/client_node:
> ConnectionSubnetACL = +10.42.42.42 # this client's assigned subnet
> ConnectionSubnetACL = -ALL # deny everything else
>
> /etc/tinc/my_network/hosts/other_central_node:
> ConnectionSubnetACL = +ALL # trust everything from that node (could be
> the defaul...
2015 Nov 22
5
Authenticating VPN addresses: a proposal
...oing rogue,
because it will not allow a central node from the "other side" from
impersonating my side's subnets.
In practice, one would want to introduce some kind of subnet ACL
system for full flexibility. Here's how it could look like in practice
on my central nodes:
/etc/tinc/my_network/hosts/client_node:
ConnectionSubnetACL = +10.42.42.42 # this client's assigned subnet
ConnectionSubnetACL = -ALL # deny everything else
/etc/tinc/my_network/hosts/other_central_node:
ConnectionSubnetACL = +ALL # trust everything from that node (could be
the default)
/etc/tinc/my_network/hosts...
2014 Aug 15
2
Bind config question, centos 5.10
I must have something mis-configured in my bond setup. Things are working, but
I'm getting TONS of this sort of stuff in my log:
+2001:502:ad09::4#53: 1 Time(s)
network unreachable resolving 'kns1.kuwaitnet.net/A/IN':
+2001:503:231d::2:30#53: 1 Time(s)
network unreachable resolving 'kns1.kuwaitnet.net/A/IN':
+2001:503:a83e::2:30#53: 1 Time(s)
network unreachable
2007 Aug 26
0
form_for not translating into the same controller/action
I have a form_for tag in my view:
<%form_form :network, :controller => :network, :action => :create do |
form|%>
which is translating into the following when I view the source:
<form action="/network/my_networks" method="post">
Why would this be happening?
Thanks,
Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-...
2007 Nov 23
7
Modules design patterns ?
...content => template("postfix/main.cf.erb")
}
...
}
... also define other classes and use inheritance...
class postfix::mx inherits postfix {
File["/etc/postfix/main.cf"] {
content => template("postfix/server.main.cf.erb")
}
}
main.cf.erb template:
...
my_networks = <%= mynetwork %>
relayhost = <%= smarthost %>
...
site manifest:
node "server.domain.com" {
$mynetwork = ''127.0.0.1/8''
$smarthost = ''mail.domain.com''
... other variables...
include postfix
...
}
But I find myself writ...
2005 Apr 04
1
IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01
...#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks. Adapt
# to list your (internal) IP networks from where browsing should
# be allowed
#acl our_networks src 192.168.1.0/24 192.168.2.0/24
#http_access allow our_networks
##acl my_network src 175.10.0.0/16
##http_access allow my_network
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUsers
##acl password proxy_auth REQUIRED
##http_access allow password
# And finally deny all other access to this proxy
http_access deny all
.
.
.
This spawns another questio...
2005 Apr 05
0
RE: [squid-users] IE improperly prompts for credentials; ntlm_auth with Samba 3.0.13, Squid 2.5.STABLE7, RedHat Linux 9.0, SmartFilter 4.01; ticket number 48293
...#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks. Adapt # to list
your (internal) IP networks from where browsing should # be allowed #acl
our_networks src 192.168.1.0/24 192.168.2.0/24 #http_access allow
our_networks
##acl my_network src 175.10.0.0/16
##http_access allow my_network
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow all AuthorizedUsers
##acl password proxy_auth REQUIRED
##http_access allow password
# And finally deny all other access to this proxy http_access deny all .
.
.
This spawns another questio...