I want to forward network packet to other computer. First, explain my way. I captured network packet in NF_IP_PRE_ROUTING (in netfilter hook). And I changed its destination address, returned NF_ACCEPT. But it doesn't work well. Despite of my poor English, thanks for your patient..^^ Plz help me~~