GlockTalk.com
Home Forums Classifieds Blogs Today's Posts Search Social Groups



  
SIGN-UP
Notices

Glock Talk
Welcome To The Glock Talk Forums.
Reply
 
Thread Tools Display Modes
Old 10-22-2004, 09:16   #1
sandboy6184
Senior Member
 
sandboy6184's Avatar
 
Join Date: Feb 2004
Posts: 196
Send a message via AIM to sandboy6184
My network diagrams

Just got this up recently

With Gimp
Click the image to open in full size.

And now with Dia
Click the image to open in full size.

extra:
Code:
dhcpd.conf

shared-network LOCAL-NET {
        
        option  domain-name-servers 68.54.80.5, 68.54.80.6; 

        subnet 192.168.1.0 netmask 255.255.255.0 {
                option routers 192.168.1.1;

                range 192.168.1.10 192.168.1.20;
        }
}



pf.conf

# define some macros to make writing the rule set easier 
ext_if="rl0"
int_if="fxp0"
web_server = "192.168.1.11"

# Protocol settings
tcp_options = "flags S/SAFRUP keep state"
udp_options = "keep state"
icmp_options = "keep state"

# Common settings
set block-policy drop

# nat rule
nat on $ext_if from $int_if:network to any -> ($ext_if)
rdr on $ext_if proto tcp from any to any port 80 -> $web_server port 80

# default policy
block log all

# pass firewall rules
pass quick on lo0 all
 
dhcpd.conf

shared-network LOCAL-NET {
        
        option  domain-name-servers 68.54.80.5, 68.54.80.6; 

        subnet 192.168.1.0 netmask 255.255.255.0 {
                option routers 192.168.1.1;

                range 192.168.1.10 192.168.1.20;
        }
}



pf.conf

# define some macros to make writing the rule set easier 
ext_if="rl0"
int_if="fxp0"
web_server = "192.168.1.11"

# Protocol settings
tcp_options = "flags S/SAFRUP keep state"
udp_options = "keep state"
icmp_options = "keep state"

# Common settings
set block-policy drop

# nat rule
nat on $ext_if from $int_if:network to any -> ($ext_if)
rdr on $ext_if proto tcp from any to any port 80 -> $web_server port 80

# default policy
block log all

# pass firewall rules
pass quick on lo0 all

Last edited by sandboy6184; 10-22-2004 at 09:18..
sandboy6184 is offline   Reply With Quote
Old 10-22-2004, 09:17   #2
sandboy6184
Senior Member
 
sandboy6184's Avatar
 
Join Date: Feb 2004
Posts: 196
Send a message via AIM to sandboy6184
how come I cant see the pics? :(
http://scuzzo.no-ip.com/openbsd.html

Last edited by sandboy6184; 10-22-2004 at 09:19..
sandboy6184 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT -6. The time now is 09:17.



Homepage
FAQ
Forums
Calendar
Advertise
Gallery
GT Wiki
GT Blogs
Social Groups
Classifieds


Users Currently Online: 1,697
738 Members
959 Guests

Most users ever online: 5,723
Apr 16, 2009 at 11:36