Hi C.Dummy wrote: > Hello. I'm using Bering for several years. Yesterday I installed v 3.0. > for DSL. It works after few changes. I change ISPs from time to to time. > So cables ISPs work out of the box no problem. As for DSL You have to > edit few files in order to work. The problem that I noticed as for the > DSL: if you follow guide from this page as for v3.0 but I remember I had > the same problems with lower version You will not get the connection. > > http://leaf.sourceforge.net/doc/buci-pppoe3.html > > In my case: > > > Step 6: Configure Shorewall > > > A) The |interfaces| file (entry 3) defines your interfaces. Here > connection to the net goes through ppp0. So we must set: > > (...) > #ZONE INTERFACE BROADCAST OPTIONS > net ppp0 - routefilter > loc eth1 detect routestopped > #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE > > > I get the error with routestopped and no connection. My lines have to look > like that: > > A) The |interfaces| file (entry 3) defines your > interfaces. Here connection to the net goes through ppp0. So we must set > > > (...) > #ZONE INTERFACE BROADCAST OPTIONS > net ppp0 - routefilter > loc eth1 detect > #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE > > > Also there is nothing about masq file :position 10 in shorewall package: > if You leave default > > #INTERFACE SUBNET ADDRESS PROTO > PORT(S) IPSEC > eth0 eth1 > eth0 eth2 > #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LIN DO NOT REMOVE > > > I don't get connection only error containing eth0 interface. I have to change > my lines to: > > #INTERFACE SUBNET ADDRESS PROTO > PORT(S) IPSEC > ppp0 eth1 > ppp0 eth2 > #LAST LINE -- ADD YOUR ENTRIES ABOVE THIS LIN DO NOT REMOVE > >
Yes this is a bit disconcerting, I believe the best solution is to use the shorewall params file and define a value for the external interface as documented. EXT_IF=ppp0 # or whatever interface is used for the external connection. Then EXT_IF can be used in a number of other configuration files. cheers Erich ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
