miteycasey
11-12-2002, 06:00 PM
Here is what I'm trying to accomplish using IPtables.
I have a user that will be using VPN to come through the firewall. I'm only wanting this user
(by IP) to be the only one with access to the VPN.
Here is what I have so far.
iptables -A FOWARD -i eth0 -p 1743 -s (his ip) -d 172.16.1.1
Is this correct?
Do I need anything else or is it that simple?
I have a user that will be using VPN to come through the firewall. I'm only wanting this user
(by IP) to be the only one with access to the VPN.
Here is what I have so far.
iptables -A FOWARD -i eth0 -p 1743 -s (his ip) -d 172.16.1.1
Is this correct?
Do I need anything else or is it that simple?