Can anyone share how to configure network on hetzner EQ servers.
I cant get it working.
You should register for the hetzner forum (forum.hetzner.de, hetzner customers only), it's quite a good resource for stuff like that. This is how i did it:
http://forum.hetzner.de/wbb2/thread.php?postid=138779 said:# device: eth0
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 188.99.99.177
broadcast 188.99.99.191
netmask 255.255.255.192
gateway 188.99.99.129
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_maxwait 0