Lievenvw’s Weblog

howto change an IP address, DNS server or WINS server from the command line in Windows

October 2, 2008 · Leave a Comment

howto change an IP address, DNS server or WINS server from the command line in Windows

  • netsh interface ip show config
    is the same as ipconfig, shows your current configuration
  • netsh interface ip set address “Local Area Connection” dhcp
    this sets the adapter with name “Local Area Connection” to DHCP.
  • netsh interface ip set address “Local Area Connection” static 192.168.0.5 255.255.255.0 192.168.0.1 1
    this changes the ip address of the adapter “Local Area Connection” to 192.168.0.5, with as subnet mask 255.255.255.0 and gateway 192.168.0.1, metric 1.  Do not forget to set the metric!
  • add dns “Local Area Connection” 192.168.1.22
    adds a dns server
  • add dns “Local Area Connection”192.168.1.23 2
    adds a 2nd dns server, with 2nd priority
  • add wins “Local Area Connection”192.168.1.23
    adds a wins server

Categories: Windows
Tagged: , ,

Firmware update for PN50A550

October 2, 2008 · 3 Comments

There is a new firmware update for the PN50A550 which is the US version of the PS50A550 / PS50A556.

It’s being discussed here on AVforums:

Robert: On your website there is a new firmware listed for my pn50a550. What problems does this firmware correct?
Dylan D: I will let you know about it.
Dylan D: Let me check that for you.
Robert: ok thanks
Dylan D: Firmware update will fix intermittent red blur when watching moving pictures. It will enhance the color processing capabilities of the TV. It will fix a problem with a totally green screen when connect to certain HDMI devices. It will improve the WiseLink detection.
Dylan D: Is there anything else I can help you with Robert?
Robert: Is that all the update addresses?
Dylan D: Yes Robert. I am reading directly from the service bulletin matched to this update. Have I answered your question?
Robert: Yes, thank you.

I do hope that this update will come soon to Europe also, as the european version is still flawed with false contouring.  Actually I believe both versions are flawed, guess you only notice it on PAL source material.

Categories: Video
Tagged: , ,