On 03/31/2013 05:32 PM, juffinhalli wrote: > Hello! > > I have changed the rules of access to the interenet. Unfortunately, > nothing has changed. Work and registers any connection other than transit. > A similar problem just me? > > To test I have created a bash script (vuurmuur-b). > > Thank you for your help.
Can you check if ip forwarding is enabled? # sysctl net.ipv4.ip_forward net.ipv4.ip_forward = 1 Cheers, Victor > > 25.03.2013 11:49, Victor Julien пишет: >> Looking at the log you sent with this report, I see only 2 forwarding >> rules: >> >> Snat service any from local.lan to world.inet options log,loglimit="1" >> Accept service ping from local.lan to world.inet options log,loglimit="1" >> >> This means only "ping" is forwarded. The snat rule applies to everything >> that is forwarded with "accept" rules. >> >> So I think you should add more forwarding rules: to test you can >> simply add: >> >> accept service any from local.lan to world.inet options log,loglimit="1" >> >> That should make things work. If you confirmed that, remove this rule >> again and add rules like: >> >> accept service http from local.lan to world.inet options log,loglimit="1" >> accept service https from local.lan to world.inet options >> log,loglimit="1" >> >> etc. >> >> Cheers, >> Victor >> >> On 03/24/2013 04:50 PM, juffinhalli wrote: >>> Hello! >>> The logs of the vuurmuur successfully detected any compounds other than >>> transit >>> I double-checked, the network settings of the client computer - the >>> settings are correct, as the gateway IP address of the gateway with the >>> program and they are in the same subnet. >>> >>> Specifically to test, I created a port forwarding (ssh) from the >>> Internet to the client computer - unsuccessfully >>> The logs recorded only PORTFW event - from the Internet in gateway. >>> Ideally, then should be recorded on an event SNAT in the logs, but it >>> does not. >>> >>> The vuurmuur 0.7 has successfully recorded all this events and >>> everything works. >>> >>> Regards >>> Semen Vasilkov >>> >>> P.S. Sorry for bad English >>> >>> 24.03.2013 11:32, juffinhalli пишет: >>>> Hello! >>>> >>>> Testing vuurmuur 0.8r1. >>>> My system: clean Ubuntu 12.04 >>>> Unfortunately the sharing of the Internet is not working. >>>> Package installs of ftp://ftp.vuurmuur.org/ubuntu/dists/precise/alpha/ >>>> There is also a problem if you manually compile from source >>>> The problem in amd64 and i386 >>>> Using "vuurmuur_conf - wizard" does not solve the problem. >>>> All network connections - Ethernet cards >>>> The client computer is configured manually, dns 8.8.8.8. >>>> Gateway client computer pinged successfully and it shows in the logs >>>> Gateway itself goes on the Internet successfully >>>> In an attachment, logs and configuration files. >>>> >>>> Regards >>>> Semen Vasilkov >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> Everyone hates slow websites. So do we. >>>> Make your web apps faster with AppDynamics >>>> Download AppDynamics Lite for free today: >>>> http://p.sf.net/sfu/appdyn_d2d_mar >>>> >>>> >>>> _______________________________________________ >>>> Vuurmuur-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/vuurmuur-users >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Everyone hates slow websites. So do we. >>> Make your web apps faster with AppDynamics >>> Download AppDynamics Lite for free today: >>> http://p.sf.net/sfu/appdyn_d2d_mar >>> >>> >>> >>> _______________________________________________ >>> Vuurmuur-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/vuurmuur-users >>> >> >> ------------------------------------------------------------------------------ >> >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> _______________________________________________ >> Vuurmuur-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/vuurmuur-users > > > > ------------------------------------------------------------------------------ > Own the Future-Intel(R) Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. Compete > for recognition, cash, and the chance to get your game on Steam. > $5K grand prize plus 10 genre and skill prizes. Submit your demo > by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 > > > > _______________________________________________ > Vuurmuur-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/vuurmuur-users > ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Vuurmuur-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vuurmuur-users
