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
