The Artima Developer Community
Sponsored Link

Java Answers Forum
Java + firewalls (iptables)

2 replies on 1 page. Most recent reply: Mar 4, 2005 7:20 AM by Tim Ozor

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Abii

Posts: 1
Nickname: abi65
Registered: Feb, 2005

Java + firewalls (iptables) Posted: Feb 17, 2005 8:48 PM
Reply to this message Reply
Advertisement
Hi,
I'm planing to realise the following solution in JAVA:
Clients on a network segment use one Gateway (Router) to get access to other segments beyond the gateway.
The router redirect them first to a web server where they need to supply a username and a password. Upon successful authentication a JAVA-Programm will manipulate the iptables-Rules so that authenricated clients can pass through.

All suggestion and hints other than commercial solutions are appreciated


Chris Miller

Posts: 23
Nickname: lordsauron
Registered: Jan, 2005

Re: Java + firewalls (iptables) Posted: Feb 19, 2005 7:36 PM
Reply to this message Reply
At http://www.pleasanton.k12.ca.us/amador/grades.html there's a whole ton of online password validication applets. Veiw source to see how it's done! PS: please don't hack any grades! The districts VERY CYA (cover your <censored>), and a break-in would send them into a deep comatose state, flooding the local hospitals with underpaid morons trying to get through life without anyone noticing they're ruining thousands of kid's lives.

Tim Ozor

Posts: 1
Nickname: tozor
Registered: Mar, 2005

Re: Java + firewalls (iptables) Posted: Mar 4, 2005 7:20 AM
Reply to this message Reply
I'm not sure how much Java manipulation of the Netfilter iptables firewall you need, but a commercial Java Netfilter iptables API does exist:

http://www.jetfuelsoftware.com

Flat View: This topic has 2 replies on 1 page
Topic: Create String Array from String [Java] Previous Topic   Next Topic Topic: EJB Stub downloading concept

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use