Modem Parks Fiberhome 1100 of provider not open port
Via telnet I have added the NAT-related commands, so the configuration is shown below:
Current configuration:
!
version 1.0
aaa username user level viewer password hash HASH_OF_USER_USER
aaa username admin level priviledged password hash HASH_OF_USER_ADMIN
aaa accounting exec default none
aaa authorization exec default none
aaa authentication login default local
access-policy permit
ip access-list bloqueio
permit tcp 177.86.0.0 0.0.0.255 any
permit tcp 192.168.0.0 0.0.255.255 any
deny tcp any any eq 80 new
deny tcp any any eq 23 new
deny udp any any eq 53
!
ip nat-rule REDIRECT
tcp any any eq 3300 change-destination-to 10.1.1.5 port 3300
tcp any any eq 2204 change-destination-to 10.1.1.5 port 2204
tcp any any eq 2205 change-destination-to 10.1.1.5 port 2205
tcp any any eq 2206 change-destination-to 10.1.1.5 port 2206
tcp any any eq 2207 change-destination-to 10.1.1.5 port 2207
tcp any any eq 2208 change-destination-to 10.1.1.5 port 2208
tcp any any eq 2209 change-destination-to 10.1.1.5 port 2209
tcp any any eq 2210 change-destination-to 10.1.1.5 port 2210tcp any any eq 2211 change-destination-to 10.1.1.5 port 2211
tcp any any eq 30000 change-destination-to 10.1.1.5 port 30000
tcp any any eq 30001 change-destination-to 10.1.1.5 port 30001
tcp any any eq 60000 change-destination-to 10.1.1.5 port 60000
tcp any any eq 60001 change-destination-to 10.1.1.5 port 60001
tcp any any eq 60002 change-destination-to 10.1.1.5 port 60002
!
ip nat-rule masquerade
ip any any change-source-to interface-address
!
hostname NAME_OF_CONSUMER
opmode router
ip routing
ipv6 routing
interface bridge0
ip address 10.1.1.1/24
ip dhcp server 10.1.1.0
no multicast
!
interface giga-ethernet0/0/1
autonegotiation enabled
no shutdown
!
interface iphost0/0
!
interface loopback0
!
interface virtual-ethernet0/0/0
!
interface virtual-ethernet0/0/0.10
no multicast
pppoe 1
no shutdown
!
interface pppoe1
ip access-group bloqueio in
ip address negotiated
ip nat REDIRECT in
ip nat masquerade out
no multicast
ppp authentication pap
ppp ipcp default-route
ppp keepalive 6 10
ppp password PASSWORD
ppp timeout authentication 5
ppp timeout retry 5
ppp username LOGIN
no shutdown
!
ip dhcp pool 10.1.1.0
default-router 10.1.1.1
dns-server 177.86.0.3
network 10.1.1.4 10.1.1.100 255.255.255.0
!
ip dns relay
ip domain lookup
ip helper iptables
ip helper nat
ip http server
ip name-server 177.86.0.3
ip name-server 8.8.8.8
ip ssh server
ip ssh server max-connections 5
ip telnet server
ip telnet server max-connections 5
mtu 1500
terminal timeout 5 0
vpn pass-through gre
!
Help me!
networking router tcp
add a comment |
Via telnet I have added the NAT-related commands, so the configuration is shown below:
Current configuration:
!
version 1.0
aaa username user level viewer password hash HASH_OF_USER_USER
aaa username admin level priviledged password hash HASH_OF_USER_ADMIN
aaa accounting exec default none
aaa authorization exec default none
aaa authentication login default local
access-policy permit
ip access-list bloqueio
permit tcp 177.86.0.0 0.0.0.255 any
permit tcp 192.168.0.0 0.0.255.255 any
deny tcp any any eq 80 new
deny tcp any any eq 23 new
deny udp any any eq 53
!
ip nat-rule REDIRECT
tcp any any eq 3300 change-destination-to 10.1.1.5 port 3300
tcp any any eq 2204 change-destination-to 10.1.1.5 port 2204
tcp any any eq 2205 change-destination-to 10.1.1.5 port 2205
tcp any any eq 2206 change-destination-to 10.1.1.5 port 2206
tcp any any eq 2207 change-destination-to 10.1.1.5 port 2207
tcp any any eq 2208 change-destination-to 10.1.1.5 port 2208
tcp any any eq 2209 change-destination-to 10.1.1.5 port 2209
tcp any any eq 2210 change-destination-to 10.1.1.5 port 2210tcp any any eq 2211 change-destination-to 10.1.1.5 port 2211
tcp any any eq 30000 change-destination-to 10.1.1.5 port 30000
tcp any any eq 30001 change-destination-to 10.1.1.5 port 30001
tcp any any eq 60000 change-destination-to 10.1.1.5 port 60000
tcp any any eq 60001 change-destination-to 10.1.1.5 port 60001
tcp any any eq 60002 change-destination-to 10.1.1.5 port 60002
!
ip nat-rule masquerade
ip any any change-source-to interface-address
!
hostname NAME_OF_CONSUMER
opmode router
ip routing
ipv6 routing
interface bridge0
ip address 10.1.1.1/24
ip dhcp server 10.1.1.0
no multicast
!
interface giga-ethernet0/0/1
autonegotiation enabled
no shutdown
!
interface iphost0/0
!
interface loopback0
!
interface virtual-ethernet0/0/0
!
interface virtual-ethernet0/0/0.10
no multicast
pppoe 1
no shutdown
!
interface pppoe1
ip access-group bloqueio in
ip address negotiated
ip nat REDIRECT in
ip nat masquerade out
no multicast
ppp authentication pap
ppp ipcp default-route
ppp keepalive 6 10
ppp password PASSWORD
ppp timeout authentication 5
ppp timeout retry 5
ppp username LOGIN
no shutdown
!
ip dhcp pool 10.1.1.0
default-router 10.1.1.1
dns-server 177.86.0.3
network 10.1.1.4 10.1.1.100 255.255.255.0
!
ip dns relay
ip domain lookup
ip helper iptables
ip helper nat
ip http server
ip name-server 177.86.0.3
ip name-server 8.8.8.8
ip ssh server
ip ssh server max-connections 5
ip telnet server
ip telnet server max-connections 5
mtu 1500
terminal timeout 5 0
vpn pass-through gre
!
Help me!
networking router tcp
add a comment |
Via telnet I have added the NAT-related commands, so the configuration is shown below:
Current configuration:
!
version 1.0
aaa username user level viewer password hash HASH_OF_USER_USER
aaa username admin level priviledged password hash HASH_OF_USER_ADMIN
aaa accounting exec default none
aaa authorization exec default none
aaa authentication login default local
access-policy permit
ip access-list bloqueio
permit tcp 177.86.0.0 0.0.0.255 any
permit tcp 192.168.0.0 0.0.255.255 any
deny tcp any any eq 80 new
deny tcp any any eq 23 new
deny udp any any eq 53
!
ip nat-rule REDIRECT
tcp any any eq 3300 change-destination-to 10.1.1.5 port 3300
tcp any any eq 2204 change-destination-to 10.1.1.5 port 2204
tcp any any eq 2205 change-destination-to 10.1.1.5 port 2205
tcp any any eq 2206 change-destination-to 10.1.1.5 port 2206
tcp any any eq 2207 change-destination-to 10.1.1.5 port 2207
tcp any any eq 2208 change-destination-to 10.1.1.5 port 2208
tcp any any eq 2209 change-destination-to 10.1.1.5 port 2209
tcp any any eq 2210 change-destination-to 10.1.1.5 port 2210tcp any any eq 2211 change-destination-to 10.1.1.5 port 2211
tcp any any eq 30000 change-destination-to 10.1.1.5 port 30000
tcp any any eq 30001 change-destination-to 10.1.1.5 port 30001
tcp any any eq 60000 change-destination-to 10.1.1.5 port 60000
tcp any any eq 60001 change-destination-to 10.1.1.5 port 60001
tcp any any eq 60002 change-destination-to 10.1.1.5 port 60002
!
ip nat-rule masquerade
ip any any change-source-to interface-address
!
hostname NAME_OF_CONSUMER
opmode router
ip routing
ipv6 routing
interface bridge0
ip address 10.1.1.1/24
ip dhcp server 10.1.1.0
no multicast
!
interface giga-ethernet0/0/1
autonegotiation enabled
no shutdown
!
interface iphost0/0
!
interface loopback0
!
interface virtual-ethernet0/0/0
!
interface virtual-ethernet0/0/0.10
no multicast
pppoe 1
no shutdown
!
interface pppoe1
ip access-group bloqueio in
ip address negotiated
ip nat REDIRECT in
ip nat masquerade out
no multicast
ppp authentication pap
ppp ipcp default-route
ppp keepalive 6 10
ppp password PASSWORD
ppp timeout authentication 5
ppp timeout retry 5
ppp username LOGIN
no shutdown
!
ip dhcp pool 10.1.1.0
default-router 10.1.1.1
dns-server 177.86.0.3
network 10.1.1.4 10.1.1.100 255.255.255.0
!
ip dns relay
ip domain lookup
ip helper iptables
ip helper nat
ip http server
ip name-server 177.86.0.3
ip name-server 8.8.8.8
ip ssh server
ip ssh server max-connections 5
ip telnet server
ip telnet server max-connections 5
mtu 1500
terminal timeout 5 0
vpn pass-through gre
!
Help me!
networking router tcp
Via telnet I have added the NAT-related commands, so the configuration is shown below:
Current configuration:
!
version 1.0
aaa username user level viewer password hash HASH_OF_USER_USER
aaa username admin level priviledged password hash HASH_OF_USER_ADMIN
aaa accounting exec default none
aaa authorization exec default none
aaa authentication login default local
access-policy permit
ip access-list bloqueio
permit tcp 177.86.0.0 0.0.0.255 any
permit tcp 192.168.0.0 0.0.255.255 any
deny tcp any any eq 80 new
deny tcp any any eq 23 new
deny udp any any eq 53
!
ip nat-rule REDIRECT
tcp any any eq 3300 change-destination-to 10.1.1.5 port 3300
tcp any any eq 2204 change-destination-to 10.1.1.5 port 2204
tcp any any eq 2205 change-destination-to 10.1.1.5 port 2205
tcp any any eq 2206 change-destination-to 10.1.1.5 port 2206
tcp any any eq 2207 change-destination-to 10.1.1.5 port 2207
tcp any any eq 2208 change-destination-to 10.1.1.5 port 2208
tcp any any eq 2209 change-destination-to 10.1.1.5 port 2209
tcp any any eq 2210 change-destination-to 10.1.1.5 port 2210tcp any any eq 2211 change-destination-to 10.1.1.5 port 2211
tcp any any eq 30000 change-destination-to 10.1.1.5 port 30000
tcp any any eq 30001 change-destination-to 10.1.1.5 port 30001
tcp any any eq 60000 change-destination-to 10.1.1.5 port 60000
tcp any any eq 60001 change-destination-to 10.1.1.5 port 60001
tcp any any eq 60002 change-destination-to 10.1.1.5 port 60002
!
ip nat-rule masquerade
ip any any change-source-to interface-address
!
hostname NAME_OF_CONSUMER
opmode router
ip routing
ipv6 routing
interface bridge0
ip address 10.1.1.1/24
ip dhcp server 10.1.1.0
no multicast
!
interface giga-ethernet0/0/1
autonegotiation enabled
no shutdown
!
interface iphost0/0
!
interface loopback0
!
interface virtual-ethernet0/0/0
!
interface virtual-ethernet0/0/0.10
no multicast
pppoe 1
no shutdown
!
interface pppoe1
ip access-group bloqueio in
ip address negotiated
ip nat REDIRECT in
ip nat masquerade out
no multicast
ppp authentication pap
ppp ipcp default-route
ppp keepalive 6 10
ppp password PASSWORD
ppp timeout authentication 5
ppp timeout retry 5
ppp username LOGIN
no shutdown
!
ip dhcp pool 10.1.1.0
default-router 10.1.1.1
dns-server 177.86.0.3
network 10.1.1.4 10.1.1.100 255.255.255.0
!
ip dns relay
ip domain lookup
ip helper iptables
ip helper nat
ip http server
ip name-server 177.86.0.3
ip name-server 8.8.8.8
ip ssh server
ip ssh server max-connections 5
ip telnet server
ip telnet server max-connections 5
mtu 1500
terminal timeout 5 0
vpn pass-through gre
!
Help me!
networking router tcp
networking router tcp
asked Feb 11 at 23:31
Tiago Araújo da CostaTiago Araújo da Costa
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404630%2fmodem-parks-fiberhome-1100-of-provider-not-open-port%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1404630%2fmodem-parks-fiberhome-1100-of-provider-not-open-port%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown