|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: |
My host conf: --------------------- push "route 10.0.0.0 255.255.255.0" server 172.16.8.0 255.255.255.0 port 1195 dev tun0 proto udp comp-lzo client-to-client keepalive 10 60 dh /tmp/openvpn/dh.pem ca /tmp/openvpn/ca.crt cert /tmp/openvpn/cert.pem key /tmp/openvpn/key.pem verb 5 ----------------------- My Host firewall: ----------------------- iptables -I INPUT 1 -p tcp --dport 1195 -j ACCEPT iptables -I INPUT 1 -p udp --dport 1195 -j ACCEPT iptables -I FORWARD 1 --source 172.16.8.0/24 -j ACCEPT iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o tun0 -j MASQUERADE iptables -I FORWARD -i br0 -o tun0 -j ACCEPT iptables -I FORWARD -i tun0 -o br0 -j ACCEPT ----------------------- Host Route table: ----------------------- Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.16.8.2 * 255.255.255.255 UH 0 0 0 tun0 10.0.0.0 * 255.255.255.0 U 0 0 0 br0 192.168.0.0 * 255.255.255.0 U 0 0 0 tun0 172.16.8.0 172.16.8.2 255.255.255.0 UG 0 0 0 tun0 74.219.99.0 * 255.255.255.0 U 0 0 0 vlan1 169.254.0.0 * 255.255.0.0 U 0 0 0 br0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default rrcs-*-*-*- 0.0.0.0 UG 0 0 0 vlan1 ----------------------- Client Routing table: ----------------------- Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 75.60.191.254 * 255.255.255.255 UH 0 0 0 ppp0 172.16.8.5 * 255.255.255.255 UH 0 0 0 tun0 10.0.0.0 172.16.8.5 255.255.255.0 UG 0 0 0 tun0 192.168.0.0 * 255.255.255.0 U 0 0 0 br0 172.16.8.0 172.16.8.5 255.255.255.0 UG 0 0 0 tun0 169.254.0.0 * 255.255.0.0 U 0 0 0 br0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default adsl-*-*-*- 0.0.0.0 UG 0 0 0 ppp0 ----------------------- |
Advertisement
| Hall of Fame |