<?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 Simple  .. perhaps stupid NAT and Routing Questions in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/simple-perhaps-stupid-nat-and-routing-questions/m-p/10004#M1032</link>
    <description>sorry .. for (perhaps) stupid questions .. but until now i never needed Routing an NAT .&lt;BR /&gt;
&lt;BR /&gt;
We are a little public School in germany and into the last 15 years we had a pure public Network, every printserver had a public address because we have a full class C net with 254 addresses.&lt;BR /&gt;
&lt;BR /&gt;
Now we want to divide the Network into 2 parts and I want to use only private addresses for students und teachers.&lt;BR /&gt;
&lt;BR /&gt;
I got a new SSA150 Switch and want to use this device for Routing and NAT, i  will explain our Network short... of course I changed the real addresses a little bit  &lt;BR /&gt;
&lt;BR /&gt;
Public Network : 195.16.45.0 /24  with a cisco border router and his IP 195.16.45.1   &lt;BR /&gt;
On the Cisco there is a VLAN 30 defined with the IP 195.16.45.1 &lt;BR /&gt;
Cisco LAN Port is Cicso Static Access VLAN 30)  .. that means  Enterasys "untagged"&lt;BR /&gt;
&lt;BR /&gt;
Future : 2 private Networks with 172.16.200.0 /24  for Teacher and 172.16.201.0 /24 for Students &lt;BR /&gt;
&lt;BR /&gt;
On the Cisco WAN side there is a additional Transfer Network with BGP (we have two 155Mbit Connecions terminated on that router) &lt;BR /&gt;
Because the BGP and WAN Side is managed by the Provider T-Systems.. i can not change anything on this side.&lt;BR /&gt;
&lt;BR /&gt;
Here is my Config for the SSA15 :&lt;BR /&gt;
&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 200&lt;BR /&gt;
set vlan create 201&lt;BR /&gt;
set port vlan ge.1.1 30     (Port for connect Cisco Border Router )&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 200&lt;BR /&gt;
 &amp;gt;ip address 172.16.200.1/24&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
 &amp;gt;ip address 172.16.201.1/24&lt;BR /&gt;
&lt;BR /&gt;
***  NAT Config &lt;BR /&gt;
interface vlan 30&lt;BR /&gt;
 -&amp;gt;ip nat outside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 200&lt;BR /&gt;
 -&amp;gt;ip nat inside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
 -&amp;gt;ip nat inside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
ACCESS &lt;BR /&gt;
&lt;BR /&gt;
access-list standard 200 permit host 172.16.200.2 - 172.16.200.254&lt;BR /&gt;
access-list standard 201 permit host 172.16.201.2 - 172.16.201.254&lt;BR /&gt;
&lt;BR /&gt;
ip nat pool naptpool200 194.16.45.144 195.16.45.148 netmask 255.255.255.0&lt;BR /&gt;
ip nat pool naptpool201 194.16.45.149 195.16.45.153 netmask 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
ip nat inside source list 200 pool naptpool200 overload&lt;BR /&gt;
ip nat inside source list 201 pool naptpool201 overload&lt;BR /&gt;
&lt;BR /&gt;
2 Questions now : &lt;BR /&gt;
&lt;BR /&gt;
1. Will this config work or are there Basic Errors in this Config ?&lt;BR /&gt;
&lt;BR /&gt;
2. which Routing rule do in Need to Forward the Network packets from the nat &lt;BR /&gt;
&lt;BR /&gt;
pool IP´s  (outside) to the router address ....   195.16.45.1  ??&lt;BR /&gt;
&lt;BR /&gt;
Thx for any help &lt;BR /&gt;
&lt;BR /&gt;
Chris&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Sep 2014 23:55:00 GMT</pubDate>
    <dc:creator>Chris37</dc:creator>
    <dc:date>2014-09-23T23:55:00Z</dc:date>
    <item>
      <title>Simple  .. perhaps stupid NAT and Routing Questions</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/simple-perhaps-stupid-nat-and-routing-questions/m-p/10004#M1032</link>
      <description>sorry .. for (perhaps) stupid questions .. but until now i never needed Routing an NAT .&lt;BR /&gt;
&lt;BR /&gt;
We are a little public School in germany and into the last 15 years we had a pure public Network, every printserver had a public address because we have a full class C net with 254 addresses.&lt;BR /&gt;
&lt;BR /&gt;
Now we want to divide the Network into 2 parts and I want to use only private addresses for students und teachers.&lt;BR /&gt;
&lt;BR /&gt;
I got a new SSA150 Switch and want to use this device for Routing and NAT, i  will explain our Network short... of course I changed the real addresses a little bit  &lt;BR /&gt;
&lt;BR /&gt;
Public Network : 195.16.45.0 /24  with a cisco border router and his IP 195.16.45.1   &lt;BR /&gt;
On the Cisco there is a VLAN 30 defined with the IP 195.16.45.1 &lt;BR /&gt;
Cisco LAN Port is Cicso Static Access VLAN 30)  .. that means  Enterasys "untagged"&lt;BR /&gt;
&lt;BR /&gt;
Future : 2 private Networks with 172.16.200.0 /24  for Teacher and 172.16.201.0 /24 for Students &lt;BR /&gt;
&lt;BR /&gt;
On the Cisco WAN side there is a additional Transfer Network with BGP (we have two 155Mbit Connecions terminated on that router) &lt;BR /&gt;
Because the BGP and WAN Side is managed by the Provider T-Systems.. i can not change anything on this side.&lt;BR /&gt;
&lt;BR /&gt;
Here is my Config for the SSA15 :&lt;BR /&gt;
&lt;BR /&gt;
set vlan create 30&lt;BR /&gt;
set vlan create 200&lt;BR /&gt;
set vlan create 201&lt;BR /&gt;
set port vlan ge.1.1 30     (Port for connect Cisco Border Router )&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 200&lt;BR /&gt;
 &amp;gt;ip address 172.16.200.1/24&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
 &amp;gt;ip address 172.16.201.1/24&lt;BR /&gt;
&lt;BR /&gt;
***  NAT Config &lt;BR /&gt;
interface vlan 30&lt;BR /&gt;
 -&amp;gt;ip nat outside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 200&lt;BR /&gt;
 -&amp;gt;ip nat inside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
interface vlan 201&lt;BR /&gt;
 -&amp;gt;ip nat inside&lt;BR /&gt;
  &amp;gt;exit&lt;BR /&gt;
&lt;BR /&gt;
ACCESS &lt;BR /&gt;
&lt;BR /&gt;
access-list standard 200 permit host 172.16.200.2 - 172.16.200.254&lt;BR /&gt;
access-list standard 201 permit host 172.16.201.2 - 172.16.201.254&lt;BR /&gt;
&lt;BR /&gt;
ip nat pool naptpool200 194.16.45.144 195.16.45.148 netmask 255.255.255.0&lt;BR /&gt;
ip nat pool naptpool201 194.16.45.149 195.16.45.153 netmask 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
ip nat inside source list 200 pool naptpool200 overload&lt;BR /&gt;
ip nat inside source list 201 pool naptpool201 overload&lt;BR /&gt;
&lt;BR /&gt;
2 Questions now : &lt;BR /&gt;
&lt;BR /&gt;
1. Will this config work or are there Basic Errors in this Config ?&lt;BR /&gt;
&lt;BR /&gt;
2. which Routing rule do in Need to Forward the Network packets from the nat &lt;BR /&gt;
&lt;BR /&gt;
pool IP´s  (outside) to the router address ....   195.16.45.1  ??&lt;BR /&gt;
&lt;BR /&gt;
Thx for any help &lt;BR /&gt;
&lt;BR /&gt;
Chris&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2014 23:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/simple-perhaps-stupid-nat-and-routing-questions/m-p/10004#M1032</guid>
      <dc:creator>Chris37</dc:creator>
      <dc:date>2014-09-23T23:55:00Z</dc:date>
    </item>
  </channel>
</rss>

