Hello,
I have a temporary network setup and noticed some odd behaviour of my router.
My internet connection is by means of a USB modem. I use a linux installed in VMWare to address this modem. But I would also like to share the internet connection with other devices, with my linksys router as the dhcp server. So this is my setup:
virtual linux:
- wan: dials internet connection
- lan: fixed ip 192.168.1.1
linksys router:
- wan: fixed ip 192.168.1.100
- lan: fixed ip 192.168.2.1, acts as dhcp server for the range 192.168.2.x
pc:
- lan: gets ip from dchp
I then have connected the wan port of the router to one of its lan ports (I know this is far from ideal), thinking that it should work as there is only one dhcp server, and I'm using different subnets. And it works! But the wan lights and wireless (?) light are blinking like crazy when the cable is connected (even if there is no internet connection dialed). It always works for wired connections, but wireless connections cannot always be made.
My question is: why are those lights blinking like crazy? The wan-side has a fixed ip that is on a different subnet from the others, so it should not search for something.
I'm mainly curious. I know this setup is not ideal as traffic passes the router twice. It could be simpler, but the linksys router always sets itself as the gateway; if it were to allow me to choose a different gateway I would be able to put it all on the same subnet and not have to connect the wan port. I'll solve it by adding a second nic, which will be dedicated to the virtual linux and connected to the wan port (I know this works much better from tests with my laptop - connecting its wired nic to the wan port of the router, and using its wireless connection to connect to the router).
So, any thoughts as to why the router seems to be so occupied?
Jörg
I have a temporary network setup and noticed some odd behaviour of my router.
My internet connection is by means of a USB modem. I use a linux installed in VMWare to address this modem. But I would also like to share the internet connection with other devices, with my linksys router as the dhcp server. So this is my setup:
virtual linux:
- wan: dials internet connection
- lan: fixed ip 192.168.1.1
linksys router:
- wan: fixed ip 192.168.1.100
- lan: fixed ip 192.168.2.1, acts as dhcp server for the range 192.168.2.x
pc:
- lan: gets ip from dchp
I then have connected the wan port of the router to one of its lan ports (I know this is far from ideal), thinking that it should work as there is only one dhcp server, and I'm using different subnets. And it works! But the wan lights and wireless (?) light are blinking like crazy when the cable is connected (even if there is no internet connection dialed). It always works for wired connections, but wireless connections cannot always be made.
My question is: why are those lights blinking like crazy? The wan-side has a fixed ip that is on a different subnet from the others, so it should not search for something.
I'm mainly curious. I know this setup is not ideal as traffic passes the router twice. It could be simpler, but the linksys router always sets itself as the gateway; if it were to allow me to choose a different gateway I would be able to put it all on the same subnet and not have to connect the wan port. I'll solve it by adding a second nic, which will be dedicated to the virtual linux and connected to the wan port (I know this works much better from tests with my laptop - connecting its wired nic to the wan port of the router, and using its wireless connection to connect to the router).
So, any thoughts as to why the router seems to be so occupied?
Jörg
Comment