GithubHelp home page GithubHelp logo

sctp_proxy's People

Contributors

tuexen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

sctp_proxy's Issues

proxy with DNAT

I try to use the proxy listening on 127.0.0.1 with DNAT configured with iptables, but connexion from client failed.
I build the network with 3 VMs in the same private network 192.168.179.0/24 : client (.133)---proxy (.128) ----server (.134)

server command : sudo ncat --sctp -l 192.168.179.134 38412

proxy command : proxy -4 -i 2048 -o 1024 -L 192.168.179.128:38412 -X 192.168.179.128 -S 192.168.179.134:38412
proxy iptables conf : sudo iptables -t nat -I PREROUTING -p sctp -d 192.168.179.128 -j DNAT --to-destination 127.0.0.1:38412
sudo iptables -t nat -I POSTROUTING -p sctp -s 127.0.0.1 -j SNAT --to-source 192.168.179.128

client command : sudo ncat --sctp 192.168.179.128 38412 --> Ncat: Connection refused.

Here is the pcap on proxy :

trace proxy sctp withDNAT 127 0 0 1

Any idea about this issue for checksum unverified ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.