Dual-Plus Kereskedelmi és Szolgáltató Kft.

Tel.:(40)104-670, (48)778-899, (46)778-899

Computer settings

In the case of Cable TV Internet service we dynamically provide the IP settings using DHCP service so you don’t need any information to setup your computer if there are any changes in services.
Settings: Windows 2000, Windows XP, Windows ME, Windows ’98, Linux.

If you have a problem, read a FAQ or contact us.

Windows 2000 and XP settings:

1. Click on Control panel in Start menu.
2. Double-click on Network connections.
3. Double-click on Local area connection.
4. In the pop-up dialog window click on Properties on the General tab.
5. In the pop-up dialog window select the TCP / IP protocol on the General tab, and then click on Properties.
6. Select the Obtain an IP address automatically and Obtain DNS server address automatically radio buttons..
7. Click OK.

Windows ME and 98 settings:

1. Click on Settings/Control panel.
2. Double-click on Network connections.
3. In the pop-up dialog window select the TCP / IP protocol on the Setup tab, and then click on Properties.
4. On the pop-up dialog window select Obtain an IP address automatically.
5. Select Disable DNS option on the DNS settings tab.

Linux settings:

/etc/network/interfaces

# /etc/network/interfaces — configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card – this entry was created during the Debian installation
auto eth0
iface eth0 inet dhcp

dhclient-2.0.x is required to 2.0.x kernel,
dhclient-2.2.x is required to 2.2.x and 2.4.x kernel.