Dear all,
I connect my internet using pppoe to may DSL modem with bridging mode, and it goes fine until I try to put a wireless router between my PC and the modem.
After I configure both modem and the router, I can run my wireless network fine by connecting it from a laptop, but my PC is unable to reach the modem at this configuration.
Suppose:
PC has address 192.168.2.100
Router has address 192.168.2.2
Modem has address 192.168.2.1
all with netmask 255.255.255.0
With bridging configuration in modem and automatic detect configuration in the wireless router, the wireless network run well, except the PC cannot ping the Modem saying that
Code:
root@firefly:~# ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
From 192.168.2.100 icmp_seq=2 Destination Host Unreachable
Looks like my PC, which has Slackware 13.0, don't know how to reach the modem even they are physically connected.
Question:
1. how can I configure the modem, PC, and router so that the PC can reach the router? Do I need to do add route gateway from the PC?
2. How can I configure internet connection from the PC (before I use PPPoE)?
3. How can I configure the modem, PC, and router so that the wireless network is on?
regards,
ethereal1m