Search:

Type: Posts; User: themedserv2; Keyword(s):

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    741

    [gnome] Spotify with terminal or SSH

    HI I have a strange behavior here.

    I don't know if it is Ubuntu or Spotify, but some reports spotify works well under my setup..

    If I launch spotify via Ubuntu gnome-terminal like so

    spotify...
  2. Replies
    5
    Views
    4,711

    Re: IPTABLES + PREROUTING + MARK not working

    Found the solution, with a kernel > 3.16, had too enable kernel option like so:


    sudo sysctl -w net.ipv4.tcp_fwmark_accept=1

    Tutorial here:...
  3. Replies
    5
    Views
    4,711

    Re: IPTABLES + PREROUTING + MARK not working

    Hi thanks for the response! I am glad to be part of the community!

    Basically I am try to bypass my vpn on custom VPN ports. I want to access my server via my PUBLIC ISP address. But, when VPN is...
  4. Replies
    5
    Views
    4,711

    Re: IPTABLES + PREROUTING + MARK not working

    In other words, this works:

    ip rule add from 192.168.2.0/24 table 2

    But not this

    ip rule add from all fwmark 2 lookup 2
    # none of this works:
    iptables -t mangle -A PREROUTING -j MARK...
  5. Replies
    5
    Views
    4,711

    IPTABLES + PREROUTING + MARK not working

    Hi, I set up ip table bypass with mark and iptables on specifics ports.

    It works fine on the ouput for let say port 80:

    iptables -t mangle -A OUTPUT -p tcp --dport 80 -j MARK --set-mark 2...
Results 1 to 5 of 5