Forum Discussion
Shaun_85943
Nimbostratus
Apr 26, 2010Management & External networks on same subnet/physical network?
Ok,
I am evaluating the LTM VE for one of our web projects as its easier than getting a physical LTM to test. The problem is, the management network and external network are connected to the same physical network (both on 192.168.4.0) while the internal network is well segrated on a different vSwitch with a different network (172.16.6.0). No matter what I have tried so far though, I am not allowed to assign an IP for the external network since the Big-IP detects it as the same as the management network. Do I need to create another vSwitch with another network just for the management network and then manage it from one of my virtual servers instead of my desktop?
- hoolio
Cirrostratus
Hi Shaun, - Shaun_85943
Nimbostratus
hoolio, thanks for the quick reply. I ended up creating a seperate vSwitch port group on an existing vSwitch and then assigning just one virtual server and the LTM VE to said port group. I've been using a RDP session to that server to configure it, but I just tried the external IP and it worked. Thanks for your help. Now to just figure out how to write an iRule that directs all requests for vip/admin to one server and all request to vip/ to the other 2 servers. - qe_102628
Nimbostratus
Try something like this?
here's the article I found that in: iRules 101 Articlewhen HTTP_REQUEST { if { [HTTP::uri] starts_with "/admin" } { node 10.1.1.200 8080 } else { pool HTTP_pool } }
- DanF_103701
Nimbostratus
Hi.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects