Questions tagged [ipfilter]

firewall services and network address translation

Used mainly for UNIX-like operating systems.

7 questions
2
votes
0 answers

SmartOS: How to configure IPFilter (IPF) loopback firewall rule?

I have a SmartOS machine with one external IP address. One of my websites needs loopback access. However, if I try to curl https://www.example.com it simply times out from within a zone. From within the global zone I receive the following error…
TylerDurden
  • 181
  • 1
  • 2
  • 14
2
votes
1 answer

Refresh ipfilter configuration while keeping state

I have ipfilter running on a Solaris 11.2 server with rules similar to: pass in log first quick proto tcp from any to any port = 22 flags S keep state I would like to be able to edit and reload the ipfilter configuration from /etc/ipf/ipf.conf.…
Tom Shaw
  • 3,702
  • 15
  • 23
1
vote
1 answer

ipfilter: is possible to redirect ssh on every zone?

I have a server for testing,I have installed on it OmniOS,because can emulate linux(lx branded zones) and Solaris(works perfect with kvm-qemu). I can run all on 192.168.0.0/24 network,but I prefer to do something like this: A server with 2 nics:…
elbarna
  • 322
  • 3
  • 6
  • 14
1
vote
1 answer

Filtering even ip address from a router

Is there a way to filter out even(or odd) numbered IP address from passing through a router (I am working with the cisco packet tracer) using access lists or any other methods? Thank You
Janak
  • 113
  • 4
0
votes
1 answer

Access server on secondary LAN-to-WAN subnet from the main subnet in a cascaded network

I want to access my server on a different subnet. Here is my network topology: Internet | | ADSL x.x.x.x (external) D-link DSL-2730E (Router1)---------------------+ 255.255.255.0 …
0
votes
2 answers

ibm i series / as400 ip policies / firewall rules

I have an IBM I series (AS/400) that needs to go onto a public ip. I would like to shut the internet facing ports down and only open some ports to the outside world and keep the internal network open for ftp, 5250 etc. I have System i Navigator open…
Squid_Vicious
  • 87
  • 1
  • 1
  • 9
0
votes
0 answers

Debian SSH connection stops working after client tries to login

I have a SmartOS with a public IP and a Debian as a VM. For accessing the VM directly, an ipnat-rule is set to forward port 2222 to the vm on port 22. Connecting via SSH works fine for me. But when a client tries to login, he gets timed out. Also,…