Displaying 20 results from an estimated 92 matches for "vconfig".
Did you mean:
config
2007 Apr 18
1
[Bridge] Bridging vlans...
...s on, but I'm going to need to bridge two vlans, 4 and 51. My
question is this: should the vlan interfaces on the linux firewall be
created first, then bridged; or should the bridge interface be created, then
vlans bound to that?
Here's the first:
ip link set eth0 up
ip link set eth1 up
vconfig set_bind_mode PER_DEVICE
vconfig set_name_type DEV_PLUS_VID_NO_PAD
vconfig add eth0 4
vconfig add eth1 4
vconfig add eth0 51
vconfig add eth1 51
ip link set eth0.4 up
ip link set eth1.4 up
ip link set eth0.51 up
ip link set eth1.51 up
brctl addbr br0
brctl addif br0 eth0.4
brctl addif br0 eth1.4
b...
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge id STP enabled interfaces
br0 8000.00001a1a4c74 no eth0
eth1...
2020 Jan 31
3
how to make asterisk set cos values
Hi,
examining the network traffic with wireshark shows that asterisk does not set
any QoS values at all.
What do I need to do to make asterisk set QoS values (on Centos 7)?
The wiki says to use vconfig to set QoS values[1]. What does the skb-priority
need to be set to? How do you use vconfig on interfaces that are not VLAN
interfaces?
Is it generally impossible to set QoS values on bonding interfaces?
[1]: https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service
2005 Jun 05
1
New version of Asterisk VConfig
I repackaged everything into one distribution and cleaned up the
installation. Should be a lot simpler to install now.
Asterisk VConfig is a platform for virtual hosting of end users on a
single instance of Asterisk using the realtime database structure.
Right now the functionality of the web interface is limited to a
direct configuration interface. As soon as Realtime SIP/IAX is done I
will get to work on adding more features in...
2010 Aug 03
6
xen vlans in domU
Hello.
I''m trying to use vlan in domU, but have something strange:
I created bridge on eth0. This interface was configured as trunk with
vlan 300, 301. I use this bridge in my domU, and I can see tagged
packets when run tcpdump in domU. Also I created interface on domU to
work with vlan 300. On this interface I see untagged packets in vlan300.
And everything looks fine.
But when
2007 Mar 26
1
VLan help! :D?
Hi all, i need config xen with this
___________ __________
|VM1 |----------------bridge1-------------------| |
|__________ |
| |
____________
| |-----BALBLA
|VM2 |
2005 Jun 09
0
New version 1.013 of Asterisk VConfig
This is mostly a testing/bug fix release. Hopefully by the next
version I will have some real documentation up on the site. Since
it's primarily a platform rather than an end user system, without
documentation it's not nearly as useful as it could be.
http://asterisk.ochsnet.com
Chris
2007 May 08
0
vconfig + Q in Q or ''vlan stacking''
Hello again everyone,
Does anyone know the status of Q in Q or vlan stacking in the linux
kernel?
I''ve tried just adding a vlan on a vlan interface, but the recieving end
seems to just see the inner vlan tag and not the outer one first.
-Michael
2007 Jul 04
8
VLAN configuration
Hi to the ML.
I''m new to VLAN configuration, and combining it to XEN is a bit difficult.
I want to use VLAN because it''s possible to "arping" from a domU to an
other, and VLAN looks like; the only solution to prevent that.
May be I''m wrong if someone got a solution, I may be interrested. I''ve
also tryed ebtables, but nothing to prevent arp
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
...oving its VLAN in
the switch?
All VLANs need to be at all doors? In the case of a move of a domu from the
Hypervisor XYZ to the Hypervisor ZZZ and the network continue working? But
in this case would not be all the same, ie as if there were no VLANs?
It''s necessary to use the ''vconfig'' (the debian package "vlan") inside of
all domus?
Maybe I need to create the VLANs in dom0 and, then, setup the bridges using
the VLANs as ethernets for them? As this example:
http://renial.net/weblog/2007/02/27/xen-vlan/ ?
With VMWare ESX virtual switches can be created (wit...
2009 Dec 10
3
Bridge configuration on Xen 3.2+
Hi All,
I''m using xen 3.0 on CentOS 5 with VLAN.
#vconfig add eth0 100
#/etc/xen/script/network-
bridge start vifnum=1 netdev=eth0 bridge=xenbr0.100
I know that after xen 3.2 the procedure of bridge configuration is changed.
What is the correct command to set bridge interface to vlan?...
2007 Apr 18
2
[Bridge] combining vlan tagging and spanning tree
Hi,
I am configuring some servers in a high availability setup. The servers
are connected to two switches with two LAN cards in each server. The two
switches are connected directly to each other.
The servers are configured to bridge eth0 and eth1 with spanning tree.
Usually this makes sure eth1 is disabled, unless something happens to
eth0. This way I can have one IP address on each server.
Now
2007 Apr 18
0
[Bridge] problems with bridging and dhcp
...r ever. There are also some
(occasional) messages from the dhcp server like "ip length 576
disagrees with bytes received 590" followed by "accepting packet with
data after udp payload".
I'm using kernel.org's 2.6.17.11. The bridge is created like this:
ifconfig eth1 up
vconfig set_name_type DEV_PLUS_VID_NO_PAD
brctl addbr br0
for i in <range of vlan tags>; do
vconfig add eth1 $i
vconfig set_flag eth1.$i 1 0
brctl addif br0 eth1.$i
done
for i in <range of vlan tags>; do
ifconfig eth1.$i up
done
ifconfig br0 <internal-ip>
Note that eth1...
2005 Jun 02
2
Announce: Asterisk virtual configuration
I have a first version of a virtual configuration module in perl for
*. There is also a simple web editor at the url that uses this
module.
Asterisk::VConfig lets you have multiple users each with their own
copy of the configuration files on the same asterisk server. It also
has some limited permission settings to limit access to particular
parts of the config files, and a single/multiuser switch so you can
also use it even if you don't need a mult...
2007 Jan 18
9
Problem with VLANs on tg3 NICs
I have 3 machines,
T60 thinkpad with e1000 NIC
Dell PowerEdge 2950 with bnx2 NIC
HP DL360 G4P with tg3 NIC
All running xen 3.03 / 2.6.16.29-xen
I have a netbootable image with 2.6.16.29-xenU. This image when it
boots creates a vlan eth0.4002, and then tries to communicate on that
interface to a central server.
On the machines with e1000 an bnx2 NICs, this works fine. On the
2012 Aug 02
0
Bug#682216: Bug #682216 document about VLAN configuration on dom0
...# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 8.8.8.8
dns-search example.com
Then run the command:
# ip link set eth0 up
Now dom0 should have internet connectivity available. We should
continue install xcp-xapi packages, as well as vconfig packages. We
won'd use vconfig directly, but XCP will need it:
# apt-get install xcp-xapi vconfig
During the installation, debconf will prompt about whether to use
"bridge" or "openvswitch", choose "openvswitch" which is the default.
Next, we'll hand over the...
2009 Jun 23
6
network usage gathering
...k usage accordingly. Now that I''m using xen for virtual
systems, and multiple vm''s share the same switch port, i''m not exactly sure
what my best option is for tracking usage.
I thought I may be able to setup vlans on the switch, and bind each vm to a
different vlan using vconfig... but it seems like there has to be a better
solution than that. Has anyone done anything like this? Any insight would be
greatly appreciated.
-- Mike
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Jun 09
7
vlan interfaces and tc
Hello
I have few questions regarding tc functionality (qdiscs, classes, etc.) when
vlans are in use. For example, consider interface eth0, for which I create
and extra vlan with vconfig, let''s say eth0.11. Then using tc I can add
usual things - qdiscs, filters, ... - to both eth0 and eth0.11. The
questions are:
- on which interface - virtual or real, should I actually use tc ? Or are
either of them allowed, depending on what I need ? If so:
- what happens if both int...
2020 Jan 31
0
how to make asterisk set cos values
...i, Jan 31, 2020 at 7:34 AM hw <hw at gc-24.de> wrote:
> Hi,
>
> examining the network traffic with wireshark shows that asterisk does not
> set
> any QoS values at all.
>
> What do I need to do to make asterisk set QoS values (on Centos 7)?
>
> The wiki says to use vconfig to set QoS values[1]. What does the
> skb-priority
> need to be set to? How do you use vconfig on interfaces that are not VLAN
> interfaces?
>
> Is it generally impossible to set QoS values on bonding interfaces?
>
>
> [1]: https://wiki.asterisk.org/wiki/display/AST/IP+Qua...
2002 Oct 14
1
Shorewall and VLANs (802.1q)
My actual scenario is:
-Hundreds PCs in a internal network (fixed IP), divided in +- 6 different
subnets
-A +- 6 customers with leased lines
-A Cisco Catalyst 4006 connecting groups of PCs to corresponding customers
(imagine a Call Center company)
-Works fine.
The problem:
Frequently, it''s necessary to migrate dozens PCs from a customer to
another. You know, change all IPs and