Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't see my machine (SOLVED=
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Linuxser
n00b
n00b


Joined: 13 Apr 2003
Posts: 31
Location: La Plata/Argentina

PostPosted: Thu Nov 20, 2003 6:33 pm    Post subject: can't see my machine (SOLVED= Reply with quote

I have two machines on my desk, one runs W95 (aconde2) and the other gentoo (aconde2)...
The lan is NT based, the ip's are assigned by dhcp.

W95 test:
bash-2.05b# ping -c 3 aconde.senado-ba.gov.ar
PING aconde.senado-ba.gov.ar (10.0.1.151) 56(84) bytes of data.
64 bytes from aconde.senado-ba.gov.ar (10.0.1.151): icmp_seq=1 ttl=128 time=1.13 ms
--- aconde.senado-ba.gov.ar ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 2010ms
rtt min/avg/max/mdev = 0.629/0.803/1.136/0.235 ms
bash-2.05b#



Gentoo Test:

bash-2.05b# ping -c 1 aconde2.senado-ba.gov.ar
PING aconde2.senado-ba.gov.ar (10.0.0.54) 56(84) bytes of data.
64 bytes from aconde2.senado-ba.gov.ar (10.0.0.54): icmp_seq=1 ttl=64 time=0.051 ms


--- aconde2.senado-ba.gov.ar ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.048/0.049/0.051/0.001 ms
bash-2.05b#

Everything all rigth, but:

W95 test let me see the machine:

bash-2.05b# dig aconde.senado-ba.gov.ar

; <<>> DiG 9.2.2 <<>> aconde.senado-ba.gov.ar
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24290
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;aconde.senado-ba.gov.ar. IN A

;; ANSWER SECTION:
aconde.senado-ba.gov.ar. 777 IN A 10.0.1.151

;; Query time: 6 msec
;; SERVER: 10.0.1.15#53(10.0.1.15)
;; WHEN: Thu Nov 20 15:18:33 2003
;; MSG SIZE rcvd: 57

Can I see the answer and ip, right?

Gentoo test:

bash-2.05b# dig aconde2.senado-ba.gov.ar

; <<>> DiG 9.2.2 <<>> aconde2.senado-ba.gov.ar
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2035
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;aconde2.senado-ba.gov.ar. IN A

;; AUTHORITY SECTION:
senado-ba.gov.ar. 3600 IN SOA nt3.senado-ba.gov.ar. admin.senado-ba.gov.ar. 25 900 600 86400 900

;; Query time: 3 msec
;; SERVER: 10.0.1.15#53(10.0.1.15)
;; WHEN: Thu Nov 20 15:20:08 2003
;; MSG SIZE rcvd: 104

There's no answer and ip

If I try with host:

W95 test:
bash-2.05b# host aconde.senado-ba.gov.ar
aconde.senado-ba.gov.ar has address 10.0.1.151

Gentoo test:

bash-2.05b# host aconde2.senado-ba.gov.ar
Host aconde2.senado-ba.gov.ar not found: 3(NXDOMAIN)

What a hell is going on?
My /etc/conf.d/net is set for dhcp with the options:
iface_eth0="dhcp"
dhcpcd_eth0="-BHD"

Tnxs in advance...
_________________
"veritas liberabit vos"


Last edited by Linuxser on Thu Nov 20, 2003 10:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
Xiderpunk
Tux's lil' helper
Tux's lil' helper


Joined: 05 Mar 2003
Posts: 149
Location: London, UK

PostPosted: Thu Nov 20, 2003 6:43 pm    Post subject: Reply with quote

What is the current contents of ifconfig?

Also does your DNS server show correctly as the first entry in /etc/resolv.conf
_________________
Gentoo-Portage - the only way to view/search/explore portage

Kernel: 2.6.7--rc1-mm1
gcc: 3.3.2
desktop: kde-3.2.2 / XFCE4
Back to top
View user's profile Send private message
Linuxser
n00b
n00b


Joined: 13 Apr 2003
Posts: 31
Location: La Plata/Argentina

PostPosted: Thu Nov 20, 2003 9:28 pm    Post subject: Reply with quote

What is the current contents of ifconfig?

Here is:
bash-2.05b# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:7D:CA:3C:2D
inet addr:10.0.0.54 Bcast:10.0.1.255 Mask:255.255.254.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:27966 errors:0 dropped:0 overruns:0 frame:0
TX packets:35613 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:27302115 (26.0 Mb) TX bytes:2397069 (2.2 Mb)
Interrupt:11 Base address:0x4000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:46501 errors:0 dropped:0 overruns:0 frame:0
TX packets:46501 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9684678 (9.2 Mb) TX bytes:9684678 (9.2 Mb)


Also does your DNS server show correctly as the first entry in /etc/resolv.conf

nameserver 10.0.1.15
search senado-ba.gov.ar
_________________
"veritas liberabit vos"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum