Hi, in my network are two locally subnets. Now I want to print from one subnet (loc_110) to the other subnet (loc) where a printer server (192.168.111.5) is working. My printer server is from the d-link company. First in "/var/log/messages" was an entry that there was dropped traffic from source 192.168.110.x port 721 to 192.168.111.5 port 515. Ok, now I''ve created a rule, that accept those traffic: ACCEPT loc_110 loc:192.168.111.5 tcp 515 ACCEPT loc_110 loc:192.168.111.5 udp 515 After these changes there aren''t any messages in logfile, but printer don''t work. Any hints ? Thank''s Regards Michael
On Wed, 2004-11-24 at 16:13 +0100, Michael Menkhoff wrote:> Hi, > > in my network are two locally subnets. > Now I want to print from one subnet (loc_110) to the other subnet > (loc) where a printer server (192.168.111.5) is working. > > My printer server is from the d-link company. > > First in "/var/log/messages" was an entry that there was dropped > traffic from source 192.168.110.x port 721 to 192.168.111.5 port 515. > > Ok, now I''ve created a rule, that accept those traffic: > > ACCEPT loc_110 loc:192.168.111.5 tcp 515 > ACCEPT loc_110 loc:192.168.111.5 udp 515 > > After these changes there aren''t any messages in logfile, but printer > don''t work. > > Any hints ?Have you configured the default gateway in the printer properly? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key
Many thanks to you Tom. That was the problem. It works fine. Regards Michael TE> On Wed, 2004-11-24 at 16:13 +0100, Michael Menkhoff wrote:>> Hi, >> >> in my network are two locally subnets. >> Now I want to print from one subnet (loc_110) to the other subnet >> (loc) where a printer server (192.168.111.5) is working. >> >> My printer server is from the d-link company. >> >> First in "/var/log/messages" was an entry that there was dropped >> traffic from source 192.168.110.x port 721 to 192.168.111.5 port 515. >> >> Ok, now I''ve created a rule, that accept those traffic: >> >> ACCEPT loc_110 loc:192.168.111.5 tcp 515 >> ACCEPT loc_110 loc:192.168.111.5 udp 515 >> >> After these changes there aren''t any messages in logfile, but printer >> don''t work. >> >> Any hints ?TE> Have you configured the default gateway in the printer properly? TE> -Tom