Could someone please explain me what do those mean? Aren't first and third identical?iptables -A INPUT -p tcp --dport 4000 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 4000 -j ACCEPT
iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
Could someone please explain me what do those mean? Aren't first and third identical?iptables -A INPUT -p tcp --dport 4000 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 4000 -j ACCEPT
iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
Please tell me, where those startup scrips are placed?Hi,
I not modified integrated udpxy config, but added my own rules in startup scripts:
Hi,
I not modified integrated udpxy config, but added my own rules in startup scripts:
firewall-start:
iptables -A INPUT -p tcp --dport 4000 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 4000 -j ACCEPT
iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
services-start:
#!/bin/sh
sleep 10
killall udpxy
/usr/sbin/udpxy -m eth0 -p 4000
iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
i add this line in firewall-start but i can not connect to my udpxy from outside my network....something missing?
Code:iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
how to config VPN tunnel? I do not want to pay for VPN service....udpxy uses UDP, not TCP.
And you definitely do not want to open that to the whole Internet... Use a VPN tunnel.
how to config VPN tunnel? I do not want to pay for VPN service....
sent from Kodi 17 Krypton
iptables -I FORWARD -s 178.58.0.0/16 -p tcp --dport 1234 -j ACCEPT
iptables -I INPUT -s 178.58.0.0/16 -p tcp --dport 1234 -j ACCEPT
iptables -I OUTPUT -s 178.58.0.0/16 -p tcp --dport 1234 -j ACCEPT
iptables -I FORWARD -s 95.159.192.0/18 -p tcp --dport 1234 -j ACCEPT
iptables -I INPUT -s 95.159.192.0/18 -p tcp --dport 1234 -j ACCEPT
iptables -I OUTPUT -s 95.159.192.0/18 -p tcp --dport 1234 -j ACCEPT
iptables -I FORWARD -s 188.196.0.0/14 -p tcp --dport 1234 -j ACCEPT
iptables -I INPUT -s 188.196.0.0/14 -p tcp --dport 1234 -j ACCEPT
iptables -I OUTPUT -s 188.196.0.0/14 -p tcp --dport 1234 -j ACCEPT
http://192.168.1.1:1234/udp/232.4.1.1:5002
May 8 14:10:06 kernel: ACCEPT IN=eth0 OUT= MAC=01:00:5e:04:01:01:00:23:33:68:fa:80:08:00 SRC=95.176.246.71 DST=232.4.1.1 LEN=1344 TOS=0x00 PREC=0x80 TTL=60 ID=11366 DF PROTO=UDP SPT=5002 DPT=5002 LEN=1324
May 8 14:10:06 kernel: ACCEPT IN=eth0 OUT= MAC=01:00:5e:04:01:01:00:23:33:68:fa:80:08:00 SRC=95.176.246.71 DST=232.4.1.1 LEN=1344 TOS=0x00 PREC=0x80 TTL=60 ID=11370 DF PROTO=UDP SPT=5002 DPT=5002 LEN=1324
May 8 14:10:06 kernel: ACCEPT IN=eth0 OUT= MAC=01:00:5e:04:01:01:00:23:33:68:fa:80:08:00 SRC=95.176.246.71 DST=232.4.1.1 LEN=1344 TOS=0x00 PREC=0x80 TTL=60 ID=11374 DF PROTO=UDP SPT=5002 DPT=5002 LEN=1324
iptables -I FORWARD -s 95.159.192.0/18 -p tcp --dport 1234,8383 -j ACCEPT
iptables -I INPUT -s 95.159.192.0/18 -p tcp --dport 1234,8383 -j ACCEPT
iptables -I OUTPUT -s 95.159.192.0/18 -p tcp --dport 1234,8383 -j ACCEPT
iptables -I FORWARD -s 188.196.0.0/14 -p tcp --dport 1234,8383 -j ACCEPT
iptables -I INPUT -s 188.196.0.0/14 -p tcp --dport 1234,8383 -j ACCEPT
iptables -I OUTPUT -s 188.196.0.0/14 -p tcp --dport 1234,8383 -j ACCEPT
i try edit iptables with that line and i think it working....thank you....Max 15 port number 1230:1240 count as two ports.Code:-p tcp -m multiport --ports 1234,1235,1236 -j ACCEPT
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
B | Issue with wired clients on ASUS N56U | ASUS N Routers & Adapters | 0 | |
J | I can't reset or access ASUS TUF-AX6000 GUI | ASUS N Routers & Adapters | 8 | |
B | DSL-N66U Probably a stupid question | ASUS N Routers & Adapters | 3 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!