Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Firewall?

  1. #11
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Firewall?

    Quote Originally Posted by Nisal View Post
    what the best firewall available to ubuntu ?and still is there any possibility that RAT can get infected via WINE ?
    A better question is ,

    What do you want your firewall to do.

    By default there are no significant open ports, so there is nothing to firewall.

    Also, Firestarter conflicts with ufw, so use one tool or the other. If you want to stay with ufw, purge firestarter.

    Code:
    sudo apt-get purge firestarter
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  2. #12
    Join Date
    Dec 2008
    Location
    SL
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Firewall?

    Quote Originally Posted by bodhi.zazen View Post
    A better question is ,

    What do you want your firewall to do.

    By default there are no significant open ports, so there is nothing to firewall.

    Also, Firestarter conflicts with ufw, so use one tool or the other. If you want to stay with ufw, purge firestarter.

    Code:
    sudo apt-get purge firestarter
    so if i get infected with a RAT u mean there are no way to get a effect ? and after reading some articles i guess ufw will be enough

  3. #13
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Firewall?

    What is a RAT ?
    How would you be infected by a RAT ?
    What makes you think a firewall will help with a RAT ? There are no open ports by default, so you are no more secure with a firewall.

    Now if you install a server, such as VNC or ssh, and forward a port that is different.
    Last edited by bodhi.zazen; March 29th, 2010 at 06:22 PM.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #14
    Join Date
    Dec 2008
    Location
    SL
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Firewall?

    Quote Originally Posted by bodhi.zazen View Post
    What is a RAT ?
    How would you be infected by a RAT ?
    remote administration tool, and that the question im having with "Wne" is there any possibility to get infected by a RAT ?

    Edit:ya i had forward a port so i have open ports
    Last edited by Nisal; March 29th, 2010 at 06:28 PM.

  5. #15
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Firewall?

    You already have a remote administration tool installed by default. Make sure it is turned off by going to System->Preferences->Startup Applications, and uncheck Remote Desktop. On the next reboot, it will be disabled.

  6. #16
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Firewall?

    Quote Originally Posted by Nisal View Post
    remote administration tool, and that the question im having with "Wne" is there any possibility to get infected by a RAT ?

    Edit:ya i had forward a port so i have open ports
    There are reports of viruses running in wine. So long as you do not run wine as root they can not infect your system files, but they can infect files in .wine.

    I would be less concerned that you are infected by "something" in RAT and more concerned in securing RAT. In that case, a firewall is part of security, but you need so secure RAT.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #17
    Join Date
    Nov 2009
    Beans
    919
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Firewall?

    Well, there are remote access tools and there are remote access trojans (and in a lot of cases the only difference between the two is in who's running things on the client side). In the trojan context, it's another way of saying backdoor, except you get to turn it into an acronym which sounds more menacing in news articles and sales meetings.

    A firewall won't really help you with those, though, since they initiate connections from the inside (end user's PC) to the malicious external device. Don't worry too much about those, since in Linux they aren't really a desktop issue. There's both more value and greater likelihood of success in getting them on a (poorly configured) web server. If you get one because of activity during a Wine session, it should only work while that's running (if at all). With a regular Linux desktop session you won't have sufficient permissions in anything for that to install itself automatically. You'd have to be tricked into installing it yourself, and you'd be asked for your password before it happened.

  8. #18
    Join Date
    Dec 2008
    Location
    SL
    Beans
    Hidden!
    Distro
    Kubuntu 10.10 Maverick Meerkat

    Re: Firewall?

    Quote Originally Posted by cariboo907 View Post
    You already have a remote administration tool installed by default. Make sure it is turned off by going to System->Preferences->Startup Applications, and uncheck Remote Desktop. On the next reboot, it will be disabled.
    okay il do it hope it won't be much problem

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •