Re: Network Question

2013-09-14 Thread Al Plant
dam Vande More Cc: freebsd-questions@freebsd.org <mailto:freebsd-questions@freebsd.org> Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always pu

Re: Network Question

2013-09-14 Thread Daniel Nang
lly allow one to specify fixed IP and hostname for the >> DHCP clients based on the MAC addresses. >> >> Best wishes >> Eugene >> >> -Original Message- From: Daniel Nang >> Sent: Thursday, September 12, 2013 11:16 PM >> To: Adam Vande More >&g

Re: Network Question

2013-09-13 Thread Eugene
, September 13, 2013 10:28 PM To: Eugene Cc: freebsd-questions@freebsd.org ; Daniel Nang Subject: Re: Network Question Eugene wrote: Hi Daniel, The easiest way is to check the LAN Config (or similar) page of the router. They usually allow one to specify fixed IP and hostname for the DHCP clients

Re: Network Question

2013-09-13 Thread Al Plant
, September 12, 2013 11:16 PM To: Adam Vande More Cc: freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@mac

Re: Network Question

2013-09-13 Thread Frank Leonhardt
On 12/09/2013 20:16, Daniel Nang wrote: That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.example.com which results in ssh: Could not resolve hostname machine

Re: Network Question

2013-09-12 Thread Eugene
, 2013 11:16 PM To: Adam Vande More Cc: freebsd-questions@freebsd.org Subject: Re: Network Question That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.exampl

Re: Network Question

2013-09-12 Thread Adam Vande More
On Thu, Sep 12, 2013 at 2:06 PM, Kurt Buff wrote: > > There's the rub. How do you determine the IP address of the other machine? > Normally I look at /var/db/dhcpd/dhcpd.leases. Pretty much all of the home routers also have the information accessible on it's administration page. Really depends

Re: Network Question

2013-09-12 Thread Kurt Buff
On Thu, Sep 12, 2013 at 11:51 AM, Adam Vande More wrote: > On Thu, Sep 12, 2013 at 1:45 PM, Daniel Nang wrote: > >> Hello, >> >> I have two computers, both running FreeBSD, accessing the >> web via DHCP from the router. The setup looks like this: >> >> >>Int

Re: Network Question

2013-09-12 Thread Daniel Nang
That was easier than I thought. My initial approach already looked something like this, except that for the ip address I always put the machine's name as in: machine1# ssh u...@machine2.example.com which results in ssh: Could not resolve hostname machine2.example.com: hostname nor servname provi

Re: Network Question

2013-09-12 Thread Adam Vande More
On Thu, Sep 12, 2013 at 1:45 PM, Daniel Nang wrote: > Hello, > > I have two computers, both running FreeBSD, accessing the > web via DHCP from the router. The setup looks like this: > > >Internet > | >

Re: Network Question

2013-09-12 Thread Daniel Nang
Just read your mail. I will have to take some time, to look into what you have said, as I have not yet used the concepts that you spoke about. Another solution would be to install a new network card into both computers and assign static ip addresses to them, but I do not want to do that. Daniel

Network Question

2013-09-12 Thread Daniel Nang
Hello, I have two computers, both running FreeBSD, accessing the web via DHCP from the router. The setup looks like this: Internet | |

Qemu network question

2008-11-03 Thread Mario Lobo
Hi: Please use a fixed font to see the diagram bellow: FBSD HOST(7.1-PRERELEASE) +-+ |10.10.10.1 | LAN -+- re0| | | |+-+ | +---++tap0 | | | +++tap1 | | | ||+-+

freebsd 6.0 network question and throughput

2006-01-10 Thread ann kok
Hi all I use the ipref software (andrew P suggests) to test the freebsd 6.0 network throughput both the server and client are running freebsd6.0 with intel giga em0, polling I did test it in switch or cross-over cable to connect each other it seems to have limit to 390M Could you teach me how

Re: dumb network question

2005-03-03 Thread J.D. Bronson
At 02:10 PM 3/3/2005, Thomas Foster wrote: hostname="my.hostname.whatever" ifconfig_NIC1="inet a.b.c.d netmask 255.255.255.0" ifconfig_NIC2="DHCP" gateway_enable="YES" replace NIC1 and NIC2 with the interface names.. and of course.. a.b.c.d with the internal IP address.. be sure theres no gateway

Re: dumb network question

2005-03-03 Thread Thomas Foster
defined for the internal interface.. and if you need help setting up a firewall/router, be sure and check out : http://www.section6.net/help.php Hope this helps T - Original Message - From: "J.D. Bronson" <[EMAIL PROTECTED]> To: Sent: Thursday, March 03, 2005 12:05 PM

Re: dumb network question

2005-03-03 Thread Chad Morland
ifconfig_nic2="DHCP" man rc.conf -CM On Thu, 03 Mar 2005 14:05:07 -0600, J.D. Bronson <[EMAIL PROTECTED]> wrote: > Ok. I admit it. I cant figure what I am missing. > > I have 2 NICs in this machine. > > NIC 1 is a LAN NIC and static IP. - that I can figure out. > > NIC 2 needs to be DHCP (fr

dumb network question

2005-03-03 Thread J.D. Bronson
Ok. I admit it. I cant figure what I am missing. I have 2 NICs in this machine. NIC 1 is a LAN NIC and static IP. - that I can figure out. NIC 2 needs to be DHCP (from cable modem). and I want the default router to be the DHCP cable modem gateway IP (passed from dhclient). What do I need to setup i

Re: Simple Network Question

2004-04-15 Thread albi
On Thu, 15 Apr 2004 14:35:52 +0200 (CEST) [EMAIL PROTECTED] wrote: > I found in the docs to change the network configuration I have to > assign the new IP and netmask in /etc/rc.conf to my network card. > > Am I also right assinging new servers for DNS lookups in > /etc/resolv.conf using this syn

Re: Simple Network Question

2004-04-15 Thread Remko Lodder
[EMAIL PROTECTED] wrote: Hi all, I am more or less new to FreeBSD and used to Linux. I have setup a server on FreeBSD at home using DHCP. Now I want to move the server into our housing environment with fixed IP's. I found in the docs to change the network configuration I have to assign the new IP

Simple Network Question

2004-04-15 Thread dev
Hi all, I am more or less new to FreeBSD and used to Linux. I have setup a server on FreeBSD at home using DHCP. Now I want to move the server into our housing environment with fixed IP's. I found in the docs to change the network configuration I have to assign the new IP and netmask in /etc/rc.c