Re: internet <-> gentoo pppoe <-> netgear <-> LAN?
- From: Clifford Kite <kite@xxxxxxxxxxxxxxxxx>
- Date: Sat, 2 Aug 2008 11:39:18 -0500
Agryppa <ja@xxxxx> wrote:
Hi,
I need to be able to have access to my LAN from a gentoo box which sits
behind a netgear router (WGR614v9). My problem is I can ping gentoo from
the LAN but not the LAN from gentoo box.
Below is the routing table of the gentoo (sabayon) box:
sabayonx86 ~ # ip route ls
10.64.64.65 dev ppp1 proto kernel scope link src 77.112.225.xxx
It appears sabayonx86 makes the PPPoE connection.
10.0.0.2 dev ppp0 proto kernel scope link src 10.0.0.1
192.168.0.0/24 via 10.0.0.2 dev ppp0
This looks like an attempt to do the impossible.
Does 10.0.0.2 refer to the IP of the netgear ethernet interface connecting
to sabayonx86 and 10.0.0.1 to the IP of the sabayonx86 ethernet interface
connecting to the netgear, with the netgear connecting to a 192.168.0.0/24
LAN via another interface? If so then traffic from the LAN to 10.0.0.1
might be routed through the netgear to sabayonx86 and ping replies from
sabayonx86 should go back out by the same path and get to the LAN.
Bottom line, try removing the last two routes above and adding
ip route add 192.168.0.0/24 via 10.0.0.2 dev ethN
where ethN is the sabayonx86 ethernet interface connecting to the netgear.
--
Clifford Kite
/* In my book, the first poster to resort to personal abuse in a Usenet
debate loses by default. - Rod Smith */
.
- Follow-Ups:
- Re: internet <-> gentoo pppoe <-> netgear <-> LAN?
- From: Agryppa
- Re: internet <-> gentoo pppoe <-> netgear <-> LAN?
- Prev by Date: Re: Modem trouble
- Next by Date: Re: internet <-> gentoo pppoe <-> netgear <-> LAN?
- Previous by thread: shell
- Next by thread: Re: internet <-> gentoo pppoe <-> netgear <-> LAN?
- Index(es):
Relevant Pages
|