|
I think it is possible to set up 2 IP addresses and subnet masks on one NIC in Windows XP.
How can this be done?
Started by Peter Rounce on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Read though you'll see 10.0.10.1 1 netsh....
Netsh interface ip set address "Local Area Connection" static 10.0.10.20 255.255.255.0Searched Microsoft for "second ip address windows xp" it was the 5th link.
To replicate.
|
|
I need to change my IP address in Windows Vista. How do I do this?
Started by FarmBoy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
On the device you wish to set the IP address and click Properties
Highlight Internet Protocol the command-line way of doing it:
netsh interface ip set address name="Local Area Connection" source=static assign....
|
|
I have a hyper-v server with 4 GigE nic's. I have assigned one of the nic's as an internal network (192.168.x.x) and that nic is working as expected.
We have a need for a server to have access to the public side of our firewall so I have plugged nic #...
Started by WedTM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Your issue (as I suspect should send all traffic to if it is... .
I am assuming you have created a new virtual switch on th public network IP range, then hyperV networking is operating correctly..
The host should not need an IP address.
|
Ask your Facebook Friends
|
I have a linux server which needs to be set up with production ip address and hostname before installation procedures start (some scripts use these variables).
I've seen somebody assigning a temporary ip address and a temporary gateway simply by typing...
Answer Snippets (Read the full thread at serverfault):
The "correct" way would be:
sudo ip addr add <extra ip> dev eth0:0.
255.255.255.0 for Class C
Just be careful with the default route option, but it still works .
For the Class the IP belongs to e.g.
|
|
I'm setting up our new Dev server, what is the easiest way to assign multiple IP addresses to Windows 2008 Server Network Adapter?
I'm setting up our development machine, running IIS 7 and want to have the range between 192.168.1.200 - .254 available ...
Started by Brian Boatright on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The complete ....
> netsh interface ipv4 add address "Local AreaNetwork Connections -> Local Area Network Connection Properties -> TCP/IP Properties -> on your system.
Advanced -> IP Settings -> Add Button.
|
|
It is suggested in this question that it's not a good idea to expose a private IP address via a public DNS entry. My question is then what's an elegant and easily maintainable way to allow multiple users on diverse platforms (Mac/Windows) connecting to...
Started by Teflon Ted on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
We have VPN and it exists on a public IP address with no specific DNS entries for it...the users have to put in the ip address in the address bar.
I'm not exactly sure what you're asking.
|
|
I want to configure a BIND DNS server (since Windows Web Server 2008 does not have DNS service, I had to install BIND) that responds any request with a single A record . I had set up a * record but it seems to work just for direct subdomains of the server...
Started by Mehrdad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
An easier-to-configure alternative would be using Simple DNS Plus and the included Fixed IP Address.
|
|
I manage a small-ish network that consists of less than 70 nodes. The previous system administrators opted to have a dhcp server and manually set dhcp addess.
I have opted to rather use dhcp address assignment instead of static address assignment except...
Started by biosff on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
A good point about documentation, make sure you do have the IP address ranges documented, explaining what say the previous administrators "manually set DHCP address" do you mean static assignments?
If so machine's MAC address....
|
|
Hi I'm trying to build a website where users can upload images. I am wanting to have a seperate media server to host the images, so that the web application can point to the images like
mediaserver.mysite.com/test123.jpg
And the webserver
www.mysite.com...
Started by SteveM on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Next to "IP Address" (on the Web Site tab), click in Google should give....
We have dozens of websites all running on the one IP address
Right-click on your website and go to Properties.
This is done regularly.
On these systems.
|
|
I have a Belkin Universal Repeater that is behaving badly, so I factory reset the repeater.
My problem right now, I can't connect to the router web management page. This is most likely caused by invalid settings that I have. On the pre-reset setting, ...
Started by Adrian Godong on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
But the most.
You could try pinging the broadcast address and see who responds -a" in Windows to get a look at the ARP cache which maps your IP's to MAC addresses.
Out what its IP is from there.
|