NeoRouter
http://www.neorouter.com/forum/

Solved: How to get throgh linux firewall
http://www.neorouter.com/forum/viewtopic.php?f=8&t=5095
Page 1 of 1

Author:  EllwoodEinstein [ Thu Jun 28, 2012 11:06 am ]
Post subject:  Solved: How to get throgh linux firewall

Thought I'd post this tip since I was unable to reach my Linux box via NR when the firewall was up.

I'm using Firestarter as my gui front end on Ubuntu 12.04. If you're not using Firestarter you may be able to find a similar solution. If you're conversant with configuring firewall rules you should have no problem.

OK, Firestarter uses this file for rules to be executed before the Firestarter generated rules:
Code:
/etc/firestarter/user-pre


Initially, this file is empty. Simply edit it and add the following two lines:
Code:
$IPT -A INPUT -i nrtap+ -j ACCEPT
$IPT -A OUTPUT -o nrtap+ -j ACCEPT

Restart the firewall and you're good to go.

Hope this helps someone.

EE

Author:  BumbleBII [ Mon Jun 03, 2013 12:25 pm ]
Post subject:  Re: Solved: How to get throgh linux firewall

Thank you a milion times. I am a noob in linux ubuntu but starting to fix things so it works. and with your help i have made a big step on the way. THX

Author:  EllwoodEinstein [ Mon Jun 03, 2013 4:32 pm ]
Post subject:  Re: Solved: How to get throgh linux firewall

BumbleBII wrote:
Thank you a milion times. I am a noob in linux ubuntu but starting to fix things so it works. and with your help i have made a big step on the way. THX


Nice to get a thank you. You're very welcome.

EE

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/