<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: I need people from VLAN2 to access only one server on VLAN1, not all resources. in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15234#M2318</link>
    <description>is that a layer 2 vlan or layer 3? which device has ip adress on that network segment?&lt;BR /&gt;
you should make a rule on that device, allowing/denying your traffic.&lt;BR /&gt;
&lt;BR /&gt;
sometimes it is also possible to give that specific server a nic/ip from VLAN 2 - so you don't need to make exception rules.&lt;BR /&gt;
&lt;BR /&gt;
it is up to you!</description>
    <pubDate>Mon, 22 Jan 2018 16:19:00 GMT</pubDate>
    <dc:creator>AntonS</dc:creator>
    <dc:date>2018-01-22T16:19:00Z</dc:date>
    <item>
      <title>I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15233#M2317</link>
      <description>I need people from VLAN2 to access only one server on VLAN1, not all resources, just one single server IP. Basically, I want to keep both networks isolated except for that server that should common to both.</description>
      <pubDate>Mon, 22 Jan 2018 14:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15233#M2317</guid>
      <dc:creator>Alok_Shukla1</dc:creator>
      <dc:date>2018-01-22T14:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15234#M2318</link>
      <description>is that a layer 2 vlan or layer 3? which device has ip adress on that network segment?&lt;BR /&gt;
you should make a rule on that device, allowing/denying your traffic.&lt;BR /&gt;
&lt;BR /&gt;
sometimes it is also possible to give that specific server a nic/ip from VLAN 2 - so you don't need to make exception rules.&lt;BR /&gt;
&lt;BR /&gt;
it is up to you!</description>
      <pubDate>Mon, 22 Jan 2018 16:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15234#M2318</guid>
      <dc:creator>AntonS</dc:creator>
      <dc:date>2018-01-22T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15235#M2319</link>
      <description>Layer 3 VLAN. I want particular server can be accessible for VLAN2. What rule is applicable to such condition.</description>
      <pubDate>Mon, 22 Jan 2018 16:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15235#M2319</guid>
      <dc:creator>Alok_Shukla1</dc:creator>
      <dc:date>2018-01-22T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15236#M2320</link>
      <description>how does your acl look like?&lt;BR /&gt;
&lt;BR /&gt;
just add one permit line for that one specific host</description>
      <pubDate>Mon, 22 Jan 2018 16:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15236#M2320</guid>
      <dc:creator>AntonS</dc:creator>
      <dc:date>2018-01-22T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15237#M2321</link>
      <description>Hi,&lt;BR /&gt;
This is an example :&lt;BR /&gt;
BD-Lab.4 # show policy MS-VLAN-BRIDGE.pol&lt;BR /&gt;
Policies at Policy Server:&lt;BR /&gt;
Policy: MS-VLAN-BRIDGE&lt;BR /&gt;
entry BRIDGE-TO-MS { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    source-address 10.32.32.0/23 ;&lt;BR /&gt;
    destination-address 10.32.0.0/21 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry BRIDGE-to-BRIDGE { &lt;BR /&gt;
if match all { &lt;BR /&gt;
    source-address 10.32.32.0/23 ;&lt;BR /&gt;
    destination-address 10.32.32.0/23 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    permit  ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
You hav to create a policy first,  then add to an ACL :&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
configure access-list MS-VLAN-BRIDGE vlan "Vlan-100" ingress&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15237#M2321</guid>
      <dc:creator>Pascal_Lurquin</dc:creator>
      <dc:date>2018-01-22T19:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15238#M2322</link>
      <description>Not perfect answer.&lt;BR /&gt;
&lt;BR /&gt;
You could also use the idea of "VLAN Isolation"&lt;BR /&gt;
&lt;A href="https://documentation.extremenetworks.com/exos_16/EXOS_16_2/VLAN/c_vlan-isolation.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/exos_16/EXOS_16_2/VLAN/c_vlan-isolation.shtml&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2018 07:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15238#M2322</guid>
      <dc:creator>Bin</dc:creator>
      <dc:date>2018-01-23T07:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: I need people from VLAN2 to access only one server on VLAN1, not all resources.</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15239#M2323</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="74c463e350aa426db6b407a9eea0514e_RackMultipart20180123-80408-kkcygh-TMG_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4804i624A2FA1077BB6E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="74c463e350aa426db6b407a9eea0514e_RackMultipart20180123-80408-kkcygh-TMG_inline.jpg" alt="74c463e350aa426db6b407a9eea0514e_RackMultipart20180123-80408-kkcygh-TMG_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
 I want to keep both networks (VLAN-1 and VLAN-2) isolated except for that server that should access via clients of VLAN-2 and other devices are not even accessible and pinging. now help to create ACL.&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2018 11:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/i-need-people-from-vlan2-to-access-only-one-server-on-vlan1-not/m-p/15239#M2323</guid>
      <dc:creator>Alok_Shukla1</dc:creator>
      <dc:date>2018-01-23T11:21:00Z</dc:date>
    </item>
  </channel>
</rss>

