http://pearpc.sourceforge.net/netset...nux_host_setup
this is the page of how to set up network for pear pc
unfortnately i get lost after it says, for 2.6 kernels you need to do this :P
For Linux 2.6.x: You must enable (as a module "M" or compiled-in "Y") the following features in your kernel:
* "Device Drivers / Networking support / Universal TUN/TAP device driver support" (CONFIG_TUN)
* "Device Drivers / Networking support / Networking Options / Network Packet Filtering (replaces ipchains) / IP: Netfilter Configuration / Connection tracking (required for masq/NAT)" (CONFIG_IP_NF_CONNTRACK)
* "Device Drivers / Networking support / Networking Options / Network Packet Filtering (replaces ipchains) / IP: Netfilter Configuration / IP tables support (required for filtering/masq/NAT)" (CONFIG_IP_NF_IPTABLES)
* "Device Drivers / Networking support / Networking Options / Network Packet Filtering (replaces ipchains) / IP: Netfilter Configuration / MASQUERADE target support" (CONFIG_IP_NF_MASQUERADE)
I hope this makes sence to someone out there