Search found 8 matches

by DanielLeeP
2017/10/03 21:30:49
Forum: CentOS 6 - Networking Support
Topic: Doubt with iptables
Replies: 5
Views: 2831

Re: Doubt with iptables

As for the Virtual host that bit is easy cd /etc/httpd/conf/ nano httpd.conf go to the bottom where it says Virtual host <VirtualHost 0.0.0.0:80> ServerAdmin Webmaster email address DocumentRoot /home/user/www ServerName domain.serving.from ErrorLog /home/user/www/logs/error.log CustomLog /home/user...
by DanielLeeP
2017/10/03 21:11:52
Forum: CentOS 6 - Networking Support
Topic: Doubt with iptables
Replies: 5
Views: 2831

Re: Doubt with iptables

Personally i think running a website out of the root user in my opinion is bad practice it is always better to have apache serve websites on a per user directory basis Enable the userdir module and set the directory from public_html to www or whatever you want to call it Then chmod 711 /home/* chgrp...
by DanielLeeP
2017/10/03 00:40:38
Forum: CentOS 6 - Networking Support
Topic: StrongSWAN Routing Issue
Replies: 3
Views: 3626

Re: StrongSWAN Routing Issue

this is the ipconfig/all output from me pc PPP adapter VPN: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : VPN Physical Address. . . . . . . . . : DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 10.0.0.0(Prefe...
by DanielLeeP
2017/10/03 00:08:17
Forum: CentOS 6 - Networking Support
Topic: StrongSWAN Routing Issue
Replies: 3
Views: 3626

Re: StrongSWAN Routing Issue

i've also tried this # Generated by iptables-save v1.4.7 on Mon Oct 2 19:44:56 2017 *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [481:54022] -A INPUT -s 10.0.0.0/24 -i ppp0 -j ACCEPT -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo...
by DanielLeeP
2017/10/02 19:57:56
Forum: CentOS 6 - Networking Support
Topic: StrongSWAN Routing Issue
Replies: 3
Views: 3626

Re: StrongSWAN Routing Issue

Worked on it a bit today and still nothing so if anyone has any suggestions that would be great i've had it set up on a VPS through this provider before but i can't remember how i got it working the last time.
by DanielLeeP
2017/10/02 16:04:17
Forum: CentOS 6 - Networking Support
Topic: Issue with OS not recognizing NIC
Replies: 5
Views: 2544

Re: Issue with OS not recognizing NIC

This link will give you step by step instructions on how get the wireless drive running you will need a USB Drive to download it to from another computer and mount it to the linux computer or hardwire the PC and download it directly to it https://forums.fedoraforum.org/showthread.php?t=239922 It's b...
by DanielLeeP
2017/10/02 06:46:08
Forum: CentOS 6 - Networking Support
Topic: Issue with OS not recognizing NIC
Replies: 5
Views: 2544

Re: Issue with OS not recognizing NIC

This is for your wireless connection right?
by DanielLeeP
2017/10/02 06:34:28
Forum: CentOS 6 - Networking Support
Topic: StrongSWAN Routing Issue
Replies: 3
Views: 3626

StrongSWAN Routing Issue

Alright so i have been at this for about 6 - 8 hours now i have tried everything i can think of to get this VPN Server running including turning off my Firewall completely on the Linux System and it is still refusing to work i have a StrongSWAN VPN Setup i used an Automated script to install it i wi...