|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
My Setting:
ifconfig eth0:0 xxx.xxx.xxx.xxx httpd start -> httpd.conf have a VirtualHost setting /sbin/ipchains -P input DENY /sbin/ipchains -P output DENY /sbin/ipchains -P forward DENY /sbin/ipchains -A input -i eth0:0 -j ACCEPT /sbin/ipchains -A output -i eth0:0 -j ACCEPT Then....The WWW of eth0:0 does'nt work If I take off ipchains setting, it's ok. Would anybody tell me why ? |
|
#2
|
|||
|
|||
|
try these settings:
ipchains -A input -i eth0 -p TCP -d <yourIP> 80 -j ACCEPT ipchains -A output -i eth0 -p TCP -s <yourIP> 80 -j ACCEPT ------------------ Bicz |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > about ifconfig and ipchains setting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|