Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Please help Ip tunnel
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Please help Ip tunnel

nszervernszerver Member
edited October 10 in Help

Hello, could you help me? Unfortunately, I'm stuck with an ip tunnel error.
I can ping but it doesn't work, but the ping works..

mtu, mss fix

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss->

Comments

  • Does it ping?

  • kevindskevinds Member, LIR

    @nszerver said:
    I can ping but it doesn't work, but the ping works..

    What??

    Thanked by 1xxsl
  • @inthecloudblog said:
    Does it ping?

  • vsys_hostvsys_host Member, Patron Provider

    @nszerver said:
    Hello, could you help me? Unfortunately, I'm stuck with an ip tunnel error.
    I can ping but it doesn't work, but the ping works..

    mtu, mss fix

    iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss->

    In this case, you can make an ICMP tunnel inside your tunnel lmao

  • nszervernszerver Member
    edited October 12

    @vsys_host said:

    @nszerver said:
    Hello, could you help me? Unfortunately, I'm stuck with an ip tunnel error.
    I can ping but it doesn't work, but the ping works..

    mtu, mss fix

    iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss->

    In this case, you can make an ICMP tunnel inside your tunnel lmao

    Thankyou mtu error change mtu 5000

    Thanked by 1vsys_host
Sign In or Register to comment.