Displaying 5 results from an estimated 5 matches for "fef2".
Did you mean:
fe12
2020 Jan 01
2
Passing multiple addresses with masks to nwfilter
...l is to allow any traffic coming from the entire prefix (e.g.
2001:db8::/32). This theoretically would work fine when passing in the
variables from the domain definition like so:
<filterref filter='no-ipv6-spoofing'>
<parameter name='IPV6' value='2001:db8:1:6:dc:d2ff:fef2:2181'/>
<parameter name='IPV6_MASK' value='32'/>
</filterref>
But the problem comes when wanting to allow multiple prefixes (and thus
multiple $IPV6 and $IPV6_MASK variables). If there is more than one
definition of $IPV6, how could I associate it with a corres...
2009 Jul 16
0
xen-3.0.3-80.el5_3.3 on RHEL 5.3 -- peth0 and xenbr0 don''t exist
...eth0 hooked up to 10.175.8.0/21
eth1 hooked up to 10.150.8.0/24
Ifconfig -a looks like this:
[root@mgixen1 ~]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:19:B9:F2:1B:C3
inet addr:10.175.8.158 Bcast:10.175.15.255
Mask:255.255.248.0
inet6 addr: fe80::219:b9ff:fef2:1bc3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1934 errors:0 dropped:0 overruns:0 frame:0
TX packets:1259 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:168101 (164.1 KiB) TX byt...
2020 Jan 01
0
Re: Passing multiple addresses with masks to nwfilter
...c coming from the entire prefix (e.g.
> 2001:db8::/32). This theoretically would work fine when passing in the
> variables from the domain definition like so:
>
> <filterref filter='no-ipv6-spoofing'>
> <parameter name='IPV6' value='2001:db8:1:6:dc:d2ff:fef2:2181'/>
> <parameter name='IPV6_MASK' value='32'/>
> </filterref>
>
> But the problem comes when wanting to allow multiple prefixes (and thus
> multiple $IPV6 and $IPV6_MASK variables). If there is more than one
> definition of $IPV6, how could...
2008 Jul 07
5
IPSEC tunnel up, but no traffic coming through
...0:531c/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen
1000
link/ether 00:19:b9:f2:f9:62 brd ff:ff:ff:ff:ff:ff
inet 192.168.6.254/24 brd 192.168.6.255 scope global eth1
inet6 fe80::219:b9ff:fef2:f962/64 scope link
valid_lft forever preferred_lft forever
4: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen
1000
link/ether 00:19:b9:f2:f9:60 brd ff:ff:ff:ff:ff:ff
inet 212.115.197.253/29 brd 212.115.197.255 scope global eth0
inet6 fe80::219:b9...
2018 Jul 20
2
SSSD on CentOS 7 failing to start when connecting to 4.8.3 AD via LDAP
...,
ipServiceProtocol
Whereas on the CentOS 7 server, the filter looks like this:
Filter:
(&(objectClass=sudoRole)(|(|(|(|(|(|(|(|(|(!(sudoHost=*))(sudoHost=ALL))(sudoHost=
ldaptest7.company.com
))(sudoHost=ldaptest7))(sudoHost=192.168.193.62))(sudoHost=
192.168.192.0/23))(sudoHost=fe80::5054:ff:fef2:26ed))(sudoHost=fe80::/6
with 13 attributes - objectClass, cn, and a bunch of sudo attributes.
The response from the Samba server to each of these is nearly identical.
Both servers then send searchRequests for Configuration, ForestDnsZones and
DomainDnsZones but with the same filter differences ab...