- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Will this vlan work?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2011 05:00 PM
07-14-2011 05:00 PM
Will this vlan work?
I have two sites, each with their own internet connection, but connected to each other wirelessly. I want site B to be able to use the site A internet connection using a seperate public IP address. Essentially I'm looking for a backup internet connection in case the internet at site B goes down (which it does often). What makes me unsure of the config is that there is already a "wireless" vlan in place. The wireless network is essentially an access point at site A that serves about 3 other sites.
Internet connection for site B would be in port 2
Site "A" switch
vlan 1
name "sitea"
untagged 3-28
ip address 192.168.71.7 255.255.255.0
no untagged 1
exit
vlan 2
name "wireless"
untagged 1
ip address 192.168.70.1 255.255.255.0
exit
vlan 3
name "sitebinternet"
tagged 2
ip adress 192.168.72.1 255.255.255.0
exit
Site "B" switch
vlan 1
name "siteb"
untagged 1-20,25-28
ip address 172.22.24.41 255.255.255.0
no untagged 23-24
exit
vlan 3
name "sitebinternet"
tagged 23-24
ip address 192.168.72.2 255.255.255.0
exit
Would this allow me to connect the Site B wireless link to port 23, then the firwall to port 24 and then use the public ip address on the firewall?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 06:20 AM
07-20-2011 06:20 AM
Re: Will this vlan work?
Will this vlan work? => Probably Yes. But you need to check if you Switch accept the routing, and this routing is activated by the command 'ip routing'.
Greetings.