[leaf-user] How to set-up Bering static addressing?

2002-10-26 Thread Craig
Hi folks,
I know how to set up DHCP addressing on Bering, but how do I set up
static addressing? I want to assign Bering a static external address,
and use static addresses for the boxes on my LAN. Suggestions? Thank
you.

Craig




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] How to set-up Bering static addressing?

2002-10-26 Thread Craig
Hi folks,
Yes, Troy.

-Original Message-
From: Troy Aden [mailto:Troy.Aden@;WaveCom.CA] 
Sent: Saturday, October 26, 2002 9:23 AM
To: 'Craig'
Subject: RE: [leaf-user] How to set-up Bering static addressing?

Are you using Shorewall with Bering?

Troy

-Original Message-
From: Craig [mailto:craigcaughlin@;attbi.com]
Sent: Saturday, October 26, 2002 10:20 AM
To: LEAF
Subject: [leaf-user] How to set-up Bering static addressing?

Hi folks,
I know how to set up DHCP addressing on Bering, but how do I set up
static addressing? I want to assign Bering a static external address,
and use static addresses for the boxes on my LAN. Suggestions? Thank
you.

Craig




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] How to set-up Bering static addressing?

2002-10-26 Thread Troy Aden
 Ok you have to make changes in a couple places. If you do not want a
dynamic external IP you don't
 need "pump" or "dhclient" (I am not sure what you are using.). And if you
want to set all of your IPs 
Statically on your local network you will not need DHCPD either. (You can
keep it if you want and just
Set your local IPs statically. Your call.)
 So feel free to edit your syslinux.cfg to stop those
 from loading at boot.
  
Here is where you need to make the changes.

# /etc/network/interfaces -- configuration file for LEAF network
# J. Nilo, April 2002
#
# Loopback interface.
auto lo 
iface lo inet loopback

# Step 1: configure external interface
# uncomment/adjust one of the following 4 options
# Option 1.1 (default): eth0 / dynamic IP from pump/dhclient
auto eth0 (Comment this out)
iface eth0 inet dhcp (Comment this out)
#
# Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4).
#   (broadcast/gateway optional)
#auto eth0 (Uncomment this)
#iface eth0 inet static (Uncomment this)
#   address 1.2.3.4 (Uncomment this)
#   masklen 24 (Uncomment this)
#   broadcast 1.2.3.255 (Uncomment this)
#   gateway 1.2.3.1 (Uncomment this)

>>>>>>>>>>>>>>>>>>>>>>>>snip>>>>>>>>>>>>>>>>>>>>

#
# Shorewall 1.3 -- Interfaces File
#
# /etc/shorewall/interfaces

##
#ZONEINTERFACE  BROADCAST   OPTIONS
net eth0detect  dhcp,routefilter,norfc1918,noping
(Remove "dhcp" from this line.)
loc eth1detect  routestopped

Backup save reboot. (or do a "svi networking restart" then "shorewall
restart" if you don't want to wait.)

Hope this helps.

Troy  

 
-Original Message-
From: Craig [mailto:craigcaughlin@;attbi.com]
Sent: Saturday, October 26, 2002 10:26 AM
To: LEAF
Subject: RE: [leaf-user] How to set-up Bering static addressing?

Hi folks,
Yes, Troy.

-Original Message-
From: Troy Aden [mailto:Troy.Aden@;WaveCom.CA]
Sent: Saturday, October 26, 2002 9:23 AM
To: 'Craig'
Subject: RE: [leaf-user] How to set-up Bering static addressing?

    Are you using Shorewall with Bering?
  
    Troy

-Original Message-
From: Craig [mailto:craigcaughlin@;attbi.com]
Sent: Saturday, October 26, 2002 10:20 AM
To: LEAF
Subject: [leaf-user] How to set-up Bering static addressing?

Hi folks,
I know how to set up DHCP addressing on Bering, but how do I set up
static addressing? I want to assign Bering a static external address,
and use static addresses for the boxes on my LAN. Suggestions? Thank
you.

Craig




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html




---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html