Hello, first time poster.
Set up a small FreeBSD 10.3-RELEASE-p7 #0 VMWare VPS with a hosting company.
My specs are as follows:
IPv6 works fine. I can access and ping any IPv6 address, but incoming pings are dropped.
The IPFW firewall works fine as well, except that when it is running I cannot receive incoming echo requests.
I have used a very simple IPFW script on two other VPS setups and pinging either way worked fine. For whatever reason, it's not working with this VPS.
Any ideas?
Thank you.
Set up a small FreeBSD 10.3-RELEASE-p7 #0 VMWare VPS with a hosting company.
My specs are as follows:
Code:
Disk: 20 MB
RAM: 1024 MIB
CPUs: 2
IPv4: 2 address
IPv6: /64 HE tunnel
The IPFW firewall works fine as well, except that when it is running I cannot receive incoming echo requests.
I have used a very simple IPFW script on two other VPS setups and pinging either way worked fine. For whatever reason, it's not working with this VPS.
Code:
xxxx ~ # ipfw show
00010 0 0 allow ip from any to any via lo0
00020 0 0 deny ip from any to 127.0.0.0/8
00030 0 0 deny ip from 127.0.0.0/8 to any
00040 0 0 deny tcp from any to any frag
00050 0 0 check-state
00060 655 146991 allow tcp from any to any established
00070 494 37368 allow ip from any to any out keep-state
00080 2 80 allow icmp from any to any
00085 0 0 allow ipv6-icmp from me to any via gif0 ip6 icmp6types 128,129
00090 0 0 allow ipv6-icmp from any to me via gif0 ip6 icmp6types 128,129
00200 1 60 allow tcp from any to any dst-port 44379 in
00210 0 0 allow tcp from any to any dst-port 44379 out
00400 8341 2515998 deny udp from any to any in
00500 508 25020 deny log logamount 5 ip from any to any
65535 17 1959 deny ip from any to any
xxxx ~ #
Thank you.