Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I am unable to ping domain names like google.com. I can however ping 142.251.46.174.Here is my config. version 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boo...
Hi,Here is my config. I am not able to access 192.168.30.3 when in the network. It works fine when connecting from outside.Also, I can ssh using public IP when in the network and from outside. having issues with 192.168.30.3Building configuration...
...
Hi,Here is my config. I am not able to connect to VPN.Building configuration...
Current configuration : 5979 bytes
!
! Last configuration change at 08:40:03 UTC Sun Apr 18 2021 by root
version 15.1
service timestamps debug datetime msec
service tim...
Hi,I want to access a server using the public IP from the same internal network.Please the config belowip dhcp excluded-address 192.168.0.1 192.168.0.100
ip dhcp excluded-address 192.168.3.1
ip dhcp pool HOME
network 192.168.0.0 255.255.255.0
defa...
Please find my config below: hostname R1
boot-start-marker
boot-end-marker
no aaa new-model
ip cef
ip dhcp excluded-address 192.168.0.1 192.168.0.100
ip dhcp excluded-address 192.168.3.1
ip dhcp pool HOME
network 192.168.0.0 255.255.255.0
defa...
Mostly some good news. based on the config below, I can access the port from an outside network(internet). But if I am in the same LAN I can not access the port using public IP. And I would really like that. ip nat inside source list NAT interface G...
Hi guys,Here is the updated config.ip dns server
ip nat inside source list NAT interface GigabitEthernet0/0 overload
ip nat inside source static tcp 192.168.0.222 3389 interface GigabitEthernet0/0 13389
ip nat inside source static udp 192.168.0.222 3...
Upon doing some research, nmap will only list a port as open if something is listening on that port. I tried a few online tools such as https://www.yougetsignal.com/tools/open-ports/ and a few mobile apps. These show that the ports are indeed open. A...