Re: [Vyatta-users] Newbie question about routing

2007-12-17 Thread Sergio Garcia

Hi again.
Are you sure that the origin address of that "echo reply" is 10.20.20.2 ?

What I mean is that you must have 172.10.5.155 as gateway in your 
172.10.0.100 PC and 10.20.20.1 in 10.20.20.2 PC. Or at least, have a 
static route in their route tables.


I am annoyed about having an request request but having a time out in 
ping command.


Good luck.

Denha Uila wrote:


Hi Sergio.

Thanks for the reply. I investigated a bit. I got a PC on 172.10.0.0  
(172.10.0.100and I tried to ping 10.20.20.2. At the same time I ran 
WireShark (packet sniffer) on 172.10.0.100: I see the "echo request" 
and also an "echo reply" from 10.20.20.2, but the ping still says 
"request timed out"I don't have any firewall on this pc.


Thanks,


Looking for last minute shopping deals? Find them fast with Yahoo! 
Search. 
 




___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users
  





--
This mail has been sent through DS2 mail server
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] Newbie question about routing

2007-12-17 Thread Sergio Garcia
Hi Denha.
Check route table and gateway address of your 172.10.0.0/21 machines.
I'm sure they don't know about how to reply packets to 10.20.20.0/24
addresses.

Try it!

>
> Hi all.
>
> I recently set up a vyatta router in a network.What I'd like to do is to
> create a separate subnet to put some specific hosts (on 10.20.20.0/24).
> I connected the router to my main network (172.10.0.0/21 with a
> gateway/router on 172.10.0.5) and this is my current configuration:
>
>  protocols {
> static {
> disable: false
> route 0.0.0.0/0 {
> next-hop: 172.10.0.5
> metric: 1
> }
> }
> }
> policy {
> }
> interfaces {
> restore: false
> loopback lo {
>; description: ""
> }
> ethernet eth0 {
> disable: false
> discard: false
> description: ""
> hw-id: 00:07:e9:c7:a7:e2
> duplex: "auto"
> speed: "auto"
> address 172.10.5.155 {
>&
> nbsp;prefix-length: 21
> disable: false
> }
> }
> ethernet eth1 {
> disable: false
> discard: false
> description: ""
> hw-id: 00:02:b3:bf:7a:23
> duplex: "auto"
> speed: "auto"
>     address 10.20.20.1 {
> prefix-length: 24
> disable: false
> }
> }
> }
> service {
> }
> firewall {
> log-martians: "enable"
> send-redirects: "disable"
> receive-redirects: "disable"
> ip-src-route: "disable"
> broadcast-ping: "disable"
> syn-cookies: "enable"
> }
> system {
> host-name: "vyatta"
> domain-name: ""
> name-server 213.140.2.12
> time-zone: "GMT"
> ntp-server "69.59.150.135"login {
> user root {
> full-name: ""
> authentication {
> encrypted-password: ""
> }
> }
> user vyatta {
> full-name: ""
>     authentication {
> encrypted-password: ""
> }
> }
> }
> syslog {
> file messages {
> facility "*" {
> level: "err"
> }
> }
> }
> package {
> auto-sync: 1
> repository community {
> component: "main"
> url: "http://archive.vyatta.com/vyatta";
> }
> }
> }
>
>
> I have some issues: for example from the 10.20.20.2 PC I can ping
> 172.10.0.5, but I can not reach any other pc on the 172.10.0.0.
> I'm sure I'm missing something stupidcan  you help me?
>
> Thanks,
> Clip
>
>
> -
> Looking for last minute shopping deals?  Find them fast with Yahoo!
> Search.___
> Vyatta-users mailing list
> Vyatta-users@mailman.vyatta.com
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>


___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


Re: [Vyatta-users] DHCP relay in vif interfaces (vc3)

2007-11-16 Thread Sergio Garcia
Thanks Marat, I will try it asap.


Marat Nepomnyashy wrote:
> Hi Sergio,
>
> There is a limitation in the VC3 release in that only 'ethX' values 
> can be specified for DHCP relay interfaces.  This is due to overly 
> stringent validation checks.  I just opened a new bug on this:
>
> https://bugzilla.vyatta.com/show_bug.cgi?id=2473
>
>
> A temporary work-around can be implemented using the attachments just 
> added to Bug 2473.
>
> There is the attachment id 238 that should be copied over the runtime 
> file '/opt/vyatta/share/xorp/templates/rl_dhcp.tp' on your router.  
> You will also need to apply the patch in attachment id 239 to the 
> runtime script file '/opt/vyatta/sbin/dhcrelay-starter.pl' to disable 
> another validation check. You will have to reboot the router for the 
> validation checks removals to take effect, so make sure you're running 
> off a disk rather than CDROM, or the changes will be lost.
>
> Hope this works for now,
>
> -- Marat
>
> - Original Message - From: "Sergio Garcia" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 14, 2007 4:34 AM
> Subject: [Vyatta-users] DHCP relay in vif interfaces (vc3)
>
>
>> Hi all.
>> I hope you can help me with this doubt :)
>> I want to relay dhcp requests incoming from tree eth1 vif's to a dhcp
>> server but Vyatta VC3 only allows me to select "ethX" interfaces (X goes
>> from 0 to 23).
>>
>> Is it possible to do this? Launching dhcrelay manually is not a good
>> solution, but if it is the only way I will accept.
>>
>> Thanks in advance
>>
>> ___
>> Vyatta-users mailing list
>> Vyatta-users@mailman.vyatta.com
>> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>>
>



--
This mail has been sent through DS2 mail server
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


[Vyatta-users] DHCP relay in vif interfaces (vc3)

2007-11-14 Thread Sergio Garcia
Hi all.
I hope you can help me with this doubt :)
I want to relay dhcp requests incoming from tree eth1 vif's to a dhcp
server but Vyatta VC3 only allows me to select "ethX" interfaces (X goes
from 0 to 23).

Is it possible to do this? Launching dhcrelay manually is not a good
solution, but if it is the only way I will accept.

Thanks in advance

___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users


[Vyatta-users] Integrating Vyatta DHCP server with bind

2007-11-09 Thread Sergio Garcia
Hi all!
I'm new in Vyatta, and I have 3 vifs with DHCP assigning differents 
prefixs-domains and fixed leases.

Now, I want to integrate a DNS server with this DHCP's server... is it 
possible to install bind9 and make it work with DHCP so I only have to 
create the fixed-lease and expect DNS to work?

Thanks in advance,
Sergio


--
This mail has been sent through DS2 mail server
___
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users