From: deneme.true <den...@gm...> - 2013-01-04 15:35:39
|
As I seen: For internet connection of coLinux: IP of eth0 of coLinux image will indicate router's internal IP if assigned with dhcp server. If router's dhcp server is disabled IP should be written in /etc/network/interfaces as static: For instance: auto eth0 iface eth0 inet static #ip assigned as static address 10.0.0.25 #internal ip should be written instead of getting internal ip from dhcp server of router. netmask 255.255.255.0 gateway 10.0.0.2 #routers web interface Regards |