Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 07-30-2005, 10:35 PM   #1 (permalink)
 
Newb Techie

Join Date: Jun 2004

Posts: 11

vicf23

Send a message via AIM to vicf23
Question Iptables in debian

I just went over my FC3 install with Debian stable. It went without incident, but the iptables configuration seems to be a lot diffrent. How can I completely disable iptables from starting? I know its usually not a smart thing to do, but this computer is already behind a firewall and its driving me insane not being able to use VNC on it.

Thanks.
vicf23 is offline  
Old 07-30-2005, 11:56 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

iptables is software for adjusting/setting the kernels packet handling options, it doesnt run as a daemon

iptables -L will list the current ruleset

iptables -F will flush the current ruleset

normally the ruleset defaults to everything open or closed, depends on distro

echo 0 > /proc/sys/net/ipv4/ip_forward should disable packet forwarding I think,not sure if debian uses that exact location for the variable
horndude is offline  
Old 07-31-2005, 12:17 AM   #3 (permalink)
 
Newb Techie

Join Date: Jun 2004

Posts: 11

vicf23

Send a message via AIM to vicf23
Default

Hey Horndude, thanks for your reply, but I got it. Guess I shoulda just messed around a little more before going to the fourms lol. Anyway, I tried flushing and port scaned to make sure the port was open. I think it may have been a VNC client issue.

Thanks anyway.
vicf23 is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On