Hi everybody,
I got a ADSL SpeedTouch Pro modem connected to the
external Ethernet card (eth1), and the internal eth0
connected to the LAN.
I'd like to access to the ADSL modem embedded web
page, but from the local LAN, so I can configure it, and see the line statistics.
Actually I can only enter with lynx from the server only.
The modem IP is 10.0.0.138/8 and the local LAN is
10.0.0.0/8.
I've added an ip to eth1 with
ip addr add 10.0.0.9 dev eth1
Then I try to do it with route tables but it doesn't
works. So I decided to implement a rule in the forward chain with ipchains, this way:
ipchains -A forward -b -s 10.0.0.0/8 -d 10.0.0.138 -j ACCEPT
But it doesn't work. I try with different rules (always with forward) including the protocol
(tcp, udp) but I can't. I also try to move the rule to the first place to be sure it's followed....but nothing.
If anyone can help me with this issue, I'll really appreciate it. If I miss to declare something please
let me know. And sorry for my English, I speak Spanish.
yours,
Jarkor