Displaying 20 results from an estimated 28 matches for "vrf".
Did you mean:
vr
2015 Nov 23
2
bind-to-interface option
...gt; Hi:
>>
>> The openssh suite of commands have an option to specify address (e.g,
>> ListenAddress for sshd) but I do not see support for bind-to-interface.
>>
>> The motivating use case for me is using openssh commands (sshd, ssh, scp,
>> sftp) with the recent VRF capability added to the Linux kernel. The VRF design
>> relies on the bind-to-interface option to select the correct routing tables.
>> Before I started working on patches I wanted to get a sense of whether it
>> would be accepted.
>
> What's wrong with the existing Bind...
2015 Nov 23
3
bind-to-interface option
Hi:
The openssh suite of commands have an option to specify address (e.g,
ListenAddress for sshd) but I do not see support for bind-to-interface.
The motivating use case for me is using openssh commands (sshd, ssh,
scp, sftp) with the recent VRF capability added to the Linux kernel. The
VRF design relies on the bind-to-interface option to select the correct
routing tables. Before I started working on patches I wanted to get a
sense of whether it would be accepted.
Thanks,
David
2024 Jul 16
4
[Bug 1761] New: nft_fib checks only the main route table when iif is a slave of a master vrf interface
https://bugzilla.netfilter.org/show_bug.cgi?id=1761
Bug ID: 1761
Summary: nft_fib checks only the main route table when iif is a
slave of a master vrf interface
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: kernel
Assignee: pablo at netfilter.org
Reporter: tsv199...
2008 May 30
3
shorewall vrf support
Hey guys,
I have a question regarding shorewall and vrf functionality.
I have shorewall 3.4.8 and kernel 2.6.24-gentoo-r8
I have tried to use iproute2 (ip route and ip rule) to establish multiple
routing tables. The biggest problem seems to be, that I cannot add
interfaces such as vlan interfaces to the routing table.
My target is that linux takes...
2017 Mar 30
3
Network isolation for KVM guests
...isolated networks and assign process, ip address and routes (hidden from the main route table and ip addresses), etc.
But I can't find a similar solution for CentOS environments. I have found two similar options:
a/ Network namespaces (but doesn't provides a real network isolation)
b/ VRF (but it is supported only for kernels 4.8 and up)
Any ideas?
Thanks.
--
Greetings,
C. L. Martinez
2023 Aug 29
3
[Bridge] [GIT PULL] sysctl changes for v6.6-rc1
...sysctl: Add size to register_sysctl
sysctl: Add size arg to __register_sysctl_init
sysctl: Add size to register_net_sysctl function
ax.25: Update to register_net_sysctl_sz
netfilter: Update to register_net_sysctl_sz
networking: Update to register_net_sysctl_sz
vrf: Update to register_net_sysctl_sz
sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
sysctl: Use ctl_table_size as stopping criteria for list macro
arch/arm64/kernel/armv8_deprecated.c | 2 +-
arch/s390/appldata/appldata_base.c | 2 +-
drivers/net/vrf.c...
2012 Jan 11
1
[PATCH] nfsmount: defeat dummypmap compiler warning
...nt pktlen, addrlen;
unsigned char pkt[65536]; /* Max UDP packet size */
/* RPC UDP packets do not include TCP fragment size */
- struct rpc_call *rpc = (struct rpc_call *) &pkt[-4];
+ struct rpc_call *rpc = (struct rpc_call *)((uintptr_t)pkt - 4);
struct rpc_auth *cred;
struct rpc_auth *vrf;
struct portmap_args *args;
--
1.7.3.1
2023 Jul 31
2
[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
...working I'll wait to get
more feedback from networking folks before merging them.
> sysctl: Add size to register_net_sysctl function
> ax.25: Update to register_net_sysctl_sz
> netfilter: Update to register_net_sysctl_sz
> networking: Update to register_net_sysctl_sz
> vrf: Update to register_net_sysctl_sz
> sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
> sysctl: Use ctl_table_size as stopping criteria for list macro
Luis
2023 Sep 06
0
[Bridge] [GIT PULL] sysctl changes for v6.6-rc1
...l: Add size arg to __register_sysctl_init
> > sysctl: Add size to register_net_sysctl function
> > ax.25: Update to register_net_sysctl_sz
> > netfilter: Update to register_net_sysctl_sz
> > networking: Update to register_net_sysctl_sz
> > vrf: Update to register_net_sysctl_sz
> > sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
> > sysctl: Use ctl_table_size as stopping criteria for list macro
> >
> > arch/arm64/kernel/armv8_deprecated.c | 2 +-
> > arch/s390/appldata/appldata_base.c...
2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
...e:
#!/bin/bash
#tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'so...
2019 Oct 16
2
Re: “Stripped-down” SSH (no encryption or authentication, just forwarding)
On 2019-10-16 08:07, Nico Kadel-Garcia wrote:
>
> stunnel? https://www.stunnel.org/static/stunnel.html ?
>
stunnel doesn?t support multiplexing. As I mentioned in another
email, my connection may not be over a network at all ? it may be
over a serial line, Xen vchan, or other such stream. Using a full
VPN is overkill here.
The HPN patches for OpenSSH are the closest to a solution I
2017 Mar 30
0
Network isolation for KVM guests
...ocess, ip address and
> routes (hidden from the main route table and ip addresses), etc.
>
> But I can't find a similar solution for CentOS environments. I have found two
> similar options:
>
> a/ Network namespaces (but doesn't provides a real network isolation)
> b/ VRF (but it is supported only for kernels 4.8 and up)
>
> Any ideas?
>
> Thanks.
>
> --
> Greetings,
> C. L. Martinez
> _______________________________________________
> CentOS-virt mailing list
> CentOS-virt at centos.org
> https://lists.centos.org/mailman/listin...
2010 Apr 13
5
Cloud on CentOS
Hi,
Is there any tutorial/implementation cloud on CentOS? Or anyone with
experience like to share?
Regards and thanks
wL
2012 Jun 26
0
ALQUILER PARA GRUPO HOTELERO o INVERSORES RENTISTAS
...
Mexico al 800 entre Tacuari y Piedras a cuadra y media de 9 de Julio
Edificio en Block a Estrenar
PB mas 7 Pisos, son 48 suites, un Salon de 350m2, Terraza con Pileta y Deck
GRAN CATEGORÍA, Excelente Lobby con doble altura
Se entrega con muebles de cocina, Aire Acondicionado Central VRF de baja silueta
Salón de 350 m2 con 3,50 m de altura a techo, con salida a deck, Pileta climatizada, deck solarium y Barra Bar
Calidad d
e construccion de excelencia, Superficie Total 2.800m2, Terraza Premium Lounge 407m2
EXCELENTE OFERTA PARA UN GRUPO HOTELERO, IDEAL PARA HOTELES,
ALQUI...
2020 Nov 09
4
[[PATCH v1 0/3] Fix clang build warnings
New clangs emit some warnings. The code isn't wrong, but should be updated to
prevent warning creep.
Bill Wendling (3):
[klibc] dash: shell: Fix clang warnings
[klibc] dash: shell: Fix clang warnings about format string
[klibc] Kbuild: use an enum to silence a clang warning
usr/dash/eval.c | 6 +++---
usr/dash/jobs.c | 2 +-
usr/kinit/nfsmount/dummypmap.c
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
...in/bash
#tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' &...
2018 Dec 20
0
4.20-rc6: WARNING: CPU: 30 PID: 197360 at net/core/flow_dissector.c:764 __skb_flow_dissect
...all path:
FWIW, it also seems to happen on 4.20-rc1. 4.19.0 seems fine. bisect seem to have failed so
my reproducer is not reliable.
>
> [280155.348526] WARNING: CPU: 1 PID: 24819 at net/core/flow_dissector.c:764 __skb_flow_dissect+0x314/0x16b0
> [280155.348529] Modules linked in: dummy vrf intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul leds_mlxreg i2c_mux_reg i2c_mlxcpld crc32_pclmul mlxreg_hotplug mlxreg_io i2c_mux ghash_clmulni_intel iTCO_wdt gpio_ich iTCO_vendor_support mlx_platform aesni_intel aes_x86_64 crypto_simd cryptd glue_helper intel_cstate mac_hid lpc_...
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
...!/bin/bash
#tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' >...
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
...e:
#!/bin/bash
#tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'so...
2007 Aug 21
3
Rout looping through local host.
After many many hours of frustration and failures I''m almost to the
point that I don''t think this is even currently possible with Linux.
With out going in to too much detail, I am effectively wanting to do the
following.
I want to be able to take traffic in from a local LAN on eth0 and route
it out eth1 to a default gateway with a static IP. I want said default
gateway