What happens if you connect a laptop by cable to one of the other lan ports on the linksys?
Just to check you are connecting the link from the lmce internal card to a lan port on the linksys and not the internet/wan port?
I connected a desktop by cable to one of the other lan ports on the Linksys.
The IP address is 192.168.122.62, again outside the range of 192.168.80.xxx
Wireless LAN adapter Wireless Network Connection:
IPv4 Address. . . . . . . . . . . : 192.168.1.76
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
Ethernet adapter Local Area Connection:
IPv4 Address. . . . . . . . . . . : 192.168.122.62
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.122.1
In my Linksys WRT45G device configuration, I also have the following settings:
1.
Internet Connection Type.
According to Linksys manual, this is the Router’s IP address, when seen from the WAN, or the Internet. I left it at its default value: Automatic Configuration – DHCP (see in snapshot1 in previous posting)
Should I change it to static and give it an IP address that is in the range (e.g. 192.168.80.131)?
Or does it not matter at all, since the wire is hooked to the lan port on the linksys and not the internet/wan port?
2.
Operating Mode (in Setup / Advanced Routing)
According to Linksys manual it could be
Gateway, if the device is hosting your network’s connection to the Internet or
Router if the Router exists on a network with other routers.
On my device, it is set to
RouterOn the core I have the network interfaces set up using eth2, eth3 as follows:
auto eth2
iface eth2 inet static
address 192.168.1.62
gateway 192.168.1.254
netmask 255.255.255.0
auto eth3
iface eth3 inet static
address 192.168.80.1
netmask 255.255.255.0
From the core I can access:
• The Internet, through the external interface
• The lmce-admin (on 192.168.80.1)
• The linksys admin (on 192.168.80.130)
From the desktop (as from the iPod) I cannot access the internal network (192.168.80.xx) unless i set the IP address of these devices statically.
Not sure what else I could do.
Avner