Local network unable to see peers

Hi
I am running Ubuntu 14.04 and built from the source .

I followed the example given in the wiki
I started geth --datadir="/tmp/eth/60/03" -verbosity 6 --port 30301 --rpcport 8101 console 2>> /tmp/eth/60/03.log

and on a different window
geth --datadir="/tmp/eth/60/04" -verbosity 6 --port 30302 --rpcport 8102 console 2>> /tmp/eth/60/04.log

But I am not able to get these two nodes to talk to each other

The net.peerCount always keeps saying 0

I am behind a firewall and thus do not expect to find other nodes . Not sure why I cannot find my own other node . I am running both on the same machine .

The default genesis block chain is correct ( as seen from other threads )
Regards
Hari

The logs say

I1001 11:03:28.057083 1631 chain_manager.go:106] WARNING: Wrote default ethereum genesis block
I1001 11:03:28.057137 1631 chain_manager.go:237] Last block (#0) d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3 TD=17179869184
I1001 11:03:28.057425 1631 statedb.go:251] (+) 0000000000000000000000000000000000000000
I1001 11:03:28.057496 1631 state_object.go:231] 0000000000000000000000000000000000000000: gas (+ 5003)
I1001 11:03:28.081969 1631 cmd.go:125] Starting Geth/v1.1.3-4813a391/linux/go1.4.2
I1001 11:03:28.082057 1631 server.go:311] Starting Server
I1001 11:03:29.299351 1631 nat.go:109] network port udp:30301 could not be mapped: no UPnP or NAT-PMP router discovered
I1001 11:03:29.301884 1631 udp.go:207] Listening, enode://372eede5a1ea1524fea87368d416502bc2c60ece213adea1e2d5297c48806bba1[email protected][::]:30301
I1001 11:03:29.302046 1631 backend.go:557] Server started
I1001 11:03:29.302869 1631 ipc_unix.go:104] IPC service started (/tmp/eth/60/03/geth.ipc)
I1001 11:03:29.304556 1631 nat.go:109] network port tcp:30301 could not be mapped: no UPnP or NAT-PMP router discovered
I1001 11:03:29.304596 1631 server.go:431] new task: discovery bootstrap
I1001 11:03:29.305446 1631 database.go:185] failed to retrieve node a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c: leveldb: not found
I1001 11:03:29.305567 1631 table.go:377] Bonding a979fb575495b8d6: known=false, fails=0
I1001 11:03:29.306326 1631 udp.go:429] >>> 52.16.188.185:30303 discover.ping


Comments

Sign In or Register to comment.