<?xml version="1.0"?>
<ProxyConfigFile
stdDNSRequestPort="53"
legacyDNSRequestPort="55667"
fakeAddrRangeStart="1.0.0.2"
fakeAddrRangeMask="255.255.255.0"
myNamesConfigFile="config_files/myNames.xml"
outboundConnectionConfigFile="config_files/outbound.xml"
>
<OC-D-List>
<OC-D
type="I3"
id="pli3"
description="I3 Overlay Network running on PlanetLab"
configFile="config_files/i3-cfg.xml"
active="yes"
I3_EnableShortcut="no"
I3_AddressBook="config_files/i3_addr_book.txt"
I3_EnableFastConnectionStartup="no"
defaultUrlSuffix=".pli3"
otherUrlSuffixes=".i3"
I3_LocalPortNum="58749"
/>
</OC-D-List>
<Tunnel>
<DevicePath>/dev/net/tun</DevicePath>
<DeviceName>tun0</DeviceName>
<MTU>1200</MTU>
<IPAddress>10.0.0.1</IPAddress>
<RoutingTable>tuntab</RoutingTable>
<ifconfigCmd>/sbin/ifconfig</ifconfigCmd>
<iptablesCmd>/sbin/iptables</iptablesCmd>
<ipCmd>/sbin/ip</ipCmd>
<modprobeCmd>/sbin/modprobe</modprobeCmd>
</Tunnel>
</ProxyConfigFile>
|