Displaying 20 results from an estimated 26 matches for "vlan10".
2012 Nov 20
3
Simple Traffic Shaping Problem
Hello,
I have a problem with simple traffic shapping in shorewall, my current
configuration is:
zones
vlan10 ipv4 #
interfaces
vlan10 vlan10 detect tcpflags,routeback
shorewall.conf
TC_ENABLED=Simple
tcinterfaces
vlan10 Internal 1mbit:50kb
shorewall show tc
Device vlan10:
qdisc prio 5: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
Sent 25341...
2018 May 17
3
Dcs Replication
Hi!
I have 2 DC, now add one more DC, but all dcs dont view between they.
New DC is "DC2"
DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
DC1 -> vlan10 -> OK to DC2(vlan50)
DC2-> vlan50 -> OK to DC1(vlan10)
DC2-> Openvpn -> Dont "see" DC3
DC3 -> Openvpn -> OK to DC1(vlan10)
DC3 -> Openvpn -> Dont "view" DC2(vlan50)
All version Dcs Samba 4.7....
2008 Aug 08
1
MRTG Problem - no traffic recorded
Hi all,
I've just recently replaced my old firewall with a new one, running
CentOS 5..
Yesterday, I decided to get MRTG up and running again, so I entered
sections like this into the mrtg.conf file:
Title[vlan10]: Bandwidth usage on tenchi.4th-age.com (Internet)
PageTop[vlan10]: <H1>Traffic stats on VLAN 10 (Internet)</H1>
Target[vlan10]: `ifconfig vlan10 |
/usr/bin/awk '/bytes/{ gsub(/:/, " "); print $3 "\n" $8}'`
MaxBytes[vlan10]: 12500000
Options[vlan10]: noin...
2018 May 17
2
Dcs Replication
...ore in 20 minutes
Why ??
Regards;
On 17-05-2018 12:01, lingpanda101 wrote:
> On 5/17/2018 10:30 AM, Carlos via samba wrote:
>> Hi!
>>
>> I have 2 DC, now add one more DC, but all dcs dont view between they.
>>
>> New DC is "DC2"
>>
>> DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
>>
>> DC1 -> vlan10 -> OK to DC2(vlan50)
>>
>> DC2-> vlan50 -> OK to DC1(vlan10)
>>
>> DC2-> Openvpn -> Dont "see" DC3
>>
>> DC3 -> Openvpn -> OK to DC1(vlan10)
>>
>>...
2016 Apr 07
2
KVM Virtualization Network VLAN CentOS7
...__
>
I tried last night and it seems like the vlans that I created is failing to
bring-up. So this is what Im doing
in my DATA trunk port at my HomeLab Im doing this
2 port configured for teaming1 (set as link only port) -> Create Bridge
(br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and the
parent is br0. Am I doing this correctly? Thanks
2018 May 17
3
Dcs Replication
...anda101 wrote:
>>> On 5/17/2018 10:30 AM, Carlos via samba wrote:
>>>> Hi!
>>>>
>>>> I have 2 DC, now add one more DC, but all dcs dont view between they.
>>>>
>>>> New DC is "DC2"
>>>>
>>>> DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
>>>>
>>>> DC1 -> vlan10 -> OK to DC2(vlan50)
>>>>
>>>> DC2-> vlan50 -> OK to DC1(vlan10)
>>>>
>>>> DC2-> Openvpn -> Dont "see" DC3
>>>>
>>>&...
2008 Nov 22
2
[Bridge] bridge changes id on addif - is that normal?
hi
i've setup the following on debian etch with bridge-utils 1.4
(backported) and kernel 2.6.26 from backports.org:
vlan10 with raw device eth0
vlan20 with raw device eth0
br10 with initial port vlan10
br20 with initial port vlan20
i've set hw addr to DE:AD:BE:EF:34:10 for br10 and DE:AD:BE:EF:34:20 for
br20
the bridges are used to connect virtual machine nic's.
"brctl show" before any other port...
2016 Apr 07
2
KVM Virtualization Network VLAN CentOS7
...ns that I created is failing
> to
> > bring-up. So this is what Im doing
>
> > in my DATA trunk port at my HomeLab Im doing this
>
> > 2 port configured for teaming1 (set as link only port) -> Create Bridge
> > (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and the
> > parent is br0. Am I doing this correctly? Thanks
>
> not exactly.
>
> nmcli connection add con-name br10 ifname br10 type bridge stp no
> nmcli connection down br10
> nmcli connection edit br10
> set ipv4.method disabled
> set ipv6.method ignore
&g...
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 attention of on which vlan interface
2018 May 17
1
Dcs Replication
...;>>>> Hi!
>>>>>>
>>>>>> I have 2 DC, now add one more DC, but all dcs dont view between
>>>>>> they.
>>>>>>
>>>>>> New DC is "DC2"
>>>>>>
>>>>>> DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
>>>>>>
>>>>>> DC1 -> vlan10 -> OK to DC2(vlan50)
>>>>>>
>>>>>> DC2-> vlan50 -> OK to DC1(vlan10)
>>>>>>
>>>>>> DC2-> Openvpn -> Dont &q...
2009 Mar 04
1
MultiWAN & Vlans
Hello,
I''m trying to setup an 8 port wan configuration (pptp+pppoe) with one vlan trunk.
My internal networks are :
LAN(eth9): 10.0.0.0/16
VLAN10(eth9) 10.10.0.0/24
VLAN20(eth9) 10.20.0.0/24
VLAN30(eth9) 10.30.0.0/24
VLAN100(eth9) 10.100.0.0/24
I would like to post my configuration here since i don''t success to do the following:
1. Communicate between VLANxx to LAN & outside.
2. Failover between interfaces, so if one goe...
2016 Apr 07
0
KVM Virtualization Network VLAN CentOS7
...t night and it seems like the vlans that I created is failing to
> bring-up. So this is what Im doing
> in my DATA trunk port at my HomeLab Im doing this
> 2 port configured for teaming1 (set as link only port) -> Create Bridge
> (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and the
> parent is br0. Am I doing this correctly? Thanks
not exactly.
nmcli connection add con-name br10 ifname br10 type bridge stp no
nmcli connection down br10
nmcli connection edit br10
set ipv4.method disabled
set ipv6.method ignore
save
quit
nmcli connection up br10
nmcli co...
2016 Apr 07
0
KVM Virtualization Network VLAN CentOS7
...; failing to
>> > bring-up. So this is what Im doing
>>
>> > in my DATA trunk port at my HomeLab Im doing this
>>
>> > 2 port configured for teaming1 (set as link only port) -> Create Bridge
>> > (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and
>> the
>> > parent is br0. Am I doing this correctly? Thanks
>>
>> not exactly.
>>
>> nmcli connection add con-name br10 ifname br10 type bridge stp no
>> nmcli connection down br10
>> nmcli connection edit br10
>> set ipv4.metho...
2016 Apr 07
0
KVM Virtualization Network VLAN CentOS7 (resolve)
...; > bring-up. So this is what Im doing
>>>
>>> > in my DATA trunk port at my HomeLab Im doing this
>>>
>>> > 2 port configured for teaming1 (set as link only port) -> Create Bridge
>>> > (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and
>>> the
>>> > parent is br0. Am I doing this correctly? Thanks
>>>
>>> not exactly.
>>>
>>> nmcli connection add con-name br10 ifname br10 type bridge stp no
>>> nmcli connection down br10
>>> nmcli connection e...
2018 May 17
0
Dcs Replication
...> On 17-05-2018 12:01, lingpanda101 wrote:
>> On 5/17/2018 10:30 AM, Carlos via samba wrote:
>>> Hi!
>>>
>>> I have 2 DC, now add one more DC, but all dcs dont view between they.
>>>
>>> New DC is "DC2"
>>>
>>> DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
>>>
>>> DC1 -> vlan10 -> OK to DC2(vlan50)
>>>
>>> DC2-> vlan50 -> OK to DC1(vlan10)
>>>
>>> DC2-> Openvpn -> Dont "see" DC3
>>>
>>> DC3 -> Openvpn -> OK t...
2018 May 17
0
Dcs Replication
...On 5/17/2018 10:30 AM, Carlos via samba wrote:
>>>>> Hi!
>>>>>
>>>>> I have 2 DC, now add one more DC, but all dcs dont view between they.
>>>>>
>>>>> New DC is "DC2"
>>>>>
>>>>> DC1 - vlan10 -> OK to DC3(Connectad by openvpn)
>>>>>
>>>>> DC1 -> vlan10 -> OK to DC2(vlan50)
>>>>>
>>>>> DC2-> vlan50 -> OK to DC1(vlan10)
>>>>>
>>>>> DC2-> Openvpn -> Dont "see" DC3
>&g...
2003 Mar 01
2
Virtual Routers would this work?
...al firewall/router solution. I''m thinking of a
netscreen 1000 but I want to know if it can be done in Linux.
Here is my idea:
1 Linux box
2 GigE interfaces
1 interface setup with a public IP address ($PUBIP)
1 interface setup with 802.1q VLAN trunking with 100 vlans assigned
($VLAN1-$VLAN100)
a /25 subnet routed to $PUBIP from my core routers
All $VLAN interfaces setup with IP 192.168.1.1/24
Inbound traffic on $VLAN gets marked with a fwmark ($VLAN1 = fw1,
$VLAN2 = fw2)
Outbound traffic gets NAT''ed based on the fwmark to an IP in the subnet
Returning traffic gets marked...
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...th the Cisco switches spanning tree (as described in http://lists.osdl.org/pipermail/bridge/2005-October/001116.html)
- Enabled the bpdufilter on the trunk connections of both switches
- On the bridges: filtering requests originating in one VLAN going into another VLAN
i.e. ebtables -A FORWARD -i vlan10 -o ! eth0 -j DROP
Here's the output of brctl of both bridges.
I'm not sure about the attachement policy in this mailinglist, so I'm not posting the output below as attachement, sorry if it's hard to read. :/
Let me know if a copy via mail is better.
ON SERVER "BRDIGE1"...
2009 Apr 02
1
WARNING: default route ignored on interface XXX
Hello,
I''m receiving this error while restarting/starting Shorewall :
Processing /etc/shorewall/init ...
WARNING: default route ignored on interface vlan20
WARNING: default route ignored on interface vlan10
WARNING: default route ignored on interface vlan30
WARNING: default route ignored on interface vlan50
WARNING: default route ignored on interface vlan100
My route -n output is :
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
212.143....
2010 Feb 04
5
Can I pass 802.1q (VLAN tagged) through a VPN Tinc in HUB/Switch mode?.
Hello to everybody,
Sorry if my english isn?t very good.
I need pass 802.1q through a VPN between two offices.
I have mounted a WRT54GL, with OpenWRT firmware, conected to a switch trunk
port in both offices.
In the switch of the first office I have created five tagged VLANs and I
need pass these VLAN to the second offices where it has created it too.
Can I do this with Tinc in HUB/Switch