|
||||||||
Hi all... Sorry I make some mistaping on interface name in my previous question : Correct is : My config is : STATION[192.168.1.2]----------[192.168.1.1][LAN]m0n0wall[WAN][PPPOE]---------[100.0.0.2]DSLMODEM------>ISP I need to connect from station to DSLMODEM webGUI. WAN interface is configured as PPPOE. So m0n0wall doesn't set up an ip adress on this side. So with exec page, I make an ifconfig inet 100.0.0.1 netmask 255.255.255.0 tl0 Where tl0 is the physical ethernet WAN interface, opposed to ng0 which is the pppoe which get the public WAN ip adress from my ISP. Status page shows me that tl0 as a correct ip adress 100.0.0.1 set up. Same page shows me that I have a correct route to 100.0.0.0/24 thru tl0 In theory, I have no need to uncheck "Block private Network" as I stole the 100.0.0.0 subnet which is a public network.... (-; Ok, I can ping 100.0.0.1 from STATION But I can't ping 100.0.0.2 from m0n0wall or from STATION Log said : <132>Apr 2 01:24:39 ipmon[64]: 01:24:39.024326 tl0 @0:7 b 100.0.0.1 -> 100.0.0.2 PR icmp len 20 84 icmp echo/0 OUT where rule 7 group 0 is : @7 block out log quick from any to any To test I add rule a dangerous rule with webGUI on WAN SIDE *:* to *:* any pass Same.... )-; Which is the correct rule I need to put on m0n0wall ? Does I need to add a proxy arp on 100.0.0.1 ? I will eat my hat (-; Help !!! - Thierry |