Results 1 to 3 of 3

Thread: UFW rejects connection

  1. #1
    Join Date
    Mar 2014
    Beans
    2

    UFW rejects connection

    I configured ufw to work by default on REJECT everything and allowed certain applications. The output of
    Code:
    ufw status verbose
    is this:
    Code:
    9091/tcp (Transmission-web) on eht0 ALLOW IN    192.168.0.0/24
    However attempting to access port 9091 from 192.168.0.2 produces the following output on ufw's log:
    Code:
    Mar 31 21:00:07 lilith kernel: [  199.346987] [UFW BLOCK] IN=eth0 OUT= MAC=60:xx:xx:xx:xx SRC=192.168.0.2 DST=192.168.0.11 LEN=52 TOS=0x00 PREC=0x00 TTL=128 ID=8887 DF PROTO=TCP SPT=4514 DPT=9091 WINDOW=8192 RES=0x00 SYN URGP=0
    The same happens when attempting to access Samba/Cifs service, I am unable to use them.


    What simple thing am I missing?
    Thanks all.
    Last edited by ivo_liondov; March 31st, 2014 at 09:34 PM.

  2. #2
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    130
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: UFW rejects connection

    Did you copy/paste the output from ufw status verbose?

    One thing that appears wrong is it refers to eht0, which I guess should probably be eth0.
    Please ask Google, check the man pages, and search the forum before creating new threads; that may help you narrow down/solve the issue.
    If your issue is solved please use the Thread Tools menu above your original post to mark it as such.

  3. #3
    Join Date
    Mar 2014
    Beans
    2

    Re: UFW rejects connection

    Should be eth0 not eht0! That is what I ment by something silly being missed! Thanks tomearp! Everything works as it should now.

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
  •