lilmer Posted July 24, 2013 Share Posted July 24, 2013 I have question about I.P. configuration. On IIS server we have a default I.P. that we use to access the web pages,e.g. 123.45.6.7 . Can I change I.P. or going to create a virtual I.P. just to view specific page. Current I.P. : 123.45.6.7 Virtual I.P. : 134.25.7.6/page I am using codeigniter as my framework. Or maybe if it can be done on coding? Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/ Share on other sites More sharing options...
requinix Posted July 24, 2013 Share Posted July 24, 2013 No. IP addresses are not like host or domain names that you can make up as you go. The only way it would be possible is if the server running IIS had two network connections, one on the 123.45 network and a second on the 134.25 network. Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1441894 Share on other sites More sharing options...
lilmer Posted July 24, 2013 Author Share Posted July 24, 2013 So I really need two server for that. Okay thanks. Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1441897 Share on other sites More sharing options...
trq Posted July 24, 2013 Share Posted July 24, 2013 So I really need two server for that. Okay thanks. No, you need two network interfaces for that. Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1441900 Share on other sites More sharing options...
lilmer Posted July 24, 2013 Author Share Posted July 24, 2013 Networks Interfaces. Okay, I guess I have to study that first. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1441921 Share on other sites More sharing options...
Petermichael703 Posted December 14, 2013 Share Posted December 14, 2013 so to have two I Ps i need to have two network interfaces . isn t there any other way?? Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1462323 Share on other sites More sharing options...
kicken Posted December 14, 2013 Share Posted December 14, 2013 It depends on what your needs are. A single interface can have multiple IP's assigned to it, however they must all be part of the same network, eg: 192.168.0.10, 192.168.0.11, 192.168.0.12, etc. If you need IP's on different networks then the need to have to separate interfaces, one connected to network A, the other to network B. Whether you even need multiple IP's also depends on you are doing. For web hosting you generally do not need a separate IP for each site, you just use one IP and name-based virtual hosting. Quote Link to comment https://forums.phpfreaks.com/topic/280446-create-dummy-ip-for-web-hosting/#findComment-1462341 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.