This is a discussion on Network is not working with pfil module inserted within the IPFilter forums, part of the System Security and Security Related category; Hello I have pfil 2.1.6 and ipf v4.1.8 installed on Solaris 8 108528-29 box. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello
I have pfil 2.1.6 and ipf v4.1.8 installed on Solaris 8 108528-29 box. I have empty rules and ipnat files and these entries in iu.ap file : # cat /etc/opt/pfil/iu.ap ce -1 0 pfil hme -1 0 pfil qfe -1 0 pfil # During OS boot following messages is logged in /var/messages/log file : Apr 4 18:44:35 local@zinc krtld: [ID 151736 kern.notice] /kernel/drv/sparcv9/pfil symbol Apr 4 18:44:35 local@zinc krtld: [ID 197480 kern.notice] miocpullup multiply defined I have no problems with connection when pfil module is removed from NIC, while with pfil module inserted into NIC network is not working : # ifconfig ce700000 modlist 0 arp 1 ip 2 ce # ping -s 192.168.200.1 1024 2 PING 192.168.200.1: 1024 data bytes 1032 bytes from rubidium.leica.ffab.tide.ti.com (192.168.200.1): icmp_seq=0. time=0. ms 1032 bytes from rubidium.leica.ffab.tide.ti.com (192.168.200.1): icmp_seq=1. time=0. ms ----192.168.200.1 PING Statistics---- 2 packets transmitted, 2 packets received, 0% packet loss round-trip (ms) min/avg/max = 0/0/0 # ifconfig ce700000 modinsert pfil@2 # ifconfig ce700000 modlist 0 arp 1 ip 2 pfil 3 ce # ping -s 192.168.200.1 1024 2 PING 192.168.200.1: 1024 data bytes ----192.168.200.1 PING Statistics---- 2 packets transmitted, 0 packets received, 100% packet loss # Can this problem be resolved somehow ? I asked several times about VLAN tagged interface support. Got no reply. Am I not polite enough or do not provide enough information ? Can you at least tip me what should I do to get a response to my questions. Thanks in advance. With best regards Martynas |